mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 11:51:16 -05:00
fix: make QoS compatible with basestation-game
This commit is contained in:
@@ -49,7 +49,7 @@ class SerialRelay(Node):
|
||||
|
||||
# Create subscribers
|
||||
self.man_sub = self.create_subscription(
|
||||
ArmManual, "/arm/control/manual", self.send_manual, 10
|
||||
ArmManual, "/arm/control/manual", self.send_manual, 2
|
||||
)
|
||||
|
||||
# New messages
|
||||
|
||||
Reference in New Issue
Block a user