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

Revision history [back]

click to hide/show revision 1
initial version

The reason that you are not seeing any data published in Rviz is that laser_assembler does not publish the resulting compiled cloud. In your assembler client, you must perform the publishing yourself. You can obtain the resulting cloud from srv.response.cloud and then publish it with a standard publisher. This will allow you to visualize in Rviz.