forked from moveit/moveit_tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9120f6
commit 27771dd
Showing
9 changed files
with
20 additions
and
20 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,19 +1,19 @@ | ||
<launch> | ||
|
||
<!-- load URDF --> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find pr2_description)/robots/pr2.urdf.xacro'" /> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find panda_description)/robots/panda.urdf.xacro'" /> | ||
|
||
<!-- load SRDF --> | ||
<param name="robot_description_semantic" textfile="$(find pr2_moveit_config)/config/pr2.srdf" /> | ||
<param name="robot_description_semantic" textfile="$(find panda_moveit_config)/config/panda.srdf" /> | ||
|
||
<!-- launch rviz --> | ||
<node name="$(anon rviz)" pkg="rviz" type="rviz" respawn="false" output="screen"> | ||
<rosparam command="load" file="$(find pr2_moveit_config)/config/kinematics.yaml"/> | ||
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/> | ||
</node> | ||
|
||
<!-- launch interactivity_tutorial --> | ||
<node name="attached_body_tutorial" pkg="moveit_tutorials" type="attached_body_tutorial" respawn="false" output="screen"> | ||
<rosparam command="load" file="$(find pr2_moveit_config)/config/kinematics.yaml"/> | ||
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/> | ||
</node> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<launch> | ||
|
||
<!-- load URDF --> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find pr2_description)/robots/pr2.urdf.xacro'" /> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find panda_description)/robots/panda.urdf.xacro'" /> | ||
|
||
<!-- load SRDF --> | ||
<param name="robot_description_semantic" textfile="$(find pr2_moveit_config)/config/pr2.srdf" /> | ||
<param name="robot_description_semantic" textfile="$(find panda_moveit_config)/config/panda.srdf" /> | ||
|
||
<!-- launch rviz --> | ||
<node name="$(anon rviz)" pkg="rviz" type="rviz" respawn="false" output="screen"> | ||
<rosparam command="load" file="$(find pr2_moveit_config)/config/kinematics.yaml"/> | ||
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/> | ||
</node> | ||
|
||
<!-- launch interactivity_tutorial --> | ||
<node name="interactivity_tutorial" pkg="moveit_tutorials" type="interactivity_tutorial" respawn="false" output="screen"> | ||
<rosparam command="load" file="$(find pr2_moveit_config)/config/kinematics.yaml"/> | ||
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/> | ||
</node> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<launch> | ||
<include file="$(find pr2_moveit_config)/launch/demo.launch"/> | ||
<include file="$(find panda_moveit_config)/launch/demo.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
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 @@ | ||
<launch> | ||
<include file="$(find pr2_moveit_config)/launch/planning_context.launch"> | ||
<include file="$(find panda_moveit_config)/launch/planning_context.launch"> | ||
<arg name="load_robot_description" value="true"/> | ||
</include> | ||
|
||
<node name="state_display_tutorial" pkg="moveit_tutorials" type="state_display_tutorial" respawn="false" output="screen"> | ||
<rosparam command="load" file="$(find pr2_moveit_config)/config/kinematics.yaml"/> | ||
<rosparam command="load" file="$(find panda_moveit_config)/config/kinematics.yaml"/> | ||
</node> | ||
</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