mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-22 10:13:51 +00:00
update
This commit is contained in:
parent
91656e4ad2
commit
038a9f6b80
@ -39,11 +39,12 @@ services:
|
|||||||
# Controller and teleop
|
# Controller and teleop
|
||||||
controller:
|
controller:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command:
|
||||||
ros2 launch bot_mini_bringup robot_controller.launch.py
|
- ros2 launch bot_mini_bringup robot_controller.launch.py
|
||||||
priority:=80 cpu-affinity:=4 lock-memory-size:=100 config-child-threads:=True
|
- priority:=80 cpu-affinity:=4 lock-memory-size:=100 config-child-threads:=True
|
||||||
&& ros2 launch bot_mini_bringup robot_twist_mux.launch.py
|
- |
|
||||||
&& ros2 launch bot_mini_bringup robot_joy_teleop.launch.py
|
ros2 launch bot_mini_bringup robot_twist_mux.launch.py
|
||||||
|
ros2 launch bot_mini_bringup robot_joy_teleop.launch.py
|
||||||
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