I’m Harishma Prakash, an undergraduate from Chennai Institute of Technology, India.
I’ve extended ORB-SLAM3 to include a real-time occupancy grid generator. It takes the sparse 3D map and outputs a ROS 2-compatible .pgm and map.yaml automatically during SLAM execution — no extra commands needed.
Thank you! I have attached an example of the working with kitti dataset.
The below image is the attempt of creating occupancy grid using the generally used method of directly flattening the sparse map points to the 2D plane:
Hi, I’m having difficulty setting up ORB-SLAM3. Would you mind sharing the steps you followed to install and configure it, including the prerequisite dependencies and Ubuntu version? I’m trying to run it on a VirtualBox VM with a monocular camera, and still stuck and confused with it.
Hi! I followed the setup instruction in their original github,
but in Ubuntu 20 and used openCV 4.3 instead 4.4. Since I too couldn’t setup ORBSLAM3 properly with version 4.4, i moved to 4.3 which is more compatible with Ubuntu 20 in a docker container. Rest of the pre-requisites were implemented as per their official documentation in github.