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

Revision history [back]

There is a conflict with having both the depthclound and registered depthcloud launching at the same time. To view the depthcloud, set the registered depthcloud arguments to false when launching 3dsensors.launch

roslaunch turtlebot_bringup 3dsensor.launch depth_registered_processing:=false depth_registration:=false

You can then launch view_robot.launch as you normally would.