Skip to content

ToshikiNakamura0412/docker_orb_slam3_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_orb_slam3_ros

License: MIT

The docker environment for ORB-SLAM3 with ROS.

image

Environment

OS

  • Ubuntu

Mount

  • bagfiles
    • Source: ~/bagfiles
    • Destination: /home/user/bagfiles
  • x11
    • Source: /tmp/.X11-unix
    • Destination: /tmp/.X11-unix

Setup

make setup
make build

Usage

Run

docker compose up -d
docker compose exec ws <command (e.g. bash, tmux)>

Execute ORB-SLAM3 (in the container)

roslauch orb_slam3_ros ~.launch

Stop

docker compose down