Change MoveIt planner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" ?>
|
||||
<launch>
|
||||
<arg name="launch_rviz" default="false" />
|
||||
<arg name="rviz" default="false" />
|
||||
|
||||
<!-- Load parameters -->
|
||||
<rosparam command="load" file="$(find active_grasp)/cfg/active_grasp.yaml" subst_value="true" />
|
||||
@@ -12,8 +12,10 @@
|
||||
|
||||
<!-- Launch MoveIt -->
|
||||
<node pkg="tf2_ros" type="static_transform_publisher" name="to_panda" args="0 0 0 0 0 0 world panda_link0" />
|
||||
<include file="$(find panda_moveit_config)/launch/move_group.launch" />
|
||||
<include file="$(find panda_moveit_config)/launch/move_group.launch">
|
||||
<arg name="pipeline" value="ompl"/>
|
||||
</include>
|
||||
|
||||
<!-- Launch rviz -->
|
||||
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find active_grasp)/launch/active_grasp.rviz" if="$(arg launch_rviz)" />
|
||||
<node if="$(arg rviz)" pkg="rviz" type="rviz" name="rviz" args="-d $(find active_grasp)/launch/active_grasp.rviz" />
|
||||
</launch>
|
||||
|
Reference in New Issue
Block a user