[x] The set/get method is not compatible any more, @saikishor has an idea
[x] 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
[x] 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.