Hi ,
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.
GitHub Repository:
Key Features:
- Runs as a background thread inside ORB-SLAM3
- Generates
.png
,.pgm
, andmap.yaml
during SLAM - Uses voxel filtering + 2D convex hull + raycasting
- Generates ROS2 compatible maps
It’s still basic but functional. I would love to hear feedback or suggestions.
Thanks!
— Harishma Prakash