Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix melodic frontier exploration #150

Open
wants to merge 4 commits into
base: melodic-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion husky_navigation/config/costmap_exploration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rolling_window: false

plugins:
- {name: external, type: "costmap_2d::StaticLayer"}
- {name: explore_boundary, type: "frontier_exploration::BoundedExploreLayer"}
- {name: polygon_layer, type: "polygon_layer::PolygonLayer"}
#Can disable sensor layer if gmapping is fast enough to update scans
- {name: obstacles_laser, type: "costmap_2d::ObstacleLayer"}
- {name: inflation, type: "costmap_2d::InflationLayer"}
Expand Down
10 changes: 4 additions & 6 deletions husky_navigation/launch/exploration.launch
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
-->
<launch>

<!-- <node pkg="frontier_exploration" type="explore_client" name="explore_client" output="screen"/>
<arg name="plugin" default="frontier_exploration::FrontierPlugin"/>
<param name="plugin_name" value="$(arg plugin)"/>

<node pkg="frontier_exploration" type="explore_server" name="explore_server" output="screen">
<!-- <node pkg="exploration_server" type="plugin_client" name="explore_client" output="screen" /> -->

<param name="frequency" value="1.0"/> -->

<!-- Should be less than sensor range -->
<!-- <param name="goal_aliasing" value="2.0"/>
<!-- <node pkg="exploration_server" type="exploration_server_node" name="explore_server" output="screen">

<rosparam file="$(find husky_navigation)/config/costmap_common.yaml" command="load" ns="explore_costmap" />
<rosparam file="$(find husky_navigation)/config/costmap_exploration.yaml" command="load" ns="explore_costmap" />
Expand Down