ROSPointCloudLoader

From UWSim
Revision as of 14:01, 11 January 2017 by Japerez (Talk | contribs) (Created page with "ROSPointCloudLoader interface is a different interface inside the rosInterfaces block. It subscribes to a [http://docs.ros.org/api/sensor_msgs/html/msg/PointCloud2.html RO...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ROSPointCloudLoader interface is a different interface inside the rosInterfaces block. It subscribes to a ROS pointcloud2 message, and draws the pointcloud in the UWSim scene. More info in the UWSim news post.

XML syntax

In order to add this interface only a topic is required.

  • topic: Name of the pointcloud topic.

Besides this tag, ROSPointCloudLoader has an attribute delLastPCD (true|false), which allows to configure if only the last pointcloud should be showed or the simulator should accumulate the pointclouds.