-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update adds the SNS IK solver as the backbone of the IK service inside the Kinematics class. Updates include: - Added sns_ik_lib as a dependency - Acceleration Limits to be added to the parameter server - Distinguishes between the endpoint tips and gravity compensation tips (to properly account for gravity) - Adds the servicePositionIK ROS Service
- Loading branch information
1 parent
2bcf484
commit 26b4fa3
Showing
8 changed files
with
246 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
robot_config: | ||
joint_config: | ||
joint_acceleration_limit: | ||
head_pan: 10.0 # rad / sec^2 | ||
right_j0: 10.0 # rad / sec^2 | ||
right_j1: 8.0 # rad / sec^2 | ||
right_j2: 10.0 # rad / sec^2 | ||
right_j3: 10.0 # rad / sec^2 | ||
right_j4: 12.0 # rad / sec^2 | ||
right_j5: 12.0 # rad / sec^2 | ||
right_j6: 12.0 # rad / sec^2 | ||
|
File renamed without changes.
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
Oops, something went wrong.