We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7903b38 commit 10bcafdCopy full SHA for 10bcafd
1 file changed
src/bitbots_motion/bitbots_hcm/bitbots_hcm/hcm_dsd/hcm_blackboard.py
@@ -39,7 +39,7 @@ def __init__(self, node: Node):
39
self.pressure_sensors_installed: bool = self.node.get_parameter("pressure_sensors_installed").value
40
41
# Create service clients
42
- self.motor_switch_pub = self.node.create_publisher(PowerSwitch, "/power_switch_control")
+ self.motor_switch_pub = self.node.create_publisher(PowerSwitch, "/power_switch_control", 10)
43
44
# Create action clients and corresponding goal handles
45
self.animation_action_client: ActionClient = ActionClient(self.node, PlayAnimation, "animation")
0 commit comments