mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Fix launch file error
This commit is contained in:
parent
b269d0b48d
commit
f65043a27a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<launch>
|
<launch>
|
||||||
|
|
||||||
<!-- This argument must specify the list of .cfg files to process for benchmarking -->
|
<!-- This argument must specify the list of .cfg files to process for benchmarking -->
|
||||||
<arg name="cfg" />
|
<arg name="cfg" default="" />
|
||||||
|
|
||||||
<!-- Load URDF -->
|
<!-- Load URDF -->
|
||||||
<include file="$(find mycobot_ros)/launch/planning_context.launch">
|
<include file="$(find mycobot_ros)/launch/planning_context.launch">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<launch>
|
<launch>
|
||||||
|
|
||||||
<!-- The path to the database must be specified -->
|
<!-- The path to the database must be specified -->
|
||||||
<arg name="moveit_warehouse_database_path" />
|
<arg name="moveit_warehouse_database_path" default="" />
|
||||||
|
|
||||||
<!-- Load warehouse parameters -->
|
<!-- Load warehouse parameters -->
|
||||||
<include file="$(find mycobot_ros)/launch/warehouse_settings.launch.xml" />
|
<include file="$(find mycobot_ros)/launch/warehouse_settings.launch.xml" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue