-
Notifications
You must be signed in to change notification settings - Fork 224
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 force mode controller #1049
base: main
Are you sure you want to change the base?
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dedc846 - Browse repository at this point
Copy the full SHA dedc846View commit details -
Configuration menu - View commit details
-
Copy full SHA for f372025 - Browse repository at this point
Copy the full SHA f372025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040c76a - Browse repository at this point
Copy the full SHA 040c76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c52986 - Browse repository at this point
Copy the full SHA 3c52986View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c5ea6 - Browse repository at this point
Copy the full SHA f0c5ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 949610c - Browse repository at this point
Copy the full SHA 949610cView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62f02ea - Browse repository at this point
Copy the full SHA 62f02eaView commit details
Commits on Jul 10, 2024
-
Update controller to match updated service definition
Also add example of using force mode controller
Configuration menu - View commit details
-
Copy full SHA for b454a76 - Browse repository at this point
Copy the full SHA b454a76View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e758b1 - Browse repository at this point
Copy the full SHA 3e758b1View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d96b096 - Browse repository at this point
Copy the full SHA d96b096View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2ecc1 - Browse repository at this point
Copy the full SHA ca2ecc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e91444 - Browse repository at this point
Copy the full SHA 0e91444View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f77e23 - Browse repository at this point
Copy the full SHA 6f77e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577e9fc - Browse repository at this point
Copy the full SHA 577e9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b07594 - Browse repository at this point
Copy the full SHA 5b07594View commit details -
Disable starting force_mode_controller with joint streaming
Currently, this isn't working as expected and we don't really have a method to counteract the robot "jumping" back to the joint configuration without force mode.
Configuration menu - View commit details
-
Copy full SHA for 8fdf95d - Browse repository at this point
Copy the full SHA 8fdf95dView commit details -
Do not activate force_mode_controller by default
Since it isn't compatible with streaming controllers, we deactivate it for now. It can be activated at runtime.
Configuration menu - View commit details
-
Copy full SHA for 950629d - Browse repository at this point
Copy the full SHA 950629dView commit details -
Move force_mode communication from AsyncIO to write
This should be more thread-safe, as the buffers are filled from the same thread as the write function is called.
Configuration menu - View commit details
-
Copy full SHA for b30fb33 - Browse repository at this point
Copy the full SHA b30fb33View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51ddaa6 - Browse repository at this point
Copy the full SHA 51ddaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b533c - Browse repository at this point
Copy the full SHA d8b533cView commit details
Commits on Nov 8, 2024
-
Fix interface compatibility check in prepare_switch
Also added tests for that
Configuration menu - View commit details
-
Copy full SHA for efbb144 - Browse repository at this point
Copy the full SHA efbb144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255b192 - Browse repository at this point
Copy the full SHA 255b192View commit details
Commits on Nov 11, 2024
-
Merge upstream changes with passthrough controller
Since the force_mode controller should be able to run with that, we need to update resource checking.
Configuration menu - View commit details
-
Copy full SHA for 2a0b387 - Browse repository at this point
Copy the full SHA 2a0b387View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bb779b - Browse repository at this point
Copy the full SHA 3bb779bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84903de - Browse repository at this point
Copy the full SHA 84903deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 849873d - Browse repository at this point
Copy the full SHA 849873dView commit details -
Since those are now in the service interface, we can delete them.
Configuration menu - View commit details
-
Copy full SHA for c4f050e - Browse repository at this point
Copy the full SHA c4f050eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34c7d1 - Browse repository at this point
Copy the full SHA c34c7d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4930f9 - Browse repository at this point
Copy the full SHA a4930f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 875b3ee - Browse repository at this point
Copy the full SHA 875b3eeView commit details