Skip to content

Commit

Permalink
update tf-s
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Feb 11, 2020
1 parent 9c102c1 commit 355dbdc
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 51 deletions.
33 changes: 0 additions & 33 deletions config/darknet_config_simulation.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions launch/gmapping_only.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<param name="map_frame" value="map"/>
<param name="odom_frame" value="odom"/>

<param name="xmin" value="-5.0"/>
<param name="ymin" value="-5.0"/>
<param name="xmax" value="5.0"/>
<param name="ymax" value="5.0"/>
<param name="xmin" value="-25"/>
<param name="ymin" value="-25"/>
<param name="xmax" value="25"/>
<param name="ymax" value="25"/>
<param name="map_update_interval" value="5.0"/>
<param name="maxUrange" value="16.0"/>
<param name="sigma" value="0.05"/>
Expand Down
10 changes: 5 additions & 5 deletions launch/move_base_rosbot1.launch
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<arg name="laser_topic" default="/rosbot1/scan" />

<node pkg="move_base" type="move_base" respawn="false" name="move_base_rosbot1" output="screen">
<rosparam file="$(find multiple_rosbots_simulation)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find multiple_rosbots_simulation)/config/costmap_common_params.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find multiple_rosbots_simulation)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots_simulation)/config/global_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots_simulation)/config/trajectory_planner.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/costmap_common_params_rosbot1.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find multiple_rosbots)/config/costmap_common_params_rosbot1.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find multiple_rosbots)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/global_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/trajectory_planner.yaml" command="load" />
<!-- external params file that could be loaded into the move_base namespace -->

<!-- reset frame_id parameters using user input data -->
Expand Down
10 changes: 5 additions & 5 deletions launch/move_base_rosbot2.launch
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<arg name="laser_topic" default="/rosbot2/scan" />

<node pkg="move_base" type="move_base" respawn="false" name="move_base_rosbot2" output="screen">
<rosparam file="$(find multiple_rosbots_simulation)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find multiple_rosbots_simulation)/config/costmap_common_params.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find multiple_rosbots_simulation)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots_simulation)/config/global_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots_simulation)/config/trajectory_planner.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/costmap_common_params_rosbot2.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find multiple_rosbots)/config/costmap_common_params_rosbot2.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find multiple_rosbots)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/global_costmap_params.yaml" command="load" />
<rosparam file="$(find multiple_rosbots)/config/trajectory_planner.yaml" command="load" />
<!-- external params file that could be loaded into the move_base namespace -->

<!-- reset frame_id parameters using user input data -->
Expand Down
5 changes: 1 addition & 4 deletions launch/rosbot1.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<include file="$(find multiple_rosbots)/launch/move_base_rosbot1.launch" />
<include file="$(find multiple_rosbots)/launch/amcl_only_rosbot1.launch" />

</group>



</group>

</launch>
5 changes: 5 additions & 0 deletions maps/test_arena.pgm

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions maps/test_arena.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: test_arena.pgm
resolution: 0.050000
origin: [-13.200000, -10.000000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

0 comments on commit 355dbdc

Please sign in to comment.