We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e238f commit 3dafd53Copy full SHA for 3dafd53
rosbridge_server/scripts/rosbridge_websocket.py
@@ -341,7 +341,7 @@ def check_deprecated_parameters(self):
341
"will be updated to 5.0 seconds."
342
)
343
344
- if RosbridgeWebSocket.call_services_in_new_thread == False:
+ if RosbridgeWebSocket.call_services_in_new_thread is False:
345
self.get_logger().warn(
346
"The 'call_services_in_new_thread' parameter is currently set to False, "
347
"which means service calls will block the main thread. "
0 commit comments