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
The set/get method 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 throws C++ 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
the deprecation failed, things to fix
set
/get
method is not compatible any more, @saikishor has an ideareceived_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 runtimeNot sure if we can fix that for the humble releases, or we have to revert that and branch for rolling.
The text was updated successfully, but these errors were encountered: