Skip to content

Commit 2bb1c92

Browse files
feat: update autoware component launch files (autowarefoundation#496)
* feat(autoware_core_localization): add pointcloud based localization packages to launch file Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * feat(autoware_core_map): add pointcloud map loader to launch file Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * feat(autoware_core_perception): add euclidean clustering and ground filter to launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * feat: update rviz config Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * style(pre-commit): autofix * fix: typo in package name Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> --------- Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 79f2c75 commit 2bb1c92

12 files changed

Lines changed: 437 additions & 23 deletions

File tree

autoware_core/launch/autoware_core.launch.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<include file="$(find-pkg-share autoware_core_map)/launch/autoware_core_map.launch.xml">
3333
<arg name="lanelet2_map_path" value="$(var map_path)/lanelet2_map.osm"/>
3434
<arg name="map_projector_info_path" value="$(var map_path)/map_projector_info.yaml"/>
35+
<arg name="pointcloud_map_path" value="$(var map_path)/pointcloud_map.pcd"/>
36+
<arg name="pointcloud_map_metadata_path" value="$(var map_path)/pointcloud_map/metadata.yaml"/>
3537
</include>
3638
</group>
3739

autoware_core/rviz/autoware_core.rviz

Lines changed: 163 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Panels:
66
Expanded:
77
- /Global Options1
88
- /Status1
9-
- /Map1/VectorMap1
9+
- /Map1
1010
- /Localization1/KinematicState1
11-
- /Perception1
1211
- /Perception1/PointCloud21
13-
Splitter Ratio: 0.4440993666648865
12+
- /PointCloud21/Topic1
13+
- /PointCloud22/Topic1
14+
Splitter Ratio: 0.5308057069778442
1415
Tree Height: 746
1516
- Class: rviz_common/Selection
1617
Name: Selection
@@ -24,14 +25,13 @@ Panels:
2425
- Class: rviz_common/Views
2526
Expanded:
2627
- /Current View1
27-
- /TopDownOrtho2
2828
Name: Views
2929
Splitter Ratio: 0.5
3030
- Class: rviz_common/Time
3131
Experimental: false
3232
Name: Time
3333
SyncMode: 0
34-
SyncSource: PointCloudRaw
34+
SyncSource: PointCloud2
3535
Visualization Manager:
3636
Class: ""
3737
Displays:
@@ -88,6 +88,8 @@ Visualization Manager:
8888
Value: true
8989
map:
9090
Value: true
91+
ndt_base_link:
92+
Value: true
9193
sensor_kit_base_link:
9294
Value: true
9395
tamagawa/imu_link:
@@ -165,6 +167,8 @@ Visualization Manager:
165167
velodyne_rear_base_link:
166168
velodyne_rear:
167169
{}
170+
ndt_base_link:
171+
{}
168172
Update Interval: 0
169173
Value: true
170174
- Class: rviz_common/Group
@@ -173,14 +177,72 @@ Visualization Manager:
173177
Enabled: true
174178
Name: VectorMap
175179
Namespaces:
176-
{}
180+
center_lane_line: true
181+
center_line_arrows: false
182+
crosswalk_lanelet_id: true
183+
crosswalk_lanelets: true
184+
detection_area: true
185+
detection_area_stopline: true
186+
lane_start_bound: true
187+
lanelet direction: false
188+
lanelet_id: true
189+
left_lane_bound: true
190+
pedestrian_polygon_marking: true
191+
right_lane_bound: true
192+
road_lanelets: false
193+
shoulder_center_lane_line: true
194+
shoulder_center_line_arrows: false
195+
shoulder_lane_start_bound: true
196+
shoulder_left_lane_bound: true
197+
shoulder_right_lane_bound: true
198+
shoulder_road_lanelets: true
199+
stop_lines: true
200+
traffic_light: true
201+
traffic_light_id: false
202+
traffic_light_reg_elem_id: false
203+
traffic_light_triangle: true
204+
walkway_lanelets: true
177205
Topic:
178206
Depth: 5
179207
Durability Policy: Transient Local
180208
History Policy: Keep Last
181209
Reliability Policy: Reliable
182210
Value: /map/vector_map_marker
183211
Value: true
212+
- Alpha: 0.05000000074505806
213+
Autocompute Intensity Bounds: true
214+
Autocompute Value Bounds:
215+
Max Value: 10
216+
Min Value: -10
217+
Value: true
218+
Axis: Z
219+
Channel Name: intensity
220+
Class: rviz_default_plugins/PointCloud2
221+
Color: 255; 255; 255
222+
Color Transformer: FlatColor
223+
Decay Time: 0
224+
Enabled: true
225+
Invert Rainbow: false
226+
Max Color: 255; 255; 255
227+
Max Intensity: 999999
228+
Min Color: 0; 0; 0
229+
Min Intensity: 9.41491761969997e-18
230+
Name: PointCloud2
231+
Position Transformer: XYZ
232+
Selectable: false
233+
Size (Pixels): 1
234+
Size (m): 0.5
235+
Style: Points
236+
Topic:
237+
Depth: 5
238+
Durability Policy: Transient Local
239+
Filter size: 10
240+
History Policy: Keep Last
241+
Reliability Policy: Reliable
242+
Value: /map/pointcloud_map
243+
Use Fixed Frame: true
244+
Use rainbow: true
245+
Value: true
184246
Enabled: true
185247
Name: Map
186248
- Class: rviz_common/Group
@@ -305,7 +367,12 @@ Visualization Manager:
305367
Enabled: true
306368
Name: Route
307369
Namespaces:
308-
{}
370+
end_lanelets: true
371+
goal_lanelets: true
372+
lane_start_bound: true
373+
left_lane_bound: true
374+
right_lane_bound: true
375+
route_lanelets: true
309376
Topic:
310377
Depth: 5
311378
Durability Policy: Transient Local
@@ -317,7 +384,7 @@ Visualization Manager:
317384
Enabled: true
318385
Name: BehaviorPath
319386
Namespaces:
320-
{}
387+
"": true
321388
Topic:
322389
Depth: 5
323390
Durability Policy: Volatile
@@ -363,8 +430,88 @@ Visualization Manager:
363430
Use Fixed Frame: true
364431
Use rainbow: true
365432
Value: true
366-
Enabled: true
433+
Enabled: false
367434
Name: Perception
435+
- Alpha: 1
436+
Autocompute Intensity Bounds: true
437+
Autocompute Value Bounds:
438+
Max Value: 10
439+
Min Value: -10
440+
Value: true
441+
Axis: Z
442+
Channel Name: intensity
443+
Class: rviz_default_plugins/PointCloud2
444+
Color: 255; 255; 255
445+
Color Transformer: Intensity
446+
Decay Time: 0
447+
Enabled: false
448+
Invert Rainbow: false
449+
Max Color: 255; 255; 255
450+
Max Intensity: 4096
451+
Min Color: 0; 0; 0
452+
Min Intensity: 0
453+
Name: PointCloud2
454+
Position Transformer: XYZ
455+
Selectable: false
456+
Size (Pixels): 3
457+
Size (m): 0.10000000149011612
458+
Style: Flat Squares
459+
Topic:
460+
Depth: 5
461+
Durability Policy: Transient Local
462+
Filter size: 10
463+
History Policy: Keep Last
464+
Reliability Policy: Best Effort
465+
Value: /localization/pose_estimator/debug/loaded_pointcloud_map
466+
Use Fixed Frame: true
467+
Use rainbow: true
468+
Value: false
469+
- Alpha: 1
470+
Autocompute Intensity Bounds: true
471+
Autocompute Value Bounds:
472+
Max Value: 10
473+
Min Value: -10
474+
Value: true
475+
Axis: Z
476+
Channel Name: intensity
477+
Class: rviz_default_plugins/PointCloud2
478+
Color: 249; 240; 107
479+
Color Transformer: FlatColor
480+
Decay Time: 0
481+
Enabled: false
482+
Invert Rainbow: false
483+
Max Color: 255; 255; 255
484+
Max Intensity: 4096
485+
Min Color: 0; 0; 0
486+
Min Intensity: 0
487+
Name: PointCloud2
488+
Position Transformer: XYZ
489+
Selectable: true
490+
Size (Pixels): 3
491+
Size (m): 0.5
492+
Style: Flat Squares
493+
Topic:
494+
Depth: 5
495+
Durability Policy: Volatile
496+
Filter size: 10
497+
History Policy: Keep Last
498+
Reliability Policy: Best Effort
499+
Value: /localization/pose_estimator/points_aligned
500+
Use Fixed Frame: true
501+
Use rainbow: true
502+
Value: false
503+
- Class: rviz_default_plugins/MarkerArray
504+
Enabled: false
505+
Name: MarkerArray
506+
Namespaces:
507+
{}
508+
Topic:
509+
Depth: 5
510+
Durability Policy: Volatile
511+
History Policy: Keep Last
512+
Reliability Policy: Reliable
513+
Value: /planning/mission_planning/route_marker
514+
Value: false
368515
Enabled: true
369516
Global Options:
370517
Background Color: 48; 48; 48
@@ -388,14 +535,14 @@ Visualization Manager:
388535
Durability Policy: Volatile
389536
History Policy: Keep Last
390537
Reliability Policy: Reliable
391-
Value: /initialpose3d
538+
Value: /initialpose
392539
- Class: rviz_default_plugins/SetGoal
393540
Topic:
394541
Depth: 5
395542
Durability Policy: Volatile
396543
History Policy: Keep Last
397544
Reliability Policy: Reliable
398-
Value: /goal_pose
545+
Value: /planning/mission_planning/goal
399546
- Class: rviz_default_plugins/PublishPoint
400547
Single click: true
401548
Topic:
@@ -410,7 +557,7 @@ Visualization Manager:
410557
Value: true
411558
Views:
412559
Current:
413-
Angle: 0.5849998593330383
560+
Angle: 0.47499993443489075
414561
Class: rviz_default_plugins/TopDownOrtho
415562
Enable Stereo Rendering:
416563
Stereo Eye Separation: 0.05999999865889549
@@ -420,11 +567,11 @@ Visualization Manager:
420567
Invert Z Axis: false
421568
Name: Current View
422569
Near Clip Distance: 0.009999999776482582
423-
Scale: 59.98975372314453
570+
Scale: 2.091386079788208
424571
Target Frame: <Fixed Frame>
425572
Value: TopDownOrtho (rviz_default_plugins)
426-
X: 81381.25
427-
Y: 49918.57421875
573+
X: 81390.3359375
574+
Y: 49835.6171875
428575
Saved:
429576
- Angle: 0.47499993443489075
430577
Class: rviz_default_plugins/TopDownOrtho
@@ -462,7 +609,7 @@ Window Geometry:
462609
Height: 1043
463610
Hide Left Dock: false
464611
Hide Right Dock: false
465-
QMainWindow State: 000000ff00000000fd0000000400000000000001a800000375fc020000000bfb0000001200530065006c0065006300740069006f006e00000001e10000009b0000005c00fffffffb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003d00000375000000c900fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb00000026006200610073006c00650072005f00660072006f006e0074005f00630065006e00740065007200000001710000005a0000000000000000fb00000022006200610073006c00650072005f00660072006f006e0074005f006c0065006600740000000197000000830000000000000000fb00000024006200610073006c00650072005f00660072006f006e0074005f0072006900670068007400000001d6000000cb0000000000000000fb00000024006200610073006c00650072005f0072006500610072005f00630065006e00740065007200000002540000015e0000000000000000000000010000017700000375fc0200000004fb0000000a00560069006500770073010000003d000001d7000000a400fffffffb0000001e0054006f006f006c002000500072006f0070006500720074006900650073010000021a000001980000005c00fffffffb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000247000001500000000000000000fb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e10000019700000003000007800000003efc0100000002fb0000000800540069006d0065010000000000000780000002fb00fffffffb0000000800540069006d00650100000000000004500000000000000000000004550000037500000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
612+
QMainWindow State: 000000ff00000000fd0000000400000000000001da00000375fc020000000bfb0000001200530065006c0065006300740069006f006e00000001e10000009b0000005c00fffffffb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003d00000375000000c900fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb00000026006200610073006c00650072005f00660072006f006e0074005f00630065006e00740065007200000001710000005a0000000000000000fb00000022006200610073006c00650072005f00660072006f006e0074005f006c0065006600740000000197000000830000000000000000fb00000024006200610073006c00650072005f00660072006f006e0074005f0072006900670068007400000001d6000000cb0000000000000000fb00000024006200610073006c00650072005f0072006500610072005f00630065006e00740065007200000002540000015e0000000000000000000000010000017700000375fc0200000004fb0000000a00560069006500770073010000003d000001d7000000a400fffffffb0000001e0054006f006f006c002000500072006f0070006500720074006900650073010000021a000001980000005c00fffffffb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000247000001500000000000000000fb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e10000019700000003000007800000003efc0100000002fb0000000800540069006d0065010000000000000780000002fb00fffffffb0000000800540069006d00650100000000000004500000000000000000000004230000037500000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
466613
Selection:
467614
collapsed: false
468615
Time:

0 commit comments

Comments
 (0)