forked from moveit/moveit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jog arm CI integration test (moveit#1466)
* rename .test launch file and re-enable jog-arm integration test * fix array out-of-bounds access drop hard-coded plain c array and directly add Eigen vectors without loop * start from non-singular robot state
- Loading branch information
1 parent
6da283d
commit 9694df1
Showing
5 changed files
with
22 additions
and
18 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
10 changes: 10 additions & 0 deletions
10
moveit_experimental/jog_arm/test/arm_setup/config/initial_position.yaml
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,10 @@ | ||
zeros: | ||
panda_joint1: 0 | ||
panda_joint2: -0.785 | ||
panda_joint3: 0 | ||
panda_joint4: -2.356 | ||
panda_joint5: 0 | ||
panda_joint6: 1.571 | ||
panda_joint7: 0.785 | ||
publish_default_positions: True | ||
|
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