moveit_task_constructor/demo/test/pick_place.test
Robert Haschke dce740fdfe CI: fixup asan job
Need to preload libasan.so.5 for move_group node, because it loads a sanitized plugin.
2021-05-29 00:38:43 +02:00

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>