Simple odometry with kinect
Hello community,
is it possible to generate any simple odometry informations from kinect sensor ?
Thanks in advance Cheers Christian
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello community,
is it possible to generate any simple odometry informations from kinect sensor ?
Thanks in advance Cheers Christian
Generating odometry information from a camera or depth-sensor like a Kinect is an incredibly difficult problem. Vslam is an attempt to generate visual odometry data from a stereo-camera setup. The Kinect can provide you with the same information as a stereo camera system, in that it publishes an image and a depth map. I believe there have been attempts to use vslam with the Kinect before, but I'm not sure what kind of reliability people have been getting.
Building a 3D obstacle map using SLAM and gmapping can easily be done with the Kinect, however. You can find an example here.
Yes you can generate odometry estimates from a Kinect, although I wouldn't call it a "simple" process.
There will always be issues with Visual Odometry when there aren't great features, and there are various feature descriptors to choose from that perform differently.
Check rgbdslam for an example of applied visual odom.
It's definitely technically complex. But if you're just looking for an implementation, there is a CCNY's experimental stack in which there is a package called kinect_pose_est
. Works as presented here. There is a paper to it, see: http://robotics.ccny.cuny.edu/blog/People/Dryanovski , guess it's the number 1 paper. Hope it helps.
Clone the package via:
git clone http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/ccny_experimental.git
Also see this question: http://answers.ros.org/question/502/how-to-use-canonical_scan_matcher-with-kinect
Regards.
Hi,
seems to be a more complex process ;-) I think for the first tries with my new own robot-vehicle too oversized...
What I'd like to try is much more simple: My robot should just move around the rooms and avoid to hit obstacles :-)
What are the minimum requirements for this ?
My hardware consists of the following modules: 1. Motorcontroller based on rosserial_arduino 2. GPSD (useless, but available) 3. Kinect
What do I need more for autonomous moves at unknown environment ?
Thanks for any hints or ideas Cheers Christian
Asked: 2011-11-30 00:34:54 -0600
Seen: 3,647 times
Last updated: Nov 30 '11
How to use canonical_scan_matcher with Kinect
VSLAM based navigation with Kinect, where do I begin?
Problems with python when trying to control a Nao robot with a Kinect
Problem pertaining to DepthGenerator
How to add Kinect sensor input to a URDF model?
How do I change the resolution of the kinect? [closed]