-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add admittance controller #370
Add admittance controller #370
Conversation
Enabling chanable mode for forward command controllers. Fix all bugs in chained-controllers mode. Remove debug output from forwarding controller. Updated example ffwd chainable controller for new structure.
Co-authored-by: Denis Štogl <[email protected]>
…trollers into add-admittance-controller
Co-authored-by: Denis Štogl <[email protected]>
…_controller.hpp Co-authored-by: Denis Štogl <[email protected]>
a1168dd
to
82c0018
Compare
This pull request is in conflict. Could you fix it @pac48? |
@destogl I can't respond to some of your individual comments because they weren't left as part of a github review. I guess I'll do it here instead:
Something like this |
It looks like these videos Paul took of the admittance controller in action on a UR-5e haven't been shared here yet - enjoy! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this PR with the admittance controller demos from ros-controls/ros2_control_demos#206 and it build and worked well for me 👍
|
||
#include <string> | ||
|
||
namespace ros2_control_test_assets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to the assets' folder in the ros2_control repository.
@Mergifyio backport humble |
❌ No backport have been created
|
This PR adds an admittance controller that conforms to the chained controller interface. Additionally, this depends on a PR to control_msgs.