cps_rmp220_support/config/twist_mux.yaml

28 lines
644 B
YAML
Raw Normal View History

2025-01-17 12:30:02 +00:00
# Input topics handled/muxed.
# For each topic:
# - name : name identifier to select the topic
# - topic : input topic of geometry_msgs::Twist type
# - timeout : timeout in seconds to start discarding old messages, and use 0.0 speed instead
# - priority: priority in the range [0, 255]; the higher the more priority over other topics
topics:
-
name : navigation
topic : nav_vel
timeout : 0.5
priority: 100
-
name : joystick
topic : joy_vel
timeout : 0.5
priority: 90
-
name : keyboard
topic : key_vel
timeout : 0.5
priority: 90
-
name : tablet
topic : tab_vel
timeout : 0.5
priority: 90