-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed post-fix ' velocity' from controllable names because it would…
… interfere with how Boxy's low-level interfaces parses velocity commands.
- Loading branch information
1 parent
770d381
commit 90c7b71
Showing
15 changed files
with
224 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
body_controllables: | ||
right_arm: | ||
- right_arm_0_joint velocity | ||
- right_arm_1_joint velocity | ||
- right_arm_2_joint velocity | ||
- right_arm_3_joint velocity | ||
- right_arm_4_joint velocity | ||
- right_arm_5_joint velocity | ||
- right_arm_6_joint velocity | ||
- right_arm_0_joint | ||
- right_arm_1_joint | ||
- right_arm_2_joint | ||
- right_arm_3_joint | ||
- right_arm_4_joint | ||
- right_arm_5_joint | ||
- right_arm_6_joint | ||
left_arm: | ||
- left_arm_0_joint velocity | ||
- left_arm_1_joint velocity | ||
- left_arm_2_joint velocity | ||
- left_arm_3_joint velocity | ||
- left_arm_4_joint velocity | ||
- left_arm_5_joint velocity | ||
- left_arm_6_joint velocity | ||
torso: triangle_base_joint velocity | ||
- left_arm_0_joint | ||
- left_arm_1_joint | ||
- left_arm_2_joint | ||
- left_arm_3_joint | ||
- left_arm_4_joint | ||
- left_arm_5_joint | ||
- left_arm_6_joint | ||
torso: triangle_base_joint |
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
Oops, something went wrong.