-
The Autoware documentation says to use LiDAR-SLAM(ROS2) to create a point cloud map. But I don't know how to use the LiDAR-SLAM(ROS2). Execute command:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I was able to create the point cloud map. The cause is that the LiDAR-SLAM (ROS2) input topic To relay, run the following command. execute command: |
Beta Was this translation helpful? Give feedback.
-
How can I reach you? I work on that topic and I have some question. |
Beta Was this translation helpful? Give feedback.
I was able to create the point cloud map.
The cause is that the LiDAR-SLAM (ROS2) input topic
/velodyne points
was not in the rosbag file.I needed to relay the point cloud information topic in the rosbag file to the topic used by LiDAR-SLAM (ROS2).
To relay, run the following command.
ros2 run topic_tools relay <input topic> <output topic>
execute command:
ros2 run topic_tools relay /sensing/lidar/concatenated/pointcloud /velodyne_points