Skip to content

Commit

Permalink
[hector_geotiff] added launchfile to restart geotiff node
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stumpf committed Apr 3, 2014
1 parent dc39f60 commit 8277e9b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions hector_geotiff/launch/geotiff_mapper_only.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>

<launch>

<node pkg="hector_geotiff" type="geotiff_node" name="hector_geotiff_node" output="screen" launch-prefix="nice -n 15">
<remap from="map" to="scanmatcher_map" />
<param name="map_file_path" type="string" value="$(find hector_geotiff)/maps" />
<param name="map_file_base_name" type="string" value="" />
<param name="geotiff_save_period" type="double" value="45" />

<param name="plugins" type="string" value="hector_geotiff_plugins/TrajectoryMapWriter hector_worldmodel_geotiff_plugins/QRCodeMapWriter hector_worldmodel_geotiff_plugins/VictimMapWriter" />
<param name="VictimMapWriter/draw_all_objects" value="false" />
<param name="VictimMapWriter/class_id" value="victim" />
<param name="QRCodeMapWriter/draw_all_objects" value="true" />
<param name="QRCodeMapWriter/class_id" value="qrcode" />
</node>

</launch>

0 comments on commit 8277e9b

Please sign in to comment.