Open doctorcolossus opened 4 days ago
Hi! Thanks for your interest. For the traversability cost map, you have to run another ros node that subscribes to the topic /point_cloud, unfortunately we haven't released the code of this node yet. I will push forward in this direction.
Concerning the color of the dots: blue are 2D points not yet triangulated, red are 3D points in the local map and black are 3D points initialized with an infinite depth (not yet in the SLAM problem).
Do not hesitate if you have any other question :)
@cdebeunne Thanks for your quick and comprehensive reply! That does answer my questions for now, but we could leave this issue open to keep track of the traversability cost map ROS node feature if that's okay. In the meantime, is there a way to get the costmap using the classic/C++ implementation?
Unfortunately, the cost map implementation is only embedded in the ros node not released yet :( I'll go back to you on this issue when it will be ready. For now I can recommend you to check out the paper that inspired us to develop our traversability pipeline Stereo Vision and Rover Navigation Software for Planetary Exploration from Goldberg et al (https://robotics.jpl.nasa.gov/media/documents/aero.pdf)
Our implementation is different in the sense that we have implemented a cost map merging procedure, but the general principle remains the same.
Hello, thanks for sharing this work!
I have been able to run
ros2 launch isae_slam_ros isae_slam.xml
in a docker container built with the providedDockerfile
, with a EuRoC rosbag.I am interested in the traversability costmap discussed in the SaDVIO paper, but I don't see any ROS topic which seems related to a costmap. Am I missing that or doing something wrong, or has that not been implemented for ROS?
Also, I do not understand the significance of the red, green, and black dots displayed in the visualization. Are these related to the costmap, representing traversable/untraversable areas based on some threshold, or are these SLAM keypoints?
The ROS topics I can see are the following: