Skip to content

Commit 10bcafd

Browse files
committed
Fix qos profile
Signed-off-by: Florian Vahl <florian@flova.de>
1 parent 7903b38 commit 10bcafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bitbots_motion/bitbots_hcm/bitbots_hcm/hcm_dsd/hcm_blackboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, node: Node):
3939
self.pressure_sensors_installed: bool = self.node.get_parameter("pressure_sensors_installed").value
4040

4141
# Create service clients
42-
self.motor_switch_pub = self.node.create_publisher(PowerSwitch, "/power_switch_control")
42+
self.motor_switch_pub = self.node.create_publisher(PowerSwitch, "/power_switch_control", 10)
4343

4444
# Create action clients and corresponding goal handles
4545
self.animation_action_client: ActionClient = ActionClient(self.node, PlayAnimation, "animation")

0 commit comments

Comments
 (0)