Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmanuelmess/g2o-docker

A simple g2o Docker
https://github.com/emmanuelmess/g2o-docker

docker g2o

Last synced: about 4 hours ago
JSON representation

A simple g2o Docker

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

```