Fix launch file error

This commit is contained in:
Daisuke Sato 2021-05-22 20:41:57 +09:00
parent b269d0b48d
commit f65043a27a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<launch>
<!-- This argument must specify the list of .cfg files to process for benchmarking -->
<arg name="cfg" />
<arg name="cfg" default="" />
<!-- Load URDF -->
<include file="$(find mycobot_ros)/launch/planning_context.launch">

View file

@ -1,7 +1,7 @@
<launch>
<!-- The path to the database must be specified -->
<arg name="moveit_warehouse_database_path" />
<arg name="moveit_warehouse_database_path" default="" />
<!-- Load warehouse parameters -->
<include file="$(find mycobot_ros)/launch/warehouse_settings.launch.xml" />