-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
- ur_controller: Update RealTimeBox UniversalRobots/Universal_Robots_ROS2_Driver#1189
- ros2_controllers: https://github.com/ros-controls/ros2_controllers/actions/runs/11988629468/job/33424120547 fixed with Fix RealtimeBox API changes ros2_controllers#1385
the deprecation failed, things to fix
- The
set/getmethod is not compatible any more, @saikishor has an idea -
received_velocity_msg_ptr_.set(nullptr);like we used in diff_drive_controller now builds but throwsC++ exception with description "bad_function_call" thrown in the test body.at runtime - the realtime_box_best_effort.h is not available any more -> add it again pointing to the new one with a deprecation warning
- add downstream builds to a CI job to be more aware of API breaking changes Add downstream build CI job #201
Not sure if we can fix that for the humble releases, or we have to revert that and branch for rolling.
saikishor