forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial_demo.yaml
More file actions
56 lines (47 loc) · 1.17 KB
/
tutorial_demo.yaml
File metadata and controls
56 lines (47 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
grid_map_visualization:
ros__parameters:
grid_map_topic: /grid_map
grid_map_visualizations: [elevation_points, noisy_points, filtered_points, map_region, elevation_grid, error_grid, surface_normals, elevation_cells]
elevation_points:
type: point_cloud
params:
layer: elevation
noisy_points:
type: point_cloud
params:
layer: elevation_noisy
filtered_points:
type: point_cloud
params:
layer: elevation_filtered
map_region:
type: map_region
params:
color: 3289650
line_width: 0.003
elevation_grid:
type: occupancy_grid
params:
layer: elevation
data_min: 0.08
data_max: -0.16
error_grid:
type: occupancy_grid
params:
layer: error
data_min: -0.15
data_max: 0.15
surface_normals:
type: vectors
params:
layer_prefix: normal_
position_layer: elevation
scale: 0.06
line_width: 0.005
color: 15600153 # red
elevation_cells:
type: grid_cells
params:
layer: elevation
lower_threshold: -0.08
upper_threshold: 0.0