Skip to content

koide3/livox_to_pointcloud2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livox_to_pointcloud2

This package provides ROS1/ROS2 interfaces to convert livox_interfaces::msg::CustomMsg into sensor_msgs::msg::PointCloud2.

Usage

# Launch as a ROS1 node
rosrun livox_to_pointcloud2 livox_to_pointcloud2_node

# Launch as a ROS2 node
ros2 run livox_to_pointcloud2 livox_to_pointcloud2_node

# Launch as a standalone ROS2 component
ros2 component standalone livox_to_pointcloud2 livox_to_pointcloud2::LivoxToPointCloud2
  • In/Out Topics:

    • Input topic: /livox/lidar (livox_interfaces::msg::CustomMsg)
    • Output topic: /livox/points (sensor_msgs::msg::PointCloud2)
  • Point fields in the output pointcloud:

    • x, y, z : FLOAT32
    • t : UINT32
    • intensity : FLOAT32
    • tag : UINT8
    • line : UINT8

License

This package is released under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published