Added entrypoint for Dockerfile
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
. ./install/setup.sh
|
||||
ros2 run mg_navigation mg_move_server
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
. ./install/setup.sh
|
||||
ros2 run mg_navigation mg_move_server
|
||||