You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is support for PointCloud1 still needed even though PointCloud1 is deprecated?
In the first migration to ROS2 only the support for PointCloud2 is kept. If the PointCloud1 code is nonetheless needed in the future, it must be reintegrated.
The text was updated successfully, but these errors were encountered:
I am working on laser_assembler package porting to ROS2, in that PointCloud1 is used.
and as per maintainer's comment
"It would be good to keep support for both. It looks like ROS2 still has a PointCloud message: https://github.com/ros2/common_interfaces/tree/master/sensor_msgs/msg
The PointCloud message is simpler to use for people who aren't using PCL, since the PointCloud2 is a big binary blob that you have to manually parse." (ros-perception/laser_assembler#17)
We should keep support for PointCloud1.
So I copied PointCloud1 related things from indigo branch and ported it to ros2 and using it for laser_assembler.
Is support for PointCloud1 still needed even though PointCloud1 is deprecated?
In the first migration to ROS2 only the support for PointCloud2 is kept. If the PointCloud1 code is nonetheless needed in the future, it must be reintegrated.
The text was updated successfully, but these errors were encountered: