Migration Guides: Jazzy to Kilted
This list summarizes important changes between Jazzy (previous) and Kilted (current) releases, where changes to user code might be necessary.
GripperActionController
The effort_controllers/GripperActionController and position_controllers/GripperActionController have been removed. The parallel_gripper_action_controller/GripperActionController should be used instead. (#1652).
diff_drive_controller
Parameters
has_velocity_limits,has_acceleration_limits, andhas_jerk_limitsare removed. Instead, set the respective limits to.NAN. (#1653).
pid_controller
Parameters
enable_feedforwardand serviceset_feedforward_controlare removed. Instead, set the feedforward_gain to zero or a non-zero value. (#1553).The legacy
antiwindupboolean and integral clamp parametersi_clamp_max/i_clamp_minhave been deprecated in favor of the newantiwindup_strategyparameter (#1585). Choose a suitable anti-windup strategy and set the parameters accordingly.PID state publisher topic changed to
<controller_name>namespace and is initially turned off. It can be turned on by usingactivate_state_publisherparameter. (#1823).