ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using real-world Kinect with Gazebo

asked 2011-09-10 02:11:18 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I'm new to the ROS community. I have a general question: Is it possible to use a data from a real-world kinect to guide a simulated robot (e.g. PR2) in Gazebo? If so, how hard will it be to do this?

My hope is that the interface will be a drop in change for a real robot (someday) and that I can test a gesture-based control algorithm against a simulated robot.

Thanks in advance for any feedback.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-09-11 23:33:21 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I think there shouldn't be a problem with that; the real-world Kinect just publishes its data on a normal ROS topic, Gazebo publishes and subscribes also to normal topics, and your node can use both.

There is only one potential snag: gazebo uses simulated time, while the Kinect will probably use wall time. You'll have to be careful about where and how you use timestamps.

edit flag offensive delete link more

Comments

Thanks Martin!
Paul0nc gravatar image Paul0nc  ( 2011-09-12 13:15:57 -0500 )edit

Question Tools

Stats

Asked: 2011-09-10 02:11:18 -0500

Seen: 716 times

Last updated: Sep 12 '11