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.
![]() |
pcap_to_pointcloud2_publisher_py package from digital-twin-of-a-traffic-scene-using-rsu-and-awsim repopcap_to_pointcloud2_publisher_py |
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | MIT |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rzninvo/digital-twin-of-a-traffic-scene-using-rsu-and-awsim.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-01-02 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
A python package to publish Ouster Lidars' PCAP data to ROS2 PointCloud2 Topic
Additional Links
No additional links.
Maintainers
- rohamzn
Authors
No additional authors.
ouster_pcap_to_pointcloud2_publisher
A ROS2 Package that publishes Ouster .pcap Lidar recordings to a PointCloud2 topic.
Distribution
This package is distributed as a ROS2 Humble Package. It is not intended to be a standalone package, but rather a component of a larger system.
Requirements
- open3d = 0.17.0
- ouster-sdk = 0.9.0
Installation
- Clone this repository into your ROS2 workspace
- Install the dependencies listed above:
- open3d:
pip3 install open3d==0.17.0
- ouster-sdk:
pip3 install ouster-sdk==0.9.0
- Build your ROS2 workspace:
colcon build --packages-select ouster_pcap_to_pointcloud2_publisher
- Source your ROS2 workspace:
source /path/to/your/ros2_ws/install/setup.bash
- Run the package:
ros2 launch ouster_pcap_to_pointcloud2_publisher pcap_to_ros_launch.xml pcap_file_path:=/path/to/your/pcap/file.pcap pcap_metadata_path:=/path/to/your/pcap/metadata.json topic:=/output/pointcloud2 frame_id:=map
- Open rviz2 and add a PointCloud2 display with the topic
/output/pointcloud2
. You should see the pointcloud from your .pcap file.
Acknowledgements
This package is based on two sources:
- ouster pcap to pcd example
- the edited code for open3d to ros pointcloud2 package by youliangtan and the original repository owner felixchenfy.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Dependant Packages
No known dependants.
Launch files
- launch/pcap_to_ros_launch.xml
-
- pcap_file_path [default: /home/rohamzn/Downloads/OS-1-128_v2.0_1024x10.pcap]
- pcap_metadata_path [default: /home/rohamzn/Downloads/OS-1-128_v2.0_1024x10.json]
- frame_id [default: base_link]
- topic [default: sensing/lidar/concatenated/pointcloud]
- aut_dt [default: false]
- publish_intensity [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged pcap_to_pointcloud2_publisher_py at Robotics Stack Exchange
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.