-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add demo launch args for Gazebo (Ignition) sim
- Loading branch information
1 parent
5450734
commit 748afcf
Showing
3 changed files
with
81 additions
and
49 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,9 +1,9 @@ | ||
# Default initial positions for the panda arm's ros2_control fake system | ||
initial_positions: | ||
panda_joint1: 0.0 | ||
panda_joint2: 0.0 | ||
panda_joint2: -0.785 | ||
panda_joint3: 0.0 | ||
panda_joint4: 0.0 | ||
panda_joint4: -2.356 | ||
panda_joint5: 0.0 | ||
panda_joint6: 1.571 | ||
panda_joint7: 0.785 |
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,14 @@ | ||
# Initial positions for the panda arm's ros2_control Gazebo support | ||
# NOTE: These modified values from initial_positions.yaml move the default state | ||
# closer to 0 for Humble backwards support. The original values would cause | ||
# a strong initial motion, leading to self-collision. Reason is that initial_values | ||
# are not supported by ign_ros2_control | ||
# See: https://github.com/ros-controls/gz_ros2_control/pull/27 | ||
initial_positions: | ||
panda_joint1: 0.0 | ||
panda_joint2: 0.0 | ||
panda_joint3: 0.0 | ||
panda_joint4: 0.0 | ||
panda_joint5: 0.0 | ||
panda_joint6: 1.571 | ||
panda_joint7: 0.785 |
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