Merge pull request #23 from Tiryoh/feature/fix-launch-file-name

Fix launch command in docker-compose.yml
This commit is contained in:
Zachary 2021-05-22 18:21:12 +08:00 committed by GitHub
commit 41db00fe31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
version: '3.4'
x-app: &common
command: [ "roslaunch mycobot_ros control_slider.launch" ]
command: [ "roslaunch mycobot_ros mycobot_slider.launch" ]
privileged: true
environment:
PYTHONUNBUFFERED: 1