Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuelmess/g2o-docker
A simple g2o Docker
https://github.com/emmanuelmess/g2o-docker
docker g2o
Last synced: 3 days ago
JSON representation
A simple g2o Docker
- Host: GitHub
- URL: https://github.com/emmanuelmess/g2o-docker
- Owner: EmmanuelMess
- Created: 2024-06-17T13:18:36.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T13:13:35.000Z (16 days ago)
- Last Synced: 2025-01-02T14:23:40.221Z (16 days ago)
- Topics: docker, g2o
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```
docker build --build-arg UID=$(id -u) -t g2otest .
```## Running
```
docker run -it g2otest:latest bash
```## Run g2o_viewer
```
xhost +
docker run -it --rm -it \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-v $(pwd):/root/src:ro \
g2otest:latest /root/g2o/bin/g2o_viewer```