Search found 3 matches

by fetrit
Wed May 21, 2014 12:44 pm
Forum: Developer Discussions
Topic: [Video] Alternative Kinect Control (using depth images)
Replies: 114
Views: 165480

Re: [Video] Alternative Kinect Control (using depth images)

Thanks for the reply, Is there a way to get the acceleration in cartesian coordinates in your code? I've tried to look at your code and the closest I found was the "self.acc" but I'm not sure if this is the right variable. I need it for the kalman filter :D I guess you could use the roll,...
by fetrit
Mon May 19, 2014 3:30 pm
Forum: Developer Discussions
Topic: [Video] Alternative Kinect Control (using depth images)
Replies: 114
Views: 165480

Re: [Video] Alternative Kinect Control (using depth images)

Thanks for the reply,

Is there a way to get the acceleration in cartesian coordinates in your code? I've tried to look at your code and the closest I found was the "self.acc" but I'm not sure if this is the right variable. I need it for the kalman filter :D
by fetrit
Mon May 12, 2014 1:02 pm
Forum: Developer Discussions
Topic: [Video] Alternative Kinect Control (using depth images)
Replies: 114
Views: 165480

Re: [Video] Alternative Kinect Control (using depth images)

Im looking for a way to implement an Kalmanfilter to your code omwdunkley. Is it possible to just add a method in your trackManager.py or do you have to create a node to do this? The Kalman filter should have the x,y,z coordinates as input and send the processed x,y,z coorinates as output where then...