Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
[launch] Delete cartographer launch and edit arguments in frontier_se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
AnaBatinovic committed Mar 25, 2021
1 parent ce41d01 commit 940d95f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
37 changes: 0 additions & 37 deletions launch/3D_cartographer.launch

This file was deleted.

5 changes: 2 additions & 3 deletions launch/frontier_server.launch
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<launch>
<arg name="rate" default="1"/>
<arg name="namespace" default="$(env UAV_NAMESPACE)"/>
<arg name="slam_ns" default="slam"/>
<arg name="odometry" default="odometry"/>
<arg name="cloud_in" default="$(arg slam_ns)/submap_cloud"/>
<arg name="cloud_in" default="submap_cloud"/>
<arg name="point_reached" default="exploration/point_reached"/>
<arg name="config_filename" default="$(find uav_frontier_exploration_3d)/config/kopterworx_exploration_sim_large_env.yaml"/>

<group ns="$(arg namespace)">
<node name="frontier_server_node" pkg="uav_frontier_exploration_3d" type="frontier_server_node" output="screen">
<param name="rate" value="$(arg rate)"/>
<param name="exploration_config_filename" value="$(arg config_filename)"/>
<remap from="cloud_in" to="/$(arg cloud_in)"/>
<remap from="cloud_in" to="$(arg cloud_in)"/>
<remap from="odometry" to="$(arg odometry)"/>
<remap from="point_reached" to="$(arg point_reached)"/>
</node>
Expand Down
20 changes: 0 additions & 20 deletions launch/robot_state_publisher.launch

This file was deleted.

0 comments on commit 940d95f

Please sign in to comment.