-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support to pass ROBOT_INITIAL_POSE via argument, in addition to envir…
…onment
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 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,12 +1,12 @@ | ||
<launch> | ||
<arg name="KINECT1" default="$(optenv KINECT1 false)" /> | ||
<arg name="KINECT2" default="$(optenv KINECT2 false)" /> | ||
<arg name="ROBOT_INITIAL_POSE" default="$(optenv ROBOT_INITIAL_POSE)" /> | ||
|
||
<!-- Startup PR2 without any mechanism controllers --> | ||
<include file="$(find pr2_gazebo)/launch/pr2_no_controllers.launch" pass_all_args="true"/> | ||
<include file="$(find obinata_pr2_73b2_cleanup)/launch/pr2_no_controllers.launch" pass_all_args="true"/> | ||
|
||
<!-- Load and Start Default Controllers --> | ||
<include file="$(find pr2_controller_configuration_gazebo)/launch/pr2_default_controllers.launch" /> | ||
|
||
</launch> | ||
|
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