We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4af7aa commit 4503318Copy full SHA for 4503318
formant_ros2_adapter/scripts/main.py
@@ -12,7 +12,7 @@
12
allow_undeclared_parameters=True,
13
automatically_declare_parameters_from_overrides=True,
14
)
15
- fclient = Client(ignore_throttled=True)
+ fclient = Client(ignore_throttled=True, ignore_unavailable=True)
16
ROS2Adapter(fclient, node)
17
try:
18
while rclpy.ok():
0 commit comments