ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi there
view-robot.launch only initializes rviz with the proper configuration to visualize Turtlebot's data. It does not start any of the sensors or other services.
If you want to visualize the images coming from the kinect, make sure that 3dsensor.launch is running:
roslaunch turtlebot_bringup 3dsensor.launch
I hope this helps.
2 | No.2 Revision |
Hi there
view-robot.launch only initializes rviz with the proper configuration to visualize Turtlebot's data. It does not start any of the sensors or other services.
If you want to visualize the images coming from the kinect, make sure that 3dsensor.launch is running:
roslaunch turtlebot_bringup 3dsensor.launch
and then you can launch view_robot.launch
I hope this helps.