-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
68 additions
and
222 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
applications/maplab-server-node/launch/euroc/euroc-maplab-server-test-base-station.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0"?> | ||
|
||
<!-- | ||
Requires: | ||
- ethz-asl/maplab_private | ||
- ethz-asl/transfolder | ||
--> | ||
|
||
|
||
<launch> | ||
|
||
<!-- MAPLAB SERVER --> | ||
<group ns="maplab_server"> | ||
<include file="$(find maplab_server_node)/launch/maplab-server-node.launch"> | ||
<arg name="maplab_server_node_config_file" default="$(find maplab_server_node)/share/euroc/euroc-maplab-server-config.yaml"/> | ||
<arg name="maplab_server_backup_interval_s" default="300"/> | ||
<arg name="maplab_server_merged_map_folder" default="/tmp/maplab_server_merged_map"/> | ||
<arg name="maplab_server_map_update_topic" default="/transfolder_receiver/folder_received"/> | ||
|
||
<arg name="v" default="0"/> | ||
|
||
<arg name="tf_map_frame" default="map"/> | ||
<arg name="tf_mission_frame" default="maplab_server_odom"/> | ||
<arg name="tf_imu_frame" default="maplab_server_imu"/> | ||
</include> | ||
</group> | ||
|
||
<node name="transfolder_receiver" pkg="transfolder" type="receiver_node" output="screen" args="-alsologtostderr"> | ||
<remap from="/file_transfer_status" to="/transfolder/file_transfer_status" /> | ||
<remap from="/file_transfer" to="/transfolder/file_transfer" /> | ||
<param name="root_directory" value="/tmp/maplab_server_submaps/"/> | ||
</node> | ||
|
||
<!-- ARTIFACT MANAGER NODE --> | ||
<group if="true"> | ||
<include file="$(find artifact_manager_node)/launch/artifact_manager.launch"> | ||
<arg name="artifact_store_file" default="$(find maplab_server_node)/share/euroc/dummy-artifact-store-euroc.txt" /> | ||
<arg name="artifact_vis_world_frame_name" default="map" /> | ||
<arg name="artifact_refinement_sensor_frame" default="NCAMERA" /> | ||
<arg name="artifact_refinement_check_interval_s" default="10" /> | ||
<arg name="artifact_ros_map_lookup_service_topic" default="/maplab_server/map_lookup"/> | ||
<arg name="artifact_ros_new_artifacts_sub_topic" default="/operator/confirmed_artifacts" /> | ||
|
||
<arg name="artifact_ros_open_rqt" default="true" /> | ||
</include> | ||
</group> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 0 additions & 112 deletions
112
applications/maplab-server-node/launch/euroc/euroc-maplab-server-test.launch
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
.../maplab-server-node/launch/euroc_distributed/euroc-maplab-server-test-base-station.launch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters