Hi there!
Thanks for all the great work on this package. I’m currently using ROS 2 Humble and have applied the changes from PR #110.
I was able to launch the demo with: ros2 launch elevation_mapping_cupy elevation_mapping_turtle.launch.py.
However, I’d like to feed in my own data instead of the turtlebot example. Could you let me know:
- Which ROS 2 node should I launch to process custom input?
- Which script or configuration file I need to edit in order to remap the topic names to match my bag?
For reference, my ROS 2 bag contains the following topics:
- IMU
- LiDAR point cloud
- LiDAR odometry
Any pointers would be greatly appreciated!