-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added handler for inverse kinematics special case joint request (#240)
* Added special case for inverse kinematics * Reformat * Added special case for inverse kinematics * Reformat * Added ik global * Renamed arm IK global. made type atomic as well * Added armIKEnabled handler and validater * Added case for when armIK global is enabled/disabled * Fixed build error * Fixed formatting error * Removed redundant code * Set armIKEnabled to false on e stop and connect * Fixed build error * Proper namespace for validateKey * Added special case for inverse kinematics * Reformat * Added ik global * Renamed arm IK global. made type atomic as well * Added armIKEnabled handler and validater * Added case for when armIK global is enabled/disabled * Fixed build error * Fixed formatting error * Removed redundant code * Set armIKEnabled to false on e stop and connect * Fixed build error * Proper namespace for validateKey * Added special case for inverse kinematics * Reformat * Added ik global * Renamed arm IK global. made type atomic as well * Added armIKEnabled handler and validater * Added case for when armIK global is enabled/disabled * Fixed build error * Fixed formatting error * Removed redundant code * Set armIKEnabled to false on e stop and connect * Fixed build error * Proper namespace for validateKey * Added armIKEnabled handler and validater * Added case for when armIK global is enabled/disabled * Fixed build error * Fixed formatting error * Removed redundant code * Proper namespace for validateKey * removed old bool for arm ik enabled * Set setpoint to current ee position on ik enable * Reformat and crash on no valid data * Reformat * Added updateArmThread * Reformat * fix more things * Added scalar to velocity set * Addressed some PR comments * Reformat * Addressed PR comments * Reformat * Addressed PR comments * fix formatting * Addressed PR comments * Reformat --------- Co-authored-by: Abhay D <[email protected]>
- Loading branch information
Showing
8 changed files
with
148 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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