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

Have you tried running pointcloud_to_laserscan as a node?

From what I understand, nodelets require a nodelet manager to run. The turtlebot uses the openni_manager. Nodelets are used to process the same pointcloud through different algorithms (throttling, fake laser, narrow laser).

In your case, since you just need the fake laserscan, you probably can just run the pointcloud_to_laserscan as a node.