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

You can't, and you probably don't need to.

The ROS LaserScan message represents a scan in polar coordinates - as an angle and an offset from a center point. Since your laser scanners don't have the same center point, it doesn't make sense to put data from both lasers into the same message.

If you describe your robot and your application in more detail, we can probably help you find a better way to do what you're trying to do. (For example, the navigation stack supports multiple lasers).