update
This commit is contained in:
parent
a7fac91636
commit
4d4ed1b32f
@ -50,7 +50,7 @@ services:
|
|||||||
robot_state_publisher:
|
robot_state_publisher:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command: >
|
||||||
ros2 launch cps_rmp220_support rsp.launch.py
|
ros2 launch cps_rmp220_support rsp.launch.py --ros-args -r __ns:=/probeNamespace
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
# Networking and IPC for ROS 2
|
# Networking and IPC for ROS 2
|
||||||
@ -61,7 +61,7 @@ services:
|
|||||||
controller:
|
controller:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command: >
|
||||||
ros2 launch cps_rmp220_support robot_controller.launch.py
|
ros2 launch cps_rmp220_support robot_controller.launch.py --ros-args -r __ns:=/probeNamespace
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
@ -81,7 +81,7 @@ services:
|
|||||||
teleop:
|
teleop:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command: >
|
||||||
ros2 launch cps_rmp220_support robot_joystick.launch.py
|
ros2 launch cps_rmp220_support robot_joystick.launch.py --ros-args -r __ns:=/probeNamespace
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
|
Loading…
Reference in New Issue
Block a user