mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Merge pull request #23 from Tiryoh/feature/fix-launch-file-name
Fix launch command in docker-compose.yml
This commit is contained in:
commit
41db00fe31
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
|
|
||||||
x-app: &common
|
x-app: &common
|
||||||
command: [ "roslaunch mycobot_ros control_slider.launch" ]
|
command: [ "roslaunch mycobot_ros mycobot_slider.launch" ]
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
PYTHONUNBUFFERED: 1
|
PYTHONUNBUFFERED: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue