Skip to content

ROS2 node to convert customized pointcloud data in livox_ros_driver2 to sensor_msgs/PointCloud2 type messages

Notifications You must be signed in to change notification settings

tu-darmstadt-ros-pkg/livox_to_pointcloud2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livox_to_pointcloud2

ROS2 node to convert customized pointcloud data in livox_ros_driver2 to sensor_msgs/PointCloud2 type messages https://github.com/Livox-SDK/livox_ros_driver2

Launch: ros2 launch livox_to_pointcloud2 livox_to_pointcloud2_launch.py

Arguments:

  • input_topic
  • output_topic

If no arguments are provided, the node will subscribe to all topics of type livox_ros_driver2/CustomMsg and publish them as sensor_msg/PointCloud2 on "<original_topic>_pc2"

About

ROS2 node to convert customized pointcloud data in livox_ros_driver2 to sensor_msgs/PointCloud2 type messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • Python 13.0%
  • CMake 7.7%