-
Notifications
You must be signed in to change notification settings - Fork 0
Implement ZED 2i within RTABMap #66
Copy link
Copy link
Labels
Description
RTABMap (Real Time Appearance Based Mapping) is the SLAM software we are using; check below for documentation and an introduction to the software:
https://github.com/introlab/rtabmap
https://github.com/introlab/rtabmap/wiki
We're changing cameras to one I'm unfamiliar with, the ZED 2i
I don't know how to use this with RTABMap, and while it doesn't look to be difficult, I need you to look into it
Here's an example:
https://github.com/stereolabs/zed-ros-examples/tree/master/examples/zed_rtabmap_example
Here's a list of all possible RTABMap arguments:
https://github.com/RPI-IGVC-2025/2026RobotCode/wiki/RTABMap-Arguments
Your task is to
- Implement the ZED2i within our RTABMap configuration by editing or adding parameters
- Examine all possible RTABMap vision processing configurations (stereo, rgbd sync, etc) and generate a report on the differences
- Investigate how to compose ZED2i depth images, since the computing is not done onboard the camera
Reactions are currently unavailable