-
Notifications
You must be signed in to change notification settings - Fork 123
GELLO actuation for ros2 franka support #66
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ition of other motors
using Dynamixel internal current-based position mode
Merge in ROBL/gello_software from feat/actuation-publisher to feat/actuation * commit '9ed96850b45b820d928dab07339d7ff16cd38752': add: configurable virtual springs and dampers using Dynamixel internal current-based position mode
…lses Merge in ROBL/gello_software from feat/actuation-goal-position-radians to feat/actuation * commit 'cb5fc74661f0a2325b5fa8c82aeb1070db138841': chg: configure goal position in rad instead pulses
- Split into hardware and config modules - Add graceful shutdown with signal handling - Fix dual-arm parameter isolation
Merge in ROBL/gello_software from chg/refactor-franka-gello-state-publisher to feat/actuation * commit '5302a697cf0a2def851cf1ff4b2d38ba0c492ca2': chg: refactor franka_gello_state_publisher into modular components
…orrect joint data being send from the robot
…cy (in case of jerky follower behavior) Merge in ROBL/gello_software from feat/usb-latency-troubleshooting to feat/actuation * commit 'b1b656426b8667cb942c4748b5d655c7be8279f6': ADD: Instructions to improve USB latency
…side effect of incorrect joint data being send from the robot Merge in ROBL/gello_software from fix/incorrect_joint_states_before_first_command to feat/actuation * commit 'd58470887e48e8820516441e785a5af28c5972e2': fix: franka ros2 unittests make tests work no longer block during on_activate() which had the side effect of incorrect joint data being send from the robot
…driver in gello/dynamixel
…ka_ros2 to get updated more frequently
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds actuation in the form of virtual springs and dampers to GELLO ROS 2:
Each Dynamixel motor has an internal PID controller that can be configured to behave like a virtual spring and damper. Damping is useful to prevent the operator from moving the GELLO arm faster than the real robot can follow. The spring-like behavior allows to support individual joints that could sag to an unwanted position when having 7 degrees of freedom.
For this, the following changes are proposed: