trying to have a small functional base image
This commit is contained in:
parent
bc04a8d580
commit
7ff8e9ee4f
@ -87,13 +87,11 @@ services:
|
|||||||
|
|
||||||
# Controller
|
# Controller
|
||||||
controller:
|
controller:
|
||||||
extends: overlay
|
extends: base
|
||||||
command: >
|
command: >
|
||||||
ros2 launch cps_rmp220_support robot_controller.launch.py
|
ros2 run segwayrmp SmartCar --ros-args -r cmd_vel:=cmd_vel_out -p serial_full_name:=/dev/ttyUSB0
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
- /dev/ttyUSB1:/dev/ttyUSB1
|
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
|
||||||
# Interactive shell
|
# Interactive shell
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
@ -112,7 +110,7 @@ services:
|
|||||||
teleop:
|
teleop:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command: >
|
||||||
ros2 launch cps_rmp220_support robot_joystick.launch.py
|
ros2 launch rmp220_teleop robot_joystick.launch.py
|
||||||
devices:
|
devices:
|
||||||
- /dev/input/js0:/dev/input/js0
|
- /dev/input/js0:/dev/input/js0
|
||||||
# Interactive shell
|
# Interactive shell
|
||||||
|
Loading…
Reference in New Issue
Block a user