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
My primary goal is to reduce P-stop during trajectory execution.
This can be achieved via admittance control, but it will require some open source contribution. First, Denis' admittance controller (ros-controls/ros2_controllers#173) needs to be refactored into the new chainable controller pattern (ros-controls/ros2_control#667). Second, Denis' controller depended on a kinematics interface, but it never made it into ros2_control. Third, I need to make a PR and merge the refactored admittance controller into ros2_controllers. This can be broken into sub goals:
My primary goal is to reduce P-stop during trajectory execution.
This can be achieved via admittance control, but it will require some open source contribution. First, Denis' admittance controller (ros-controls/ros2_controllers#173) needs to be refactored into the new chainable controller pattern (ros-controls/ros2_control#667). Second, Denis' controller depended on a kinematics interface, but it never made it into ros2_control. Third, I need to make a PR and merge the refactored admittance controller into ros2_controllers. This can be broken into sub goals:
Integrating the admittance controller into ros2_controllers will help ensure that it is supported long term.
The text was updated successfully, but these errors were encountered: