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

Revision history [back]

You probably have the fixed_frame field in rviz set to your laser frame. The laser scans are always 2D in their own frame. You will need to publish a transform from some fixed frame (for example, the base of the arm) to the laser frame. The transform can be computed using the forward kinematics of the arm. There might be a package that already does that, depending on what arm you're using.