The Turtlebot Bringup package contains all the neccesary configuration and launch files for loading the Turtlebot drivers.
The minimal.launch file starts up the Kobuki base drivers and the basic Turtlebot configuration settings for ROS.
roslaunch turtlebot_bringup minimal.launch
You should hear a chime from the Kobuki once ROS has connected to it.
You can bring up the Orbbec Astra drivers by using the 3d_sensor launch file located in the turtlebot_bringup package
roslaunch turtlebot_bringup 3dsensor.launch
You can view data from the Orbbec Astra using the rqt_image_view program.
rosrun rqt_image_view rqt_image_view image:=/camera/rgb/image_raw
Astra Topics:
Topic | Description |
---|---|
/camera/depth/* | Depth Image |
/camera/ir/* | 2D infrared image |
/camera/image_raw/* | raw RGB image |
roslaunch turtlebot_dashboard turtlebot_dashboard.launch
If everything is OK, it should look like this:
You may need to press the button that looks like a speedometer to show the Robot Monitor output.