mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
16 lines
656 B
XML
16 lines
656 B
XML
<?xml version="1.0"?>
|
|
<launch>
|
|
<include file="$(find moveit_resources_panda_moveit_config)/launch/demo.launch">
|
|
<arg name="use_rviz" value="false" />
|
|
<arg name="execution_type" value="last point" />
|
|
<env name="LD_PRELOAD" value="$(optenv PRELOAD)" />
|
|
</include>
|
|
|
|
<!-- use MTC execution capability -->
|
|
<param name="move_group/capabilities" value="move_group/ExecuteTaskSolutionCapability" />
|
|
|
|
<test pkg="moveit_task_constructor_demo" type="pick_place_test" test-name="pick_place_test">
|
|
<rosparam command="load" file="$(find moveit_task_constructor_demo)/config/panda_config.yaml" />
|
|
</test>
|
|
</launch>
|