You're reading the documentation for a development version. For the latest released version, please have a look at Kilted.
Migration Guides: Kilted Kaiju to Lyrical Luth
This list summarizes important changes between Kilted Kaiju (previous) and Lyrical Luth (current) releases, where changes to user code might be necessary.
effort_controllers
effort_controllers/JointGroupEffortControlleris deprecated. Use forward_command_controller instead by adding theinterface_nameparameter and set it toeffort. (#1913).
position_controllers
position_controllers/JointGroupPositionControlleris deprecated. Use forward_command_controller instead by adding theinterface_nameparameter and set it toposition. (#1913).
velocity_controllers
velocity_controllers/JointGroupVelocityControlleris deprecated. Use forward_command_controller instead by adding theinterface_nameparameter and set it tovelocity. (#1913).