No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | |
Checkout URI | https://github.com/koide3/livox_to_pointcloud2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-08-31 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
livox_to_pointcloud2 | 0.0.0 |
README
livox_to_pointcloud2
This package provides ROS1/ROS2 interfaces to convert
``` into
```sensor_msgs::msg::PointCloud2
```.
## Usage
```bash
# 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
)
- Input topic: /livox/lidar (
- 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.
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.