Hi everyone, I've put together a package for ros2 jazzy.
I have these topics:
/camera/camera_info
/camera/image_raw
/camera/image_raw/compressed
I'd like to know how to create a real-time map from a camera image instead of a recorded video. Will the map be published in a thread? Can it be converted to a 2D map using rtabmap https://github.com/introlab/rtabmap_ros?