Skip to content

Ready-to-use implementation of ORB SLAM 2 on ROS, with docker compose.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt
Notifications You must be signed in to change notification settings

zzangdol-2023/zzangdol_docker-orbslam2

Repository files navigation

zzangdol_docker-orbslam2

Ready-to-use implementation of ORB SLAM 2 on ROS, with docker compose.

Run the container

  • On (Start)
docker compose up -d
docker exec -it orbslam2-ros-container /bin/bash
  • Off (Stop)
docker exec -it orbslam2-ros-container /bin/bash

If you need more information, try this url

Enable GUI inside a container (important!)

You should enable GUI inside a container in order to run Pangolin viewer. The most simple way is to share xhost between local and container.

xhost + local:docker

Inside the container, run following command...

$ rosrun orbslam-ros RGBD \
  /root/ORB_SLAM2/Vocabulary/ORBvoc.txt \
  /root/catkin_ws/src/orbslam-ros/param/realsense.yaml

For Mono or Stereo example, adjust yaml files (similar to original ORB SLAM2) You should prepare external camera so that it can publish image topics.

About

Ready-to-use implementation of ORB SLAM 2 on ROS, with docker compose.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages