Skip to content
Snippets Groups Projects
Commit be38980a authored by none's avatar none
Browse files

prettier and nicer

parent 622b3e63
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,7 @@ build: ...@@ -4,4 +4,7 @@ build:
docker build -t container . docker build -t container .
run: run:
echo running:|figlet echo running:|figlet
docker run -e DISPLAY=${DISPLAY} -v /tmp/.X11-unix:/tmp/.X11-unix -it container docker run -e DISPLAY=${DISPLAY} -v /tmp/.X11-unix:/tmp/.X11-unix \
-v $(shell readlink -e ./manipulability_metrics):/home/user/catkin_ws/src \
-v $(shell readlink -e ./scripts):/home/user/catkin_ws/scripts \
-it container
. ./scripts/prepare.sh
. ./scripts/start.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment