You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are attempting to upgrade from humble to jazzy today and this also breaks rosbridge_server, as in: ros2 launch rosbridge_server rosbridge_websocket_launch.xml
Looks like this change was made back in Nov 2023: see here
The solution appears to be to import from rclpy: from rclpy.parameter import get_parameter_value
Tested this locally and the behavior has been resolved. Just need to add a PR
Description
Apparently the API has changed in the new release:
Steps To Reproduce
ros2 run rosapi rosapi_node
Expected Behavior
Rosapi doesn't crash.
Actual Behavior
Rosapi crashes. 😃
The text was updated successfully, but these errors were encountered: