Asus Setup
By default, the turtlebot groovy software is configured to work with the Kinect. If you have an asus xtion pro and it has not been configured to work for you by your distributor, then you'll need to follow the instructions below.
Actually, the turtlebot software will still work without these instructions. These merely update the robot descriptions to correctly show the asus sensor in rviz and gazebo.
Configuration
The instructions differ depending on whether you have a prepared usb derived release, from debs, or from source.
Live USB Installation
This is pending information/testing of the live usb release. |
Deb Installation
Export the following variable before you source setup.bash.
> export TURTLEBOT_3D_SENSOR=asus_xtion_pro
Putting it in ~/.bashrc or appended to your own workspace's setup.sh are good candidates for convenience.
Source Installation
> echo "export TURTLEBOT_3D_SENSOR=asus_xtion_pro" >> ~/turtlebot-rosbuild/setup.sh > source ~/turtlebot-rosbuild/setup.bash
Notes
Note: you can see exactly how this is working in turtlebot_bringup/launch/minimal.launch.