Thank you for porting cartesian_controllers to Jazzy. After trying it out, I found the motion_control_handle was left out. It still tries to get robot_description from the parameter, which is deprecated. To fix it, this PR let the motion_control_handle get robot_description from the controller's base class for Jazzy, as done in cartesian_controller_base.cpp.
Hi @stefanscherzinger,
Thank you for porting cartesian_controllers to Jazzy. After trying it out, I found the
motion_control_handle
was left out. It still tries to getrobot_description
from the parameter, which is deprecated. To fix it, this PR let themotion_control_handle
getrobot_description
from the controller's base class for Jazzy, as done in cartesian_controller_base.cpp.