Skip to content

undesirable use of sensor_msgs::PointCloud.msg #15

@jurriaanvoskes

Description

@jurriaanvoskes

The use of the PointCloud.msg is not recommended by the ros community, as this type is limited in use. the PointCloud2.msg or pcl::PointCloud is recommended instead.

The obstacle_detector and localnav should be re-factored to use one of these, instead of the PointCloud currently used.
This could also improve performance, as the pcl has certain useful functionalities built-in

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions