7 ms·
It may or may not be useful for you but I've been working for a while on converting ORBSLAM3 into a self contained standalone program, without the need for ROS
by blensor 5mo ago
It may or may not be useful for you but I've been working for a while on converting ORBSLAM3 into a self contained standalone program, without the need for ROS to be useful.
The "UI" for saving/loading the map and calibrating the camera is exposed through a built-in crude webserver. Visualization is done via threejs instead of having a dependency on pangolin.
If your robot can expose the camera feed as anything opencv can ingest ( i.e. mjpeg via http ) you could just point it there and then receive the pose stream via HTTP/SSE
The whole thing is distributed as an AppImage so you just run it and connect to it
https://github.com/mgschwan/ORBSlammer_LocalizationService https://github.com/mgschwan/ORBSlammer_LocalizationService
- indraneelpatil 5mo agoVery very cool! Thanks for sharing! I'll try it out!
- blensor 5mo agoI still need to do a video on how to use it, if you get stuck just let me know