Skip to content

Commit

Permalink
Changed launchfile name and robot positions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurgo committed Nov 6, 2019
1 parent e8c567a commit 35375d8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
13 changes: 13 additions & 0 deletions ca_gazebo/launch/create_cooperative_two_rooms.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<launch>
<param name="create1/amcl/initial_pose_x" value="-1"/>
<param name="create1/amcl/initial_pose_y" value="1"/>
<param name="create1/amcl/initial_pose_a" value="0"/>

<param name="create2/amcl/initial_pose_x" value="1"/>
<param name="create2/amcl/initial_pose_y" value="1"/>
<param name="create2/amcl/initial_pose_a" value="3.1416"/>

<include file="$(find ca_gazebo)/launch/create_empty_world.launch">
<arg name="env" value="two_rooms"/>
</include>
</launch>
4 changes: 2 additions & 2 deletions ca_gazebo/launch/create_empty_world.launch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<launch>
<arg name="env" default="empty"/>
<arg name="localization" default="$(optenv LOCALIZATION none)"/>

<arg name="paused" value="$(optenv PAUSED false)"/>
<arg name="gui" value="$(optenv GUI true)"/>
<arg name="debug" value="$(optenv DEBUG false)"/>

<arg name="localization" default="$(optenv LOCALIZATION none)"/>

<!-- Launch Gazebo world -->
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="debug" value="$(arg debug)" />
Expand Down
13 changes: 0 additions & 13 deletions ca_gazebo/launch/ekuthon_coop_robots.launch

This file was deleted.

0 comments on commit 35375d8

Please sign in to comment.