Launch using with Rosbag #5671
-
Since I can't always go outdoors, I plan to save LiDAR data as a ROS bag for use. The purpose is to receive real-time LiDAR data and obtain the kinetic_status for localization on the PCD map. I am using a Hesai LiDAR and the Nebula tool. What topic should I use to send LiDAR data to Autoware via a ROS bag? |
Beta Was this translation helpful? Give feedback.
Answered by
SakodaShintaro
Jan 21, 2025
Replies: 1 comment 1 reply
-
This page might help you. Basically, it is a good idea to save lidar packets. For example, if you look at sample-rosbag, you will find the following topics
Here, it has |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shpark98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This page might help you.
https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/sensing/data-types/point-cloud/
Basically, it is a good idea to save lidar packets.
For example, if you look at sample-rosbag, you will find the following topics