-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add JTA for arm and set-impedance-param
- Loading branch information
Showing
3 changed files
with
136 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
geometry_msgs/Vector3 linear_stiffness # Linear stiffness must be less than or equal to 500.000000 N/m | ||
geometry_msgs/Vector3 rotational_stiffness # Rotational stiffness must be less than or equal to 60.000000 Nm/rad | ||
geometry_msgs/Vector3 linear_damping # Linear damping must be less than or equal to 2.500000 Ns/m | ||
geometry_msgs/Vector3 rotational_damping # Rotational damping must be less than or equal to 1.000000 Nms/rad | ||
--- | ||
bool success |