-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Katie Hughes <khughes-bdai@theaiinstitute.com>
- Loading branch information
Katie Hughes
committed
Feb 27, 2025
1 parent
978f25b
commit 7185c89
Showing
3 changed files
with
8 additions
and
6 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# list of the joint names to control | ||
string[] name | ||
# desired position command for each joint | ||
# desired position commands for each joint in rad | ||
float64[] position | ||
# desired velocity command for each joint | ||
# desired velocity commands for each joint in rad/s | ||
float64[] velocity | ||
# desired effort command for each joint | ||
# desired effort commands for each joint in Nm | ||
float64[] effort | ||
# desired k_q_p command for each joint | ||
# desired k_q_p commands for each joint in Nm/rad | ||
float64[] k_q_p | ||
# desired k_qd_p command for each joint | ||
# desired k_qd_p command for each joint in Nms/rad | ||
float64[] k_qd_p |
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