]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
frontier exploration fixes
authorErik Andresen <erik@vontaene.de>
Sun, 23 Oct 2016 17:53:06 +0000 (19:53 +0200)
committerErik Andresen <erik@vontaene.de>
Sun, 23 Oct 2016 17:53:06 +0000 (19:53 +0200)
config/costmap_exploration.yaml
launch/exploration.launch
launch/move_base.launch
scripts/forward_tty.sh

index 0f5bc4300aec73f1e88564d7b0bfe6dbf3a685d7..6414e9b6812d9f9c5d96caf2478cbdb1b212656e 100644 (file)
@@ -1,7 +1,8 @@
-#must match incoming static map
+# must match incoming static map
 global_frame: map
 robot_base_frame: base_footprint
 update_frequency: 5.0
 global_frame: map
 robot_base_frame: base_footprint
 update_frequency: 5.0
+publish_frequency: 5.0
 resolution: 0.01
 
 rolling_window: false
 resolution: 0.01
 
 rolling_window: false
@@ -10,12 +11,18 @@ track_unknown_space: true
 plugins: 
 - {name: static_layer, type: 'costmap_2d::StaticLayer'}
 - {name: explore_boundary, type: "frontier_exploration::BoundedExploreLayer"}
 plugins: 
 - {name: static_layer, type: 'costmap_2d::StaticLayer'}
 - {name: explore_boundary, type: "frontier_exploration::BoundedExploreLayer"}
-#Can disable sensor layer if gmapping is fast enough to update scans
+# Can disable sensor layer if gmapping is fast enough to update scans
 - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
 - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
 
 - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
 - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
 
+static_layer:
+  # Can pull data from gmapping, map_server or a non-rolling costmap
+  map_topic: /map
+  # map_topic: move_base/global_costmap/costmap
+  subscribe_to_updates: true
+
 explore_boundary:
 explore_boundary:
-  resize_to_boundary: true
+  resize_to_boundary: false
   frontier_travel_point: middle
   frontier_travel_point: middle
-  #set to false for gmapping, true if re-exploring a known area
+  # set to false for gmapping, true if re-exploring a known area
   explore_clear_space: true
   explore_clear_space: true
index 0c81ea065a9b1570ed06e5070577a013703d5ab9..4df3aee234597a87baba7087f398d80195b0da0e 100644 (file)
@@ -2,10 +2,10 @@
 <launch>
        <node pkg="frontier_exploration" type="explore_client" name="explore_client" output="screen"/>
 
 <launch>
        <node pkg="frontier_exploration" type="explore_client" name="explore_client" output="screen"/>
 
-       <node pkg="frontier_exploration" type="explore_server" name="explore_server" output="screen" >
+       <node pkg="frontier_exploration" type="explore_server" name="explore_server" output="screen">
                <param name="frequency" type="double" value="2.0"/>
                <!-- Should be less than sensor range -->
                <param name="frequency" type="double" value="2.0"/>
                <!-- Should be less than sensor range -->
-               <param name="goal_aliasing" type="double" value="2.0"/>
+               <param name="goal_aliasing" type="double" value="1.0"/>
 
                <rosparam file="$(find wild_thumper)/config/costmap_common_params.yaml" command="load" ns="explore_costmap" />
                <rosparam file="$(find wild_thumper)/config/costmap_exploration.yaml" command="load" ns="explore_costmap" />
 
                <rosparam file="$(find wild_thumper)/config/costmap_common_params.yaml" command="load" ns="explore_costmap" />
                <rosparam file="$(find wild_thumper)/config/costmap_exploration.yaml" command="load" ns="explore_costmap" />
index 2ee4b5a953fbcc2749296487a0adc05aa6bfb823..30f7ff1118caaa7e93aa8b51df49f12c7630f3f9 100644 (file)
                <param name="map_update_interval" value="30" />
                <param name="linearUpdate" value="0.5" />
                <param name="angularUpdate" value="0.25" />
                <param name="map_update_interval" value="30" />
                <param name="linearUpdate" value="0.5" />
                <param name="angularUpdate" value="0.25" />
-               <param name="xmin" value="-1.0"/>
-               <param name="ymin" value="-1.0"/>
-               <param name="xmax" value="1.0"/>
-               <param name="ymax" value="1.0"/>
+               <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="odom_frame" value="odom"/>
        </node>
 
                <param name="odom_frame" value="odom"/>
        </node>
 
index 61d6cf9f741edbc7adda13e51e40e54770ff9470..0ddb44782a22f8156acd9e28d828edfe2b4581b9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
 # Client:
 #!/bin/sh
 #
 # Client:
-# socat PTY,link=/dev/ttyS4,mode=777 TCP:wildthumper:10001
+# socat PTY,link=/dev/ttyS4,raw,echo=0,mode=777 TCP:wildthumper:10001
 
 socat /dev/ttyUSB0,b57600 TCP4-LISTEN:10001,reuseaddr
 
 socat /dev/ttyUSB0,b57600 TCP4-LISTEN:10001,reuseaddr