semantic_map_launcher¶
This launches the metric mapping / semantic mapping nodes from the
strands_3d_mapping repository.
roslaunch semantic_map_launcher semantic_map.launch
Nodes started¶
cloud_mergesemantic_mapcalibrate_sweep_assemantic_map_publisherobjcet_managerdo_sweepptu_action_server_metric_mapdynamic_object_compute_mask_server
Parameters¶
The parameters accepted by the launch file are:
save_intermediate_clouds: whether to save the intermediate point clouds from the sweeps to the disk. Defaulttruesave_intermediate_images: whether to save all the images making up an intermediate cloud to the disk (this takes a lot of space!!). Defaultfalselog_to_db: log the sweeps to mongodb. Defaulttruelog_objects_to_db: log the dynamic clusters to mongodb. Defaulttruecleanup: at startup, delete everything in the~/.semanticMap/folder. Defaultfalsemax_instances: maximum number of sweeps, per waypoint to keep in the~/.semanticMap/folder. Default:10cache_old_data: if there are more sweeps per waypoint than themax_instancesparameter, delete them or move them to the cache folder~/.semanticMap/cache/. Defaultfalse, i.e. delete older sweeps.update_metaroom: update the metaroom with new sweeps. Defaulttruenewest_dynamic_clusters: compute dynamic clusters by comparing the latest sweep with the previous one (as opposed to comparing the latest sweep to the metaroom). Defaulttruemin_object_size: the minimum number of points for a cluster to be reported. Default500segmentation_method: the segmentation method used to segment the object from the additional views collected by the value. Supported methods:convex_segmentationandmeta_room. Default:meta_room.
Original page: https://github.com/strands-project/strands_3d_mapping/blob/hydro-devel/semantic_map_launcher/README.md