Skip to content

Commit 4503318

Browse files
committed
fix ignore unavail
1 parent e4af7aa commit 4503318

File tree

1 file changed

+1
-1
lines changed
  • formant_ros2_adapter/scripts

1 file changed

+1
-1
lines changed

formant_ros2_adapter/scripts/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
allow_undeclared_parameters=True,
1313
automatically_declare_parameters_from_overrides=True,
1414
)
15-
fclient = Client(ignore_throttled=True)
15+
fclient = Client(ignore_throttled=True, ignore_unavailable=True)
1616
ROS2Adapter(fclient, node)
1717
try:
1818
while rclpy.ok():

0 commit comments

Comments
 (0)