Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(perception/lidar_apollo_instance_segmentation): rework parameters #5739

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
290 commits
Select commit Hold shift + click to select a range
1867e8b
fix(autoware_auto_msgs_adapter): fix predicted path test (#5744)
isamu-takagi Dec 8, 2023
22d494c
refactor(side_shift): separate side shift module (#5820)
satoshi-ota Dec 9, 2023
3c65061
fix(avoidance): output invalid avoidance path with unsafe state (#5689)
satoshi-ota Dec 10, 2023
0632078
chore: update CODEOWNERS (#5811)
awf-autoware-bot[bot] Dec 10, 2023
a42031b
fix(localization_util): fixed rejection criteria of SmartPoseBuffer::…
SakodaShintaro Dec 11, 2023
aeb55d0
fix(lidar_centerpoint,image_projection_based_fusion): add guard to av…
wep21 Dec 11, 2023
e89fc75
feat(obstacle_cruise_planner): add jerk and acc limits for slow-down …
danielsanchezaran Dec 11, 2023
9262339
fix(traffic_light): stop if the traffic light signal timed out (#5819)
rej55 Dec 11, 2023
5a167c2
feat(multi_object_tracker): add debugger output processing_time/cycli…
YoshiRi Dec 11, 2023
44860b6
refactor(surround_obstacle_checker): boost::optional to std:optional …
zulfaqar-azmi-t4 Dec 11, 2023
352245f
docs(intersection): add image (#5833)
soblin Dec 11, 2023
57b8355
fix(avoidance): reset output path when the module transits success st…
satoshi-ota Dec 11, 2023
678ad71
refactor(motion_utils): apply clang-tidy result (#5829)
zulfaqar-azmi-t4 Dec 11, 2023
00b90c8
fix(avoidance): fix missing parent ids (#5838)
satoshi-ota Dec 11, 2023
0626740
feat(radar_threshold_filter): add unit test (#5817)
N-Eiki Dec 11, 2023
e4f4712
fix(goal_planner): fix checkOriginalGoalIsInShoulder (#5836)
kosuke55 Dec 12, 2023
232ef15
refactor(occlusion_spot): boost::optional to std::optional (#5832)
zulfaqar-azmi-t4 Dec 12, 2023
5ed4c91
fix(planning): fix typo (#5841)
satoshi-ota Dec 12, 2023
35ed341
fix(landmark_manager): changed to a shared library (#5848)
SakodaShintaro Dec 12, 2023
c88c0c3
refactor(localization_launch, ground_segmentation_launch): rename lid…
YamatoAndo Dec 12, 2023
210a908
feat(multi_object_tracker): enable to output perception topic delay w…
YoshiRi Dec 12, 2023
085fc99
feat(system_error_monitor): aggregate control validator diagnostics (…
kosuke55 Dec 12, 2023
705ab9e
feat(rtc_interface): add publisher to publish auto mode status (#5845)
kyoichi-sugahara Dec 12, 2023
12234b9
build(detection_by_tracker): move utils.hpp file to the detection_by_…
esteve Dec 12, 2023
1a8e8f0
refactor(blind_spot_module): boost::optional to std::optional (#5831)
zulfaqar-azmi-t4 Dec 13, 2023
8ee8e01
feat(tracking_object_merger): check motion direction and yaw directio…
YoshiRi Dec 13, 2023
9879ba3
fix(behavior, launch): fix launch error (#5847)
satoshi-ota Dec 13, 2023
f32a9be
refactor(avoidance): use drivable bound to calculate road shoulder di…
satoshi-ota Dec 13, 2023
64391ae
fix(multi_object_tracker): fix typo in node yaml parameter (#5856)
YoshiRi Dec 13, 2023
032163c
feat: add Planning Msg Adapter (#5814)
shulanbushangshu Dec 13, 2023
0f8b3f5
chore: add glog_component for pointcloud_container (#5716)
badai-nguyen Dec 13, 2023
59fac49
refactor(ar_tag_based_localizer): refactor pub/sub and so on (#5854)
SakodaShintaro Dec 14, 2023
58a8b25
feat(shape_estimation): add bicycle shape corrector (#5860)
kaancolak Dec 14, 2023
6a66c72
feat(simple_planning_simulator): add mesurent_steer_bias (#5868)
kosuke55 Dec 14, 2023
9f654a9
feat(diagnostic_graph_aggregator): rename system_diagnostic_graph pac…
isamu-takagi Dec 14, 2023
22f6bb4
refactor(lane_change): separate lane change and external request (#5850)
zulfaqar-azmi-t4 Dec 14, 2023
5ac5e6e
feat(diagnostic_graph_aggregator): change default publish rate (#5872)
isamu-takagi Dec 14, 2023
4509e46
build(detected_object_validation): move header files to a separate di…
esteve Dec 14, 2023
76f01e6
fix(traffic_light_visualization): move header directory to match pack…
esteve Dec 14, 2023
ff3a4e1
refactor(compare_map_segmentation): rework parameters (#5005)
yuntianyi-chen Dec 15, 2023
12184a0
feat(behavior_velocity_planner_common): add objects_of_interest_marke…
rej55 Dec 15, 2023
63ba78a
refactor(behavior_path_planner): move utils function to `behavior_pat…
satoshi-ota Dec 15, 2023
8d069a4
chore: sync files (#5600)
awf-autoware-bot[bot] Dec 15, 2023
53cd75f
feat(crosswalk): ignore predicted path going across the crosswalk (#5…
soblin Dec 15, 2023
79ff43c
refactor(image_projection_based_fusion): add JSON Schema and remove d…
ktro2828 Dec 15, 2023
262990f
fix(avoidance): fix unexpected sudden deceleration for avoidance mane…
satoshi-ota Dec 15, 2023
ee7ae2e
fix(goal_planner): set rederence path for candidate path (#5886)
kosuke55 Dec 15, 2023
e933fcc
fix(avoidance): check far objects during shifting (#5857)
satoshi-ota Dec 15, 2023
325e7f8
perf(run_out): improve calculation cost of smoothPath (#5885)
takayuki5168 Dec 15, 2023
e8266b8
feat(planning_debug_utils): add update_logger_level.sh (#5888)
takayuki5168 Dec 16, 2023
3ab6c31
fix(static_drivable_area_expansion): fix bug in expansion logic for h…
satoshi-ota Dec 17, 2023
5621fd5
chore(motion_velocity_smoother): remove unnecessary info of non auton…
takayuki5168 Dec 18, 2023
5e44f71
refactor(behavior_path_planner): remove use_experimental_lane_change_…
takayuki5168 Dec 18, 2023
0f43155
perf(planning_debug_tools): improve calculation time of perception_re…
takayuki5168 Dec 18, 2023
6f2d162
fix(avoidance): unintentional path cut (#5887)
satoshi-ota Dec 18, 2023
5de70da
chore: add maintainer in map packages (#5865)
KYabuuchi Dec 18, 2023
707f01d
chore(crosswalk): remove debug print (#5896)
soblin Dec 18, 2023
7799c66
feat(pid_longitudinal_controller): change the condition from emergenc…
takayuki5168 Dec 18, 2023
ca75a28
chore(behavior_velocity_planner): use DEBUG for launching modules (#5…
takayuki5168 Dec 18, 2023
88b8a76
fix(intersection): generate yield stuck detect area from multiple lan…
soblin Dec 18, 2023
b34cd6a
refactor(lane_change): standardizing lane change logger name (#5899)
zulfaqar-azmi-t4 Dec 18, 2023
561ee0a
chore(map_loader): visualize crosswalk id (#5880)
TakaHoribe Dec 18, 2023
4b2b29e
feat(dynamic_avoidance): always launch the module when requested (#5900)
takayuki5168 Dec 19, 2023
94ddfa1
docs(raw_vehicle_cmd_converter): update readme (#5822)
TakaHoribe Dec 19, 2023
5ec41f3
feat(run_out)!: ignore the collision points on crosswalk (#5862)
yuki-takagi-66 Dec 19, 2023
dc156a2
fix(dynamic_avoidance): fix drivable area generation during LC (#5902)
takayuki5168 Dec 19, 2023
e58e5bc
feat(dynamic_avoidance): deal with forked path of the same directiona…
takayuki5168 Dec 19, 2023
12beb7c
chore(crosswalk, obstacle_cruise): add maintainer (#5898)
yuki-takagi-66 Dec 19, 2023
760b186
refactor(avoidance_by_lane_change): update execution condition (#5869)
zulfaqar-azmi-t4 Dec 19, 2023
f906f53
chore(motion_utils): Enrich error message (#5665)
TakaHoribe Dec 20, 2023
da7ecfc
feat(intersection): disable stuck detection against private lane (#5910)
soblin Dec 20, 2023
7def1b2
fix(run_out): do not insert stop point when stopped in Object method …
TomohitoAndo Dec 20, 2023
9fd629b
fix(start_planner): refine shift pull out path to start pose (#5874)
kosuke55 Dec 20, 2023
b8f4d07
refactor(traffic_light_module): boost::optional to std::optional (#5912)
zulfaqar-azmi-t4 Dec 20, 2023
316f99b
fix(behavior_path_planner): publish steering factor from scene module…
rej55 Dec 20, 2023
560057a
docs(pid_longitudinal_controller): add the explanation of STOPPED par…
TomohitoAndo Dec 20, 2023
8470ea8
fix(avoidance): update logic to calculate centerline distance (#5855)
satoshi-ota Dec 20, 2023
d779793
feat(map_loader): use dummy projector when using local coordinates (#…
isamu-takagi Dec 20, 2023
c023749
fix(avoidance): check moving distance (#5922)
satoshi-ota Dec 20, 2023
7303e41
chore(behavior_path_planner_common): add maintainer (#5923)
satoshi-ota Dec 20, 2023
f767398
feat(behavior_path_planner): add a method to notify the planner manag…
danielsanchezaran Dec 20, 2023
de5d88b
feat(behavior_path_planner): potentially speed up cut overlapped lane…
danielsanchezaran Dec 20, 2023
7b09052
refactor(freespace_planning_algorithm): boost optional to std (#5913)
zulfaqar-azmi-t4 Dec 21, 2023
71ba641
refactor(sensing-imu-corrector): rework parameters (#5780)
karishma1911 Dec 21, 2023
af79aa3
fix(dynamic_avoidance): fix which side to avoid (#5917)
takayuki5168 Dec 21, 2023
91157f8
refactor(behavior_path_planner_common): remove unused headers (#5924)
zulfaqar-azmi-t4 Dec 21, 2023
7b4d0c1
fix(object_merger): move headers to object_merger directory (#5926)
esteve Dec 21, 2023
d05e091
refactor(ekf_localizer): add Simple1DFilter params to parameter file …
meliketanrikulu Dec 21, 2023
192bc3f
feat(avoidance): don't avoid merging vehicle (#5720)
satoshi-ota Dec 21, 2023
fc03a19
refactor(avoidance): remove unused header (#5907)
zulfaqar-azmi-t4 Dec 21, 2023
7ebbcaf
feat(avoidance): output objects of interest (#5929)
satoshi-ota Dec 21, 2023
f6e60be
fix(ndt_scan_matcher): fix map_update_module structure (#5915)
SakodaShintaro Dec 21, 2023
657499f
feat(perception_rviz_plugin): tracked object option to filter by is_s…
technolojin Dec 21, 2023
f02d22d
fix(avoidance): take objects on same root lanelet into consideration …
satoshi-ota Dec 22, 2023
654b086
chore: update CODEOWNERS (#5876)
awf-autoware-bot[bot] Dec 22, 2023
e8ed617
fix(AEB): ego to object distance calculation logic with predicted pat…
ismetatabay Dec 22, 2023
bea2953
feat(radar tracks msgs converter): implement dynamic status flag 'is_…
technolojin Dec 22, 2023
b89c2db
feat: add pose_instability_detector to diagnostic_aggregator (#5935)
tkimura4 Dec 22, 2023
92b0d89
fix(behavior_path_planner_common): added a guard of obstacle polygon …
takayuki5168 Dec 24, 2023
da79c9a
fix(system_monitor): move headers to a separate directory (#5942)
esteve Dec 25, 2023
85237b1
feat(dynamic_avoidance): change the logic of longitudinal distance to…
takayuki5168 Dec 25, 2023
dfdb05d
fix(static_drivable_area_expansion): fix bug in drivable bound edge p…
satoshi-ota Dec 25, 2023
98cd863
fix(avoidance): add missing param declaration (#5948)
satoshi-ota Dec 25, 2023
4569f7e
fix(safety_check): don't override collision polygon even if it doesn'…
satoshi-ota Dec 25, 2023
d942e11
feat(drivable area expansion): do not over expand beyond the desired …
maxime-clem Dec 26, 2023
18000e6
docs(behavior_path_planner): update documentation of the dynamic driv…
maxime-clem Dec 26, 2023
77b83e0
fix(avoidance): fix condition to trim front shift line (#5949)
satoshi-ota Dec 26, 2023
8a2cb26
refactor(motion_utils): change directory name of tmp_conversion (#5908)
HansOersted Dec 26, 2023
38b6a44
fix(autoware_auto_geometry): move headers to a separate directory (#5…
esteve Dec 26, 2023
83ed306
fix(ndt_scan_matcher): fixed oscillation in ndt_scan_matcher (#5956)
SakodaShintaro Dec 26, 2023
fbf0858
fix(tier4_planning_rviz_plugin): move headers to tier4_planning_rviz_…
esteve Dec 26, 2023
ee59bd8
fix(planning_test_utils): rename header directory to match project na…
esteve Dec 26, 2023
13513b3
fix(diagnostic_converter): move headers to a separate directory (#5943)
esteve Dec 26, 2023
2bd2de4
fix(ndt_scan_matcher): fixed a lock scope in update_ndt (#5951)
SakodaShintaro Dec 26, 2023
402f535
fix(avoidance): don't ignore objects on straight lane in intersection…
satoshi-ota Dec 26, 2023
3e9a57b
feat(avoidance): suppress unnatural turn signal (#5905)
satoshi-ota Dec 26, 2023
37cf502
refactor(lane_change): use new interface for state (#5950)
zulfaqar-azmi-t4 Dec 26, 2023
00a7caf
refactor(behavior_path_planner): remove maximum drivable area visuali…
zulfaqar-azmi-t4 Dec 26, 2023
7ae193a
docs(bpp): separate behavior path planner documents (#5961)
satoshi-ota Dec 26, 2023
206a44c
refactor(bpp): remove virtual qualifier (#5968)
satoshi-ota Dec 26, 2023
dbaf072
feat(start_planner): add static collision check end polygon marker (#…
kosuke55 Dec 26, 2023
9276b44
refactor(updated-map-based-prediction): rework parameters (#5656)
santosh-interplai Dec 26, 2023
a998c4c
fix(lane_change): change logger level to DEBUG (#5969)
zulfaqar-azmi-t4 Dec 27, 2023
5145582
feat(mission_planner): restrict enable_correct_goal_pose to poses wit…
VRichardJP Dec 27, 2023
d512ccd
refactor(json-schema): align schema and config file names (#5798)
ambroise-arm Dec 27, 2023
74ab228
feat(crosswalk): add interset makers (#5967)
yuki-takagi-66 Dec 27, 2023
4105b1d
feat(map_based_prediction): prediction with acc constraints (#5960)
danielsanchezaran Dec 27, 2023
821956e
fix(radar_fusion_to_detected_object): move headers to a separate dire…
esteve Dec 27, 2023
640b72a
feat(multi_object_tracker, radar_object_tracker, tracker_object_merge…
YoshiRi Dec 27, 2023
a553073
feat(start_planner): visualize stop line for safety check feature (#5…
kyoichi-sugahara Dec 27, 2023
14624fe
fix(intersection): fix private condition (#5975)
soblin Dec 27, 2023
e728c62
feat(tier4_logging_level_configure_rviz_plugin): add goal/start plann…
kosuke55 Dec 27, 2023
41bfad6
refactor(planner_manager): apply clang-tidy (#5981)
zulfaqar-azmi-t4 Dec 27, 2023
85bf41d
feat(start_planner): visualize refined start pose and start pose cand…
kyoichi-sugahara Dec 27, 2023
5967e33
docs(surround_obstacle_checker): add descriptions of some parameters …
tkimura4 Dec 28, 2023
056288e
fix(landmark_based_localizer): fix to for moving the definition code …
SakodaShintaro Dec 28, 2023
1cf0332
refactor(perception-tensortt-yolo): rework parameters (#5918)
karishma1911 Dec 28, 2023
e4a7b37
fix(motion_velocity_smoother): front wheel steer rate calculation (#5…
VRichardJP Dec 28, 2023
e2b9f69
fix(filt_vector): fix a problem of list index out of range in filt_ve…
tohmae Dec 28, 2023
77bd5c1
feat: add support of overwriting signals if harsh backlight is detect…
ktro2828 Dec 28, 2023
320dd3a
refactor(control-lane-departure-checker): rework parameters (#5789)
karishma1911 Dec 28, 2023
8f42e33
feat!: remove planning factor type (#5793)
isamu-takagi Dec 28, 2023
369065b
feat(start_planner): separate collision check and path planning (#5952)
kyoichi-sugahara Dec 28, 2023
b14dc28
feat(start_planner): apply offset colission check section (#5982)
kyoichi-sugahara Dec 28, 2023
3b6ac4b
chore(pid_longitudinal_controller): change INFO printing frequency (#…
takayuki5168 Dec 28, 2023
1d194a5
feat(behavior_path_planner): run keep last approved modules after can…
kosuke55 Dec 28, 2023
f63b4db
feat(crosswalk_traffic_light): add detector and classifier for pedest…
tzhong518 Dec 29, 2023
0b933c1
fix(surround_obstacle_checker): remove the virtual wall from the node…
takayuki5168 Dec 29, 2023
4aef4f7
feat(joy_controller): add xbox one joy mapping (#5999)
amadeuszsz Dec 31, 2023
d5934ea
feat(joy_controller): allow to control without odometry (#6000)
amadeuszsz Dec 31, 2023
5d6be96
refactor(intersection): cleanup utility function (#5972)
soblin Jan 4, 2024
dcedff2
fix(static_drivable_area_expansion): fix drivable bound edge process …
satoshi-ota Jan 5, 2024
5cc6a8d
feat(path_smoother): add a plotter of calculation time (#6012)
takayuki5168 Jan 5, 2024
fb2fbad
fix(obstacle_avoidance_planner): use update_bounds instead of update_…
takayuki5168 Jan 5, 2024
fc6d257
chore(traffic_light_module): use RCLCPP_DEBUG for the debug printing …
takayuki5168 Jan 5, 2024
2a94eae
chore(map_height_fitter): set log level of debug printing to DEBUG (#…
takayuki5168 Jan 5, 2024
ca55647
chore: set log level of debug printing in rviz plugin to DEBUG (#5996)
takayuki5168 Jan 5, 2024
13ffa80
chore(component_interface_utils): set log level of debug printing to …
takayuki5168 Jan 5, 2024
b2ea7dc
feat(dynamic_avoidance): apply ego's lateral acc/jerk constraints to …
takayuki5168 Jan 5, 2024
b478991
fix(motion_utils): fix the right bound assignment in resamplePath (#6…
takayuki5168 Jan 7, 2024
30c2f18
feat(motion_utils, etc): add header argument in convertToTrajectory (…
takayuki5168 Jan 7, 2024
9cf1288
chore(mission_planner): use RCLCPP_DEBUG for debug printing (#6024)
takayuki5168 Jan 7, 2024
a84f3ce
chore(autoware_auto_perception_rviz_plugin): add existence probabilit…
badai-nguyen Jan 8, 2024
b039340
fix(static_centerline_optimizer): fix several bugs and refactor the c…
takayuki5168 Jan 8, 2024
faa323a
build(multi_object_tracker): add missing diagnostic_updater dependenc…
esteve Jan 8, 2024
fadf194
refactor(ndt_scan_matcher): removed tf2_listener_module (#6008)
SakodaShintaro Jan 9, 2024
9026df7
docs(ekf_localizer): improve readme and explain confusing process (#5…
KYabuuchi Jan 9, 2024
c6c8e53
refactor(dynamic_avoidance): separate dynamic avoidance module (#6019)
takayuki5168 Jan 9, 2024
8a589f5
feat(probabilistic_occupancy_grid_map): add grid map fusion node (#5993)
YoshiRi Jan 9, 2024
731a25a
feat(traffic_light): output undetected traffic light as unknown (#5934)
tzhong518 Jan 9, 2024
8f17bda
refactor(ndt_scan_matcher, map_loader): remove map_module (#5873)
SakodaShintaro Jan 9, 2024
f9ec5ce
refactor(behavior_velocity_planner): output path's interval can be de…
takayuki5168 Jan 9, 2024
6e8a952
fix(avoidance, lane_change): modules handle unknown traffic signal in…
satoshi-ota Jan 9, 2024
79806ce
fix(crosswalk): stopping besides the stop line (#6015)
yuki-takagi-66 Jan 9, 2024
b2e694f
fix(autoware_auto_common): move headers to a separate directory (#5919)
esteve Jan 9, 2024
00aab65
feat(map_based_prediction): cope with consecutive crosswalks (#6009)
yuki-takagi-66 Jan 9, 2024
b6c4765
refactor(map_projection_loader): make important part a library (#5992)
kminoda Jan 9, 2024
40decbe
fix((merge_from_private): fixed first attention lanelet calculation (…
soblin Jan 9, 2024
4d30b1f
feat(image_projection_based_fusion): add image segmentation_pointclou…
badai-nguyen Jan 9, 2024
1c340ef
docs(start_planner): update explanation about start pose candidate's …
kyoichi-sugahara Jan 10, 2024
c239b40
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' modu…
maxime-clem Jan 10, 2024
183765c
fix(map_loader): show traffic light regulatory element id per lanelet…
satoshi-ota Jan 10, 2024
3ffe132
fix(start_planner): don't update start pose when backward driving is …
kyoichi-sugahara Jan 10, 2024
64fa765
docs(start_planner): update Purpose / Role of the document (#6002)
kyoichi-sugahara Jan 10, 2024
fc0b3e7
refactor(motion_utils): clear the repeat definitions and correct the …
HansOersted Jan 10, 2024
312b2a9
fix(static_drivable_area_expansion): fix bound extraction logic (#6006)
satoshi-ota Jan 10, 2024
5fc2c38
feat(avoidance): check traffic light info in order to limit drivable …
satoshi-ota Jan 10, 2024
f83fdbc
fix(avoidance): return shift path was not generated expectedly (#6017)
satoshi-ota Jan 10, 2024
52c2ac9
refactor(ndt_scan_matcher): fixed ndt_scan_matcher.launch.xml (#6041)
SakodaShintaro Jan 10, 2024
3fbc99a
feat(behavior_velocity): add the option to keep the last valid observ…
soblin Jan 10, 2024
9aa24c8
feat(intersection): distinguish 1st/2nd attention lanelet (#6042)
soblin Jan 10, 2024
5d5a5f8
fix(motion_velocity_smoother): make stopping_distance and stopping_ve…
brkay54 Jan 10, 2024
3b3e4b6
refactor(tier4_planning_launch): remove duplicate arguments in launch…
maxime-clem Jan 10, 2024
4471d4e
fix(lane_change): check able to return to original lane in abort (#6034)
zulfaqar-azmi-t4 Jan 11, 2024
9b94405
feat(start_planner): keep distance against front objects (#5983)
kyoichi-sugahara Jan 11, 2024
333e978
feat(ekf_localizer): tf publisher as an option (#6004)
amadeuszsz Jan 11, 2024
7eba929
refactor(behavior_path_planner): remove create_vehicle_footprint.hpp …
satoshi-ota Jan 11, 2024
2e1ea2a
feat(start_planner): define collision check margin as list (#5994)
kyoichi-sugahara Jan 11, 2024
502a8ae
fix(map_based_prediction): yaw rate can be overwritten by max functio…
danielsanchezaran Jan 11, 2024
e3c5045
fix(intersection): fix bugs (#6050)
soblin Jan 11, 2024
1332ef1
feat(mission_planner): check shoulder lanelets for check_goal_footpri…
kosuke55 Jan 11, 2024
e4b5b37
build(probabilistic_occupancy_grid_map): move header files to the pro…
esteve Jan 12, 2024
ae8cb1c
feat(crosswalk): change the TTC formula (#6033)
yuki-takagi-66 Jan 12, 2024
aa9b163
refactor(shape_estimation): rework parameters (#5330)
PhoebeWu21 Jan 12, 2024
43473a7
feat(landmark_manager): add get_landmarrks func (#6063)
YamatoAndo Jan 12, 2024
62a5be2
feat(perception_rviz_plugin): visualize object heading direction on 3…
technolojin Jan 12, 2024
2d45cdc
fix(motion_utils): add guard to calcCurvature (#6070)
kosuke55 Jan 14, 2024
3d7f582
feat(geography_utils): add mgrs code in projector (#5990)
takayuki5168 Jan 15, 2024
090f732
feat(mpc): calculate mpc predicted trajectory in the world coordinate…
TakaHoribe Jan 15, 2024
5b95c9b
fix(autoware_auto_perception_rviz_plugin): move headers to a separate…
esteve Jan 15, 2024
7502d22
perf(bpp): reduce computational cost (#6054)
satoshi-ota Jan 15, 2024
668a593
fix(image_projection_based_fusion): re-organize the parameters for im…
miursh Jan 15, 2024
30c3ab9
fix(ekf_localizer): fixed timer in ekf_localizer (#6066)
SakodaShintaro Jan 16, 2024
dec34fe
feat(goal_planner): output objects of interest (#6077)
kosuke55 Jan 16, 2024
b3fb352
feat(start_planner): output objects of interest (#6078)
kosuke55 Jan 16, 2024
e3fb4cb
feat(perception_rviz_plugin): rviz object covariances (#6074)
technolojin Jan 16, 2024
cfc4295
feat(static_centerline_optimizer): get behavior_velocity_planner's pa…
takayuki5168 Jan 16, 2024
13f6d7f
feat(goal_planner): add scale buffer to calcModuleRequestLength (#6068)
kosuke55 Jan 16, 2024
f22008c
feat(avoidance): improve object detection area in order not to preven…
satoshi-ota Jan 16, 2024
56c690d
feat(ndt_scan_matcher): change coordinate of output_pose_covariance …
YamatoAndo Jan 16, 2024
a663bf8
feat(avoidance/goal_planner): execute avoidance and pull over simulta…
kosuke55 Jan 16, 2024
f57d24b
feat(yabloc): add yabloc trigger service to suspend and restart the e…
KYabuuchi Jan 17, 2024
245730d
feat(goal_planner): exclude goals located laterally in no_parking_are…
kosuke55 Jan 17, 2024
26eae95
chore(mission_planner): add logs for reroute safety check (#6096)
mkuri Jan 17, 2024
b868c08
fix(AbLC, lane_change): fix module name inconsistency (#6090)
satoshi-ota Jan 17, 2024
498c40c
fix(avoidance): fix detection area issue in avoidance module (#6097)
satoshi-ota Jan 17, 2024
209bdf9
chore: add localization & mapping maintainers (#6085)
SakodaShintaro Jan 17, 2024
4dc5312
feat(obstacle_cruise_planner): add calculation of obstacle distance t…
isouf Jan 17, 2024
620a40a
fix: rename `score_threshold` into `score_thresh` in config (#6098)
ktro2828 Jan 17, 2024
520cd7f
chore: update api package maintainers (#6086)
isamu-takagi Jan 17, 2024
3255158
feat(rviz_plugin): add string visualization plugin (#6100)
satoshi-ota Jan 17, 2024
f35dc81
feat(behavior_path_planner): output manager internal state as topic (…
satoshi-ota Jan 17, 2024
fffcd81
refactor(goal_planner): remove duplicated execution condition (#6087)
kosuke55 Jan 18, 2024
08ad628
fix(behavior_velocity_planner, behavior_path_planner): refresh raw tr…
soblin Jan 18, 2024
6748a01
fix(radar_tracks_msgs_converter): change default parameter for twist …
scepter914 Jan 18, 2024
8c7459e
fix(pointpainting): fix param path declaration (#6106)
kminoda Jan 18, 2024
7e3b712
docs(crosswalk): update the document (#5583)
takayuki5168 Jan 18, 2024
cb30746
feat(intersection): more precise pass judge handling considering occl…
soblin Jan 18, 2024
c74fe48
feat(blind_spot): consider opposite adjacent lane for wrong vehicles …
soblin Jan 18, 2024
3bc9985
docs(vehicle_info): add docs for versioning (#6069)
kosuke55 Jan 18, 2024
b75027f
chore: update CODEOWNERS (#6038)
awf-autoware-bot[bot] Jan 18, 2024
43f7742
refactor(start_planner): visualize shifting section (#6103)
kyoichi-sugahara Jan 18, 2024
0c8de43
refactor(start_planner): separate start planner parameters and debug …
kyoichi-sugahara Jan 18, 2024
3bf4c26
fix(start_planner): expand lane departure check for shift path (#6055)
kyoichi-sugahara Jan 18, 2024
7ab0c4a
fix(behavior_velocity_crosswalk_module): check if p_safety_slow is em…
beyzanurkaya Jan 18, 2024
225a2e9
feat: always separate lidar preprocessing from pointcloud_container (…
kminoda Jan 19, 2024
d73757c
feat(map_based_prediction): use obstacle acceleration for map predict…
danielsanchezaran Jan 19, 2024
908377f
perception/lidar_apollo_instance_segmentation
karishma1911 May 26, 2024
2b9f8a1
Merge branch 'lidar-apollo-instance-segmentation' of https://github.c…
karishma1911 May 26, 2024
d977878
Merge branch 'main' into lidar-apollo-instance-segmentation
karishma1911 May 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Parameters for lidar_apollo_instance_segmentation",
"type": "object",
"definitions": {
"lidar_apollo_instance_segmentation": {
"type": "object",
"properties": {
"score_threshold": {
"type": "number",
"default": 0.8,
"description": "If the score of a detected object is lower than this value, the object is ignored."
},
"range": {
"type": "number",
"default": 60,
"description": "Half of the length of feature map sides.[m]."
},
"width": {
"type": "number",
"default": 640,
"description": "The grid width of feature map."
},
"height": {
"type": "number",
"default": 640,
"description": "The grid height of feature map."
},
"precision": {
"type": "string",
"default": "fp32"
},
"use_intensity_feature": {
"type": "boolean",
"default": "true",
"description": "The flag to use intensity feature of pointcloud."
},
"use_constant_feature": {
"type": "boolean",
"default": "false",
"description": "The flag to use direction and distance feature of pointcloud."
},
"target_frame": {
"type": "string",
"default": "base_link",
"description": "Pointcloud data is transformed into this frame."
},
"z_offset": {
"type": "number",
"default": -2.0,
"description": "z offset from target frame. [m]."
}
},
"required": [
miursh marked this conversation as resolved.
Show resolved Hide resolved
"score_threshold",
"range",
"width",
"height",
"precision",
"use_intensity_feature",
"use_constant_feature",
"target_frame",
"z_offset"
]
}
},
"properties": {
"/**": {
"type": "object",
"properties": {
"ros__parameters": {
"$ref": "#/definitions/lidar_apollo_instance_segmentation"
}
},
"required": ["ros__parameters"]
}
},
"required": ["/**"]
}
20 changes: 10 additions & 10 deletions perception/lidar_apollo_instance_segmentation/src/detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ LidarApolloInstanceSegmentation::LidarApolloInstanceSegmentation(rclcpp::Node *
int range, width, height;
bool use_intensity_feature, use_constant_feature;
std::string onnx_file;
score_threshold_ = node_->declare_parameter("score_threshold", 0.8);
range = node_->declare_parameter("range", 60);
width = node_->declare_parameter("width", 640);
height = node_->declare_parameter("height", 640);
onnx_file = node_->declare_parameter("onnx_file", "vls-128.onnx");
use_intensity_feature = node_->declare_parameter("use_intensity_feature", true);
use_constant_feature = node_->declare_parameter("use_constant_feature", true);
target_frame_ = node_->declare_parameter("target_frame", "base_link");
z_offset_ = node_->declare_parameter<float>("z_offset", -2.0);
const auto precision = node_->declare_parameter("precision", "fp32");
score_threshold_ = node_->declare_parameter<double>("score_threshold");
range = node_->declare_parameter<int>("range");
width = node_->declare_parameter<int>("width");
height = node_->declare_parameter<int>("height");
onnx_file = node_->declare_parameter<std::string>("onnx_file");
use_intensity_feature = node_->declare_parameter<bool>("use_intensity_feature");
use_constant_feature = node_->declare_parameter<bool>("use_constant_feature");
target_frame_ = node_->declare_parameter<std::string>("target_frame");
z_offset_ = node_->declare_parameter<float>("z_offset");
const auto precision = node_->declare_parameter<std::string>("precision");

trt_common_ = std::make_unique<tensorrt_common::TrtCommon>(
onnx_file, precision, nullptr, tensorrt_common::BatchConfig{1, 1, 1}, 1 << 30);
Expand Down
Loading