๐บD.14 Map Server / Saver
Map Server แ server แแแฏ แแผแ แบแแผแฎแธแแฑแฌแท แแผแฑแแฏแถ แแฏแแบแแฑแธแแผแแบแธแแฒแท map topic แกแแฝแแบ host แแฏแแบโแแฑแธแแผแแบแธแแญแฏแแญแฏ แแฏแแบแแฑแฌแแบแแซแแแบแ Service แแฝแฑ request แแฏแแบแแฒแท แกแแญแฏแแบแธ แแผแฑแแฏแถแแญแฏ แแญแแบแธแแแบแธแแฑแธแแฌแธแแผแฎแธ แแฑแฌแแบแแฝแแบแแแฑ Map Saver Serverแกแแผแ แบแแแบแธ แแฏแแบแแฑแฌแแบแแฑแธแแซแแแบแ แแแบแแพแญ map saver แแแฑแฌแท ROS1 แแฏแแบแธแแแญแฏ แแผแฑแแฏแถ แแแฏแแญแฏ แแญแแบแธแแฑแธแแแบแ
Map Saver Parameters
save_map_timeout
Timeout to attempt saving the map
int
2
free_thresh_default
Free space maximum probability threshold value for occupancy grid
double
0.25
occupied_thresh_default
Occupied space minimum probability threshold value for occupancy grid.
double
0.65
Map Server Parameters
yaml_filename
Path to map yaml file. This parameter can set either from the yaml file or using the launch configuration parameter map.
string
N/A
topic_name
Topic to publish loaded map to.
string
โmapโ
frame_id
Frame to publish loaded map in.
string
โmapโ
Costmap Filter Info Server Paramters
type
Type of costmap filter used. This is an enum for the type of filter this should be interpreted as. If default Values 0: keepout zones / preferred lanes filter 1: speed filter, speed limit is specified in % of maximum speed 2: speed filter, speed limit is specified in absolute value (m/s) 3: binary filter
int
0
filter_info_topic
Topic to publish costmap filter information to.
string
โcostmap_filter_infoโ
mask_topic
Topic to publish filter mask to.
string
โfilter_maskโ
base
Base of OccupancyGrid mask value -> filter space value linear conversion which is being proceeded as: filter_space_value = base + multiplier * mask_value
double
0
multiplier
Multiplier of OccupancyGrid mask value -> filter space value linear conversion which is being proceeded as: filter_space_value = base + multiplier * mask_value
double
1
แแแฐแแฌ
map_server:
ros__parameters:
yaml_filename: "turtlebot3_world.yaml"
topic_name: "map"
frame_id: "map"
map_saver:
ros__parameters:
save_map_timeout: 5.0
free_thresh_default: 0.25
occupied_thresh_default: 0.65
costmap_filter_info_server:
ros__parameters:
type: 1
filter_info_topic: "costmap_filter_info"
mask_topic: "filter_mask"
base: 0.0
multiplier: 0.25
Last updated