Skip to content

SWUST-XKCV/ORB_SLAM3_LAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ORB-SLAM3-LAB

Build

Build By Podman

git clone --depth 1 https://github.com/SWUST-XKCV236/ORB_SLAM3_LAB.git
cd ORB_SLAM3_LAB
podman build -t orb_slam3_lab:22.04 .

Build By Docker

git clone --depth 1 https://github.com/SWUST-XKCV236/ORB_SLAM3_LAB.git
cd ORB_SLAM3_LAB
docker build -t orb_slam3_lab:22.04 .

Usage

Podman

xhost +
podman run                                                 \
--name=orb_slam3_lab2                                      \
-e XDG_RUNTIME_DIR=/tmp                                    \
-e WAYLAND_DISPLAY=$WAYLAND_DISPLAY                        \
-v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY \
-e QT_QPA_PLATFORM=wayland                                 \
-e DISPLAY=$DISPLAY                                        \
-v /tmp/.X11-unix:/tmp/.X11-unix                           \
orb_slam3_lab:22.04
podman exec -it orb_slam3_lab /bin/bash

Docker

xhost +
docker run                                                 \
--name=orb_slam3_lab2                                      \
-e XDG_RUNTIME_DIR=/tmp                                    \
-e WAYLAND_DISPLAY=$WAYLAND_DISPLAY                        \
-v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY \
-e QT_QPA_PLATFORM=wayland                                 \
-e DISPLAY=$DISPLAY                                        \
-v /tmp/.X11-unix:/tmp/.X11-unix                           \
orb_slam3_lab:22.04
docker exec -it orb_slam3_lab /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published