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(system_mrm_emergency_stop_operator): rework parameters #5734

Open
wants to merge 286 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
286 commits
Select commit Hold shift + click to select a range
e18fae8
feat(system_diagnostic_graph): support config override and add tests …
isamu-takagi Dec 8, 2023
0a6e8c5
fix(autoware_auto_msgs_adapter): fix predicted path test (#5744)
isamu-takagi Dec 8, 2023
225483a
refactor(side_shift): separate side shift module (#5820)
satoshi-ota Dec 9, 2023
494e078
fix(avoidance): output invalid avoidance path with unsafe state (#5689)
satoshi-ota Dec 10, 2023
12d9952
chore: update CODEOWNERS (#5811)
awf-autoware-bot[bot] Dec 10, 2023
7c18a88
fix(localization_util): fixed rejection criteria of SmartPoseBuffer::…
SakodaShintaro Dec 11, 2023
726c432
fix(lidar_centerpoint,image_projection_based_fusion): add guard to av…
wep21 Dec 11, 2023
aafb79e
feat(obstacle_cruise_planner): add jerk and acc limits for slow-down …
danielsanchezaran Dec 11, 2023
ae47a8a
fix(traffic_light): stop if the traffic light signal timed out (#5819)
rej55 Dec 11, 2023
da4b47e
feat(multi_object_tracker): add debugger output processing_time/cycli…
YoshiRi Dec 11, 2023
55de4f7
refactor(surround_obstacle_checker): boost::optional to std:optional …
zulfaqar-azmi-t4 Dec 11, 2023
add4829
docs(intersection): add image (#5833)
soblin Dec 11, 2023
ccb96f6
fix(avoidance): reset output path when the module transits success st…
satoshi-ota Dec 11, 2023
e349ffb
refactor(motion_utils): apply clang-tidy result (#5829)
zulfaqar-azmi-t4 Dec 11, 2023
dfea3c4
fix(avoidance): fix missing parent ids (#5838)
satoshi-ota Dec 11, 2023
74bf5ab
feat(radar_threshold_filter): add unit test (#5817)
N-Eiki Dec 11, 2023
cc864f2
fix(goal_planner): fix checkOriginalGoalIsInShoulder (#5836)
kosuke55 Dec 12, 2023
510c1b3
refactor(occlusion_spot): boost::optional to std::optional (#5832)
zulfaqar-azmi-t4 Dec 12, 2023
ed7916f
fix(planning): fix typo (#5841)
satoshi-ota Dec 12, 2023
42f7441
fix(landmark_manager): changed to a shared library (#5848)
SakodaShintaro Dec 12, 2023
33ec8ce
refactor(localization_launch, ground_segmentation_launch): rename lid…
YamatoAndo Dec 12, 2023
248e77e
feat(multi_object_tracker): enable to output perception topic delay w…
YoshiRi Dec 12, 2023
7039118
feat(system_error_monitor): aggregate control validator diagnostics (…
kosuke55 Dec 12, 2023
00d1079
feat(rtc_interface): add publisher to publish auto mode status (#5845)
kyoichi-sugahara Dec 12, 2023
8eb09e9
build(detection_by_tracker): move utils.hpp file to the detection_by_…
esteve Dec 12, 2023
f70f3c3
refactor(blind_spot_module): boost::optional to std::optional (#5831)
zulfaqar-azmi-t4 Dec 13, 2023
352b6e7
feat(tracking_object_merger): check motion direction and yaw directio…
YoshiRi Dec 13, 2023
9e13690
fix(behavior, launch): fix launch error (#5847)
satoshi-ota Dec 13, 2023
3dcf5e8
refactor(avoidance): use drivable bound to calculate road shoulder di…
satoshi-ota Dec 13, 2023
81701ef
fix(multi_object_tracker): fix typo in node yaml parameter (#5856)
YoshiRi Dec 13, 2023
5bb14cb
feat: add Planning Msg Adapter (#5814)
shulanbushangshu Dec 13, 2023
9b8305d
chore: add glog_component for pointcloud_container (#5716)
badai-nguyen Dec 13, 2023
23c98e9
refactor(ar_tag_based_localizer): refactor pub/sub and so on (#5854)
SakodaShintaro Dec 14, 2023
58e45aa
feat(shape_estimation): add bicycle shape corrector (#5860)
kaancolak Dec 14, 2023
3037c50
feat(simple_planning_simulator): add mesurent_steer_bias (#5868)
kosuke55 Dec 14, 2023
3acc0f5
feat(diagnostic_graph_aggregator): rename system_diagnostic_graph pac…
isamu-takagi Dec 14, 2023
f75891f
refactor(lane_change): separate lane change and external request (#5850)
zulfaqar-azmi-t4 Dec 14, 2023
d72cf60
feat(diagnostic_graph_aggregator): change default publish rate (#5872)
isamu-takagi Dec 14, 2023
79814b8
build(detected_object_validation): move header files to a separate di…
esteve Dec 14, 2023
8d3bbaf
fix(traffic_light_visualization): move header directory to match pack…
esteve Dec 14, 2023
32866b4
refactor(compare_map_segmentation): rework parameters (#5005)
yuntianyi-chen Dec 15, 2023
b94bcac
feat(behavior_velocity_planner_common): add objects_of_interest_marke…
rej55 Dec 15, 2023
bfe6228
refactor(behavior_path_planner): move utils function to `behavior_pat…
satoshi-ota Dec 15, 2023
9b99faa
chore: sync files (#5600)
awf-autoware-bot[bot] Dec 15, 2023
baaaf2e
feat(crosswalk): ignore predicted path going across the crosswalk (#5…
soblin Dec 15, 2023
42593b9
refactor(image_projection_based_fusion): add JSON Schema and remove d…
ktro2828 Dec 15, 2023
270c79a
fix(avoidance): fix unexpected sudden deceleration for avoidance mane…
satoshi-ota Dec 15, 2023
023d2b1
fix(goal_planner): set rederence path for candidate path (#5886)
kosuke55 Dec 15, 2023
fe34ce9
fix(avoidance): check far objects during shifting (#5857)
satoshi-ota Dec 15, 2023
4c08042
perf(run_out): improve calculation cost of smoothPath (#5885)
takayuki5168 Dec 15, 2023
436b380
feat(planning_debug_utils): add update_logger_level.sh (#5888)
takayuki5168 Dec 16, 2023
7f5cb5a
fix(static_drivable_area_expansion): fix bug in expansion logic for h…
satoshi-ota Dec 17, 2023
8e4290d
chore(motion_velocity_smoother): remove unnecessary info of non auton…
takayuki5168 Dec 18, 2023
87f0514
refactor(behavior_path_planner): remove use_experimental_lane_change_…
takayuki5168 Dec 18, 2023
ce780ae
perf(planning_debug_tools): improve calculation time of perception_re…
takayuki5168 Dec 18, 2023
9a0b179
fix(avoidance): unintentional path cut (#5887)
satoshi-ota Dec 18, 2023
399dd1b
chore: add maintainer in map packages (#5865)
KYabuuchi Dec 18, 2023
ee5e52e
chore(crosswalk): remove debug print (#5896)
soblin Dec 18, 2023
bd3896f
feat(pid_longitudinal_controller): change the condition from emergenc…
takayuki5168 Dec 18, 2023
3736608
chore(behavior_velocity_planner): use DEBUG for launching modules (#5…
takayuki5168 Dec 18, 2023
976268a
fix(intersection): generate yield stuck detect area from multiple lan…
soblin Dec 18, 2023
e9bfc86
refactor(lane_change): standardizing lane change logger name (#5899)
zulfaqar-azmi-t4 Dec 18, 2023
a6072f9
chore(map_loader): visualize crosswalk id (#5880)
TakaHoribe Dec 18, 2023
22dc194
feat(dynamic_avoidance): always launch the module when requested (#5900)
takayuki5168 Dec 19, 2023
56d5ed3
docs(raw_vehicle_cmd_converter): update readme (#5822)
TakaHoribe Dec 19, 2023
69cb67b
feat(run_out)!: ignore the collision points on crosswalk (#5862)
yuki-takagi-66 Dec 19, 2023
419ee36
fix(dynamic_avoidance): fix drivable area generation during LC (#5902)
takayuki5168 Dec 19, 2023
7a7468d
feat(dynamic_avoidance): deal with forked path of the same directiona…
takayuki5168 Dec 19, 2023
07ff81f
chore(crosswalk, obstacle_cruise): add maintainer (#5898)
yuki-takagi-66 Dec 19, 2023
81d54aa
refactor(avoidance_by_lane_change): update execution condition (#5869)
zulfaqar-azmi-t4 Dec 19, 2023
98577d3
chore(motion_utils): Enrich error message (#5665)
TakaHoribe Dec 20, 2023
eb012ec
feat(intersection): disable stuck detection against private lane (#5910)
soblin Dec 20, 2023
f6206b4
fix(run_out): do not insert stop point when stopped in Object method …
TomohitoAndo Dec 20, 2023
91684b2
fix(start_planner): refine shift pull out path to start pose (#5874)
kosuke55 Dec 20, 2023
0f80a56
refactor(traffic_light_module): boost::optional to std::optional (#5912)
zulfaqar-azmi-t4 Dec 20, 2023
bb1c095
fix(behavior_path_planner): publish steering factor from scene module…
rej55 Dec 20, 2023
317404d
docs(pid_longitudinal_controller): add the explanation of STOPPED par…
TomohitoAndo Dec 20, 2023
359d61f
fix(avoidance): update logic to calculate centerline distance (#5855)
satoshi-ota Dec 20, 2023
f1823e0
feat(map_loader): use dummy projector when using local coordinates (#…
isamu-takagi Dec 20, 2023
e8250b0
fix(avoidance): check moving distance (#5922)
satoshi-ota Dec 20, 2023
22c6421
chore(behavior_path_planner_common): add maintainer (#5923)
satoshi-ota Dec 20, 2023
ccfff5a
feat(behavior_path_planner): add a method to notify the planner manag…
danielsanchezaran Dec 20, 2023
f029c7c
feat(behavior_path_planner): potentially speed up cut overlapped lane…
danielsanchezaran Dec 20, 2023
cc736e7
refactor(freespace_planning_algorithm): boost optional to std (#5913)
zulfaqar-azmi-t4 Dec 21, 2023
7def265
refactor(sensing-imu-corrector): rework parameters (#5780)
karishma1911 Dec 21, 2023
dbab3cf
fix(dynamic_avoidance): fix which side to avoid (#5917)
takayuki5168 Dec 21, 2023
cdfc193
refactor(behavior_path_planner_common): remove unused headers (#5924)
zulfaqar-azmi-t4 Dec 21, 2023
f10416d
fix(object_merger): move headers to object_merger directory (#5926)
esteve Dec 21, 2023
39c2172
refactor(ekf_localizer): add Simple1DFilter params to parameter file …
meliketanrikulu Dec 21, 2023
32556df
feat(avoidance): don't avoid merging vehicle (#5720)
satoshi-ota Dec 21, 2023
84f1a84
refactor(avoidance): remove unused header (#5907)
zulfaqar-azmi-t4 Dec 21, 2023
bba9d31
feat(avoidance): output objects of interest (#5929)
satoshi-ota Dec 21, 2023
a697bf4
fix(ndt_scan_matcher): fix map_update_module structure (#5915)
SakodaShintaro Dec 21, 2023
d8dbfc4
feat(perception_rviz_plugin): tracked object option to filter by is_s…
technolojin Dec 21, 2023
bc0ae8a
fix(avoidance): take objects on same root lanelet into consideration …
satoshi-ota Dec 22, 2023
34829e3
chore: update CODEOWNERS (#5876)
awf-autoware-bot[bot] Dec 22, 2023
200854a
fix(AEB): ego to object distance calculation logic with predicted pat…
ismetatabay Dec 22, 2023
558c4c2
feat(radar tracks msgs converter): implement dynamic status flag 'is_…
technolojin Dec 22, 2023
0b19786
feat: add pose_instability_detector to diagnostic_aggregator (#5935)
tkimura4 Dec 22, 2023
9f73d6e
fix(behavior_path_planner_common): added a guard of obstacle polygon …
takayuki5168 Dec 24, 2023
a25b55c
fix(system_monitor): move headers to a separate directory (#5942)
esteve Dec 25, 2023
98c01da
feat(dynamic_avoidance): change the logic of longitudinal distance to…
takayuki5168 Dec 25, 2023
a269810
fix(static_drivable_area_expansion): fix bug in drivable bound edge p…
satoshi-ota Dec 25, 2023
ebdec5e
fix(avoidance): add missing param declaration (#5948)
satoshi-ota Dec 25, 2023
acf58fd
fix(safety_check): don't override collision polygon even if it doesn'…
satoshi-ota Dec 25, 2023
8ab1a9c
feat(drivable area expansion): do not over expand beyond the desired …
maxime-clem Dec 26, 2023
420db1c
docs(behavior_path_planner): update documentation of the dynamic driv…
maxime-clem Dec 26, 2023
bc3a82a
fix(avoidance): fix condition to trim front shift line (#5949)
satoshi-ota Dec 26, 2023
55bb34c
refactor(motion_utils): change directory name of tmp_conversion (#5908)
HansOersted Dec 26, 2023
2e9cc43
fix(autoware_auto_geometry): move headers to a separate directory (#5…
esteve Dec 26, 2023
dc59220
fix(ndt_scan_matcher): fixed oscillation in ndt_scan_matcher (#5956)
SakodaShintaro Dec 26, 2023
afce45d
fix(tier4_planning_rviz_plugin): move headers to tier4_planning_rviz_…
esteve Dec 26, 2023
1765459
fix(planning_test_utils): rename header directory to match project na…
esteve Dec 26, 2023
759899c
fix(diagnostic_converter): move headers to a separate directory (#5943)
esteve Dec 26, 2023
6cb15f0
fix(ndt_scan_matcher): fixed a lock scope in update_ndt (#5951)
SakodaShintaro Dec 26, 2023
c84c2a4
fix(avoidance): don't ignore objects on straight lane in intersection…
satoshi-ota Dec 26, 2023
51c18ce
feat(avoidance): suppress unnatural turn signal (#5905)
satoshi-ota Dec 26, 2023
dee808f
refactor(lane_change): use new interface for state (#5950)
zulfaqar-azmi-t4 Dec 26, 2023
560becb
refactor(behavior_path_planner): remove maximum drivable area visuali…
zulfaqar-azmi-t4 Dec 26, 2023
49352f4
docs(bpp): separate behavior path planner documents (#5961)
satoshi-ota Dec 26, 2023
38c3e4d
refactor(bpp): remove virtual qualifier (#5968)
satoshi-ota Dec 26, 2023
512f003
feat(start_planner): add static collision check end polygon marker (#…
kosuke55 Dec 26, 2023
e13f7cf
refactor(updated-map-based-prediction): rework parameters (#5656)
santosh-interplai Dec 26, 2023
3066667
fix(lane_change): change logger level to DEBUG (#5969)
zulfaqar-azmi-t4 Dec 27, 2023
32dac45
feat(mission_planner): restrict enable_correct_goal_pose to poses wit…
VRichardJP Dec 27, 2023
7281464
refactor(json-schema): align schema and config file names (#5798)
ambroise-arm Dec 27, 2023
19b5bc6
feat(crosswalk): add interset makers (#5967)
yuki-takagi-66 Dec 27, 2023
ba3ae62
feat(map_based_prediction): prediction with acc constraints (#5960)
danielsanchezaran Dec 27, 2023
6bcf30d
fix(radar_fusion_to_detected_object): move headers to a separate dire…
esteve Dec 27, 2023
500f710
feat(multi_object_tracker, radar_object_tracker, tracker_object_merge…
YoshiRi Dec 27, 2023
ea8d475
feat(start_planner): visualize stop line for safety check feature (#5…
kyoichi-sugahara Dec 27, 2023
e80f808
fix(intersection): fix private condition (#5975)
soblin Dec 27, 2023
ae044fb
feat(tier4_logging_level_configure_rviz_plugin): add goal/start plann…
kosuke55 Dec 27, 2023
deef2dc
refactor(planner_manager): apply clang-tidy (#5981)
zulfaqar-azmi-t4 Dec 27, 2023
581679b
feat(start_planner): visualize refined start pose and start pose cand…
kyoichi-sugahara Dec 27, 2023
9ab5aaf
docs(surround_obstacle_checker): add descriptions of some parameters …
tkimura4 Dec 28, 2023
098f42c
fix(landmark_based_localizer): fix to for moving the definition code …
SakodaShintaro Dec 28, 2023
779e0f8
refactor(perception-tensortt-yolo): rework parameters (#5918)
karishma1911 Dec 28, 2023
3048db2
fix(motion_velocity_smoother): front wheel steer rate calculation (#5…
VRichardJP Dec 28, 2023
4f4d26a
fix(filt_vector): fix a problem of list index out of range in filt_ve…
tohmae Dec 28, 2023
3aae76b
feat: add support of overwriting signals if harsh backlight is detect…
ktro2828 Dec 28, 2023
1411031
refactor(control-lane-departure-checker): rework parameters (#5789)
karishma1911 Dec 28, 2023
8911278
feat!: remove planning factor type (#5793)
isamu-takagi Dec 28, 2023
18ad3e4
feat(start_planner): separate collision check and path planning (#5952)
kyoichi-sugahara Dec 28, 2023
246b0a5
feat(start_planner): apply offset colission check section (#5982)
kyoichi-sugahara Dec 28, 2023
13a27ed
chore(pid_longitudinal_controller): change INFO printing frequency (#…
takayuki5168 Dec 28, 2023
ed4f0f0
feat(behavior_path_planner): run keep last approved modules after can…
kosuke55 Dec 28, 2023
e69ce03
feat(crosswalk_traffic_light): add detector and classifier for pedest…
tzhong518 Dec 29, 2023
ce316a9
fix(surround_obstacle_checker): remove the virtual wall from the node…
takayuki5168 Dec 29, 2023
11d836b
feat(joy_controller): add xbox one joy mapping (#5999)
amadeuszsz Dec 31, 2023
2bfb590
feat(joy_controller): allow to control without odometry (#6000)
amadeuszsz Dec 31, 2023
7737f63
refactor(intersection): cleanup utility function (#5972)
soblin Jan 4, 2024
1e3fbbf
fix(static_drivable_area_expansion): fix drivable bound edge process …
satoshi-ota Jan 5, 2024
4549ffe
feat(path_smoother): add a plotter of calculation time (#6012)
takayuki5168 Jan 5, 2024
c7e6dc4
fix(obstacle_avoidance_planner): use update_bounds instead of update_…
takayuki5168 Jan 5, 2024
3cd32bc
chore(traffic_light_module): use RCLCPP_DEBUG for the debug printing …
takayuki5168 Jan 5, 2024
a3de5a8
chore(map_height_fitter): set log level of debug printing to DEBUG (#…
takayuki5168 Jan 5, 2024
da2ab88
chore: set log level of debug printing in rviz plugin to DEBUG (#5996)
takayuki5168 Jan 5, 2024
b1d447e
chore(component_interface_utils): set log level of debug printing to …
takayuki5168 Jan 5, 2024
64a2d5b
feat(dynamic_avoidance): apply ego's lateral acc/jerk constraints to …
takayuki5168 Jan 5, 2024
eb640e1
fix(motion_utils): fix the right bound assignment in resamplePath (#6…
takayuki5168 Jan 7, 2024
d8a8e4d
feat(motion_utils, etc): add header argument in convertToTrajectory (…
takayuki5168 Jan 7, 2024
f9ac22d
chore(mission_planner): use RCLCPP_DEBUG for debug printing (#6024)
takayuki5168 Jan 7, 2024
86109bf
chore(autoware_auto_perception_rviz_plugin): add existence probabilit…
badai-nguyen Jan 8, 2024
d0d2a68
fix(static_centerline_optimizer): fix several bugs and refactor the c…
takayuki5168 Jan 8, 2024
75eb393
build(multi_object_tracker): add missing diagnostic_updater dependenc…
esteve Jan 8, 2024
d0b247c
refactor(ndt_scan_matcher): removed tf2_listener_module (#6008)
SakodaShintaro Jan 9, 2024
43aae47
docs(ekf_localizer): improve readme and explain confusing process (#5…
KYabuuchi Jan 9, 2024
162e102
refactor(dynamic_avoidance): separate dynamic avoidance module (#6019)
takayuki5168 Jan 9, 2024
caf4bb8
feat(probabilistic_occupancy_grid_map): add grid map fusion node (#5993)
YoshiRi Jan 9, 2024
48d4d60
feat(traffic_light): output undetected traffic light as unknown (#5934)
tzhong518 Jan 9, 2024
8c6733b
refactor(ndt_scan_matcher, map_loader): remove map_module (#5873)
SakodaShintaro Jan 9, 2024
ebbe06b
refactor(behavior_velocity_planner): output path's interval can be de…
takayuki5168 Jan 9, 2024
026ef85
fix(avoidance, lane_change): modules handle unknown traffic signal in…
satoshi-ota Jan 9, 2024
c4be27b
fix(crosswalk): stopping besides the stop line (#6015)
yuki-takagi-66 Jan 9, 2024
cf560cc
fix(autoware_auto_common): move headers to a separate directory (#5919)
esteve Jan 9, 2024
5de9aab
feat(map_based_prediction): cope with consecutive crosswalks (#6009)
yuki-takagi-66 Jan 9, 2024
a85cbfc
refactor(map_projection_loader): make important part a library (#5992)
kminoda Jan 9, 2024
281df81
fix((merge_from_private): fixed first attention lanelet calculation (…
soblin Jan 9, 2024
fcd4b27
feat(image_projection_based_fusion): add image segmentation_pointclou…
badai-nguyen Jan 9, 2024
682dc59
docs(start_planner): update explanation about start pose candidate's …
kyoichi-sugahara Jan 10, 2024
414ef5a
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' modu…
maxime-clem Jan 10, 2024
5c82d14
fix(map_loader): show traffic light regulatory element id per lanelet…
satoshi-ota Jan 10, 2024
14024c2
fix(start_planner): don't update start pose when backward driving is …
kyoichi-sugahara Jan 10, 2024
6695018
docs(start_planner): update Purpose / Role of the document (#6002)
kyoichi-sugahara Jan 10, 2024
b8e1cde
refactor(motion_utils): clear the repeat definitions and correct the …
HansOersted Jan 10, 2024
3df8f7d
fix(static_drivable_area_expansion): fix bound extraction logic (#6006)
satoshi-ota Jan 10, 2024
e43ee0d
feat(avoidance): check traffic light info in order to limit drivable …
satoshi-ota Jan 10, 2024
94b5517
fix(avoidance): return shift path was not generated expectedly (#6017)
satoshi-ota Jan 10, 2024
2e83bac
refactor(ndt_scan_matcher): fixed ndt_scan_matcher.launch.xml (#6041)
SakodaShintaro Jan 10, 2024
02d3381
feat(behavior_velocity): add the option to keep the last valid observ…
soblin Jan 10, 2024
6954691
feat(intersection): distinguish 1st/2nd attention lanelet (#6042)
soblin Jan 10, 2024
174c30b
fix(motion_velocity_smoother): make stopping_distance and stopping_ve…
brkay54 Jan 10, 2024
0bcafb9
refactor(tier4_planning_launch): remove duplicate arguments in launch…
maxime-clem Jan 10, 2024
a79ac43
fix(lane_change): check able to return to original lane in abort (#6034)
zulfaqar-azmi-t4 Jan 11, 2024
e8c9fa8
feat(start_planner): keep distance against front objects (#5983)
kyoichi-sugahara Jan 11, 2024
eceafcf
feat(ekf_localizer): tf publisher as an option (#6004)
amadeuszsz Jan 11, 2024
918dbe5
refactor(behavior_path_planner): remove create_vehicle_footprint.hpp …
satoshi-ota Jan 11, 2024
9bcfb45
feat(start_planner): define collision check margin as list (#5994)
kyoichi-sugahara Jan 11, 2024
d5969f5
fix(map_based_prediction): yaw rate can be overwritten by max functio…
danielsanchezaran Jan 11, 2024
0b1dee2
fix(intersection): fix bugs (#6050)
soblin Jan 11, 2024
d6dd9e5
feat(mission_planner): check shoulder lanelets for check_goal_footpri…
kosuke55 Jan 11, 2024
4d7c37f
build(probabilistic_occupancy_grid_map): move header files to the pro…
esteve Jan 12, 2024
9003133
feat(crosswalk): change the TTC formula (#6033)
yuki-takagi-66 Jan 12, 2024
ab9dc24
refactor(shape_estimation): rework parameters (#5330)
PhoebeWu21 Jan 12, 2024
9190ad8
feat(landmark_manager): add get_landmarrks func (#6063)
YamatoAndo Jan 12, 2024
f71f52a
feat(perception_rviz_plugin): visualize object heading direction on 3…
technolojin Jan 12, 2024
f597adc
fix(motion_utils): add guard to calcCurvature (#6070)
kosuke55 Jan 14, 2024
6faa6aa
feat(geography_utils): add mgrs code in projector (#5990)
takayuki5168 Jan 15, 2024
0aa7ac0
feat(mpc): calculate mpc predicted trajectory in the world coordinate…
TakaHoribe Jan 15, 2024
91df8d1
fix(autoware_auto_perception_rviz_plugin): move headers to a separate…
esteve Jan 15, 2024
cca57fa
perf(bpp): reduce computational cost (#6054)
satoshi-ota Jan 15, 2024
aa0d579
fix(image_projection_based_fusion): re-organize the parameters for im…
miursh Jan 15, 2024
1eabc41
fix(ekf_localizer): fixed timer in ekf_localizer (#6066)
SakodaShintaro Jan 16, 2024
6550b85
feat(goal_planner): output objects of interest (#6077)
kosuke55 Jan 16, 2024
a8d6ca2
feat(start_planner): output objects of interest (#6078)
kosuke55 Jan 16, 2024
cd72b0d
feat(perception_rviz_plugin): rviz object covariances (#6074)
technolojin Jan 16, 2024
4f7d4b8
feat(static_centerline_optimizer): get behavior_velocity_planner's pa…
takayuki5168 Jan 16, 2024
1c6b166
feat(goal_planner): add scale buffer to calcModuleRequestLength (#6068)
kosuke55 Jan 16, 2024
ab2a360
feat(avoidance): improve object detection area in order not to preven…
satoshi-ota Jan 16, 2024
97343da
feat(ndt_scan_matcher): change coordinate of output_pose_covariance …
YamatoAndo Jan 16, 2024
6794b5f
feat(avoidance/goal_planner): execute avoidance and pull over simulta…
kosuke55 Jan 16, 2024
f9b3f42
feat(yabloc): add yabloc trigger service to suspend and restart the e…
KYabuuchi Jan 17, 2024
ec55a19
feat(goal_planner): exclude goals located laterally in no_parking_are…
kosuke55 Jan 17, 2024
256a0cd
chore(mission_planner): add logs for reroute safety check (#6096)
mkuri Jan 17, 2024
bd3529e
fix(AbLC, lane_change): fix module name inconsistency (#6090)
satoshi-ota Jan 17, 2024
fb6f19e
fix(avoidance): fix detection area issue in avoidance module (#6097)
satoshi-ota Jan 17, 2024
4332717
chore: add localization & mapping maintainers (#6085)
SakodaShintaro Jan 17, 2024
535d127
feat(obstacle_cruise_planner): add calculation of obstacle distance t…
isouf Jan 17, 2024
d1d3a86
fix: rename `score_threshold` into `score_thresh` in config (#6098)
ktro2828 Jan 17, 2024
97c3337
chore: update api package maintainers (#6086)
isamu-takagi Jan 17, 2024
2420dfb
feat(rviz_plugin): add string visualization plugin (#6100)
satoshi-ota Jan 17, 2024
ae2f0ba
feat(behavior_path_planner): output manager internal state as topic (…
satoshi-ota Jan 17, 2024
daad3a6
refactor(goal_planner): remove duplicated execution condition (#6087)
kosuke55 Jan 18, 2024
398e6f9
fix(behavior_velocity_planner, behavior_path_planner): refresh raw tr…
soblin Jan 18, 2024
4087e16
fix(radar_tracks_msgs_converter): change default parameter for twist …
scepter914 Jan 18, 2024
ea15304
fix(pointpainting): fix param path declaration (#6106)
kminoda Jan 18, 2024
3906678
docs(crosswalk): update the document (#5583)
takayuki5168 Jan 18, 2024
3ebffc3
feat(intersection): more precise pass judge handling considering occl…
soblin Jan 18, 2024
2d0abd1
feat(blind_spot): consider opposite adjacent lane for wrong vehicles …
soblin Jan 18, 2024
0da5936
docs(vehicle_info): add docs for versioning (#6069)
kosuke55 Jan 18, 2024
319990d
chore: update CODEOWNERS (#6038)
awf-autoware-bot[bot] Jan 18, 2024
2877cbf
refactor(start_planner): visualize shifting section (#6103)
kyoichi-sugahara Jan 18, 2024
f0deba8
refactor(start_planner): separate start planner parameters and debug …
kyoichi-sugahara Jan 18, 2024
c831fcf
fix(start_planner): expand lane departure check for shift path (#6055)
kyoichi-sugahara Jan 18, 2024
e81a61c
fix(behavior_velocity_crosswalk_module): check if p_safety_slow is em…
beyzanurkaya Jan 18, 2024
4aa5352
feat: always separate lidar preprocessing from pointcloud_container (…
kminoda Jan 19, 2024
4b0da5d
feat(map_based_prediction): use obstacle acceleration for map predict…
danielsanchezaran Jan 19, 2024
17c148b
Merge branch 'mrm-emergency-stop-operator' of https://github.com/Inte…
karishma1911 May 28, 2024
3527256
Merge branch 'main' into mrm-emergency-stop-operator
karishma1911 May 28, 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
Prev Previous commit
Next Next commit
fix(autoware_auto_msgs_adapter): fix predicted path test (#5744)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored and karishma1911 committed May 28, 2024
commit 0a6e8c5de296d4bc7f5bcc4041b2bb442a042dab
Original file line number Diff line number Diff line change
@@ -65,7 +65,10 @@ autoware_perception_msgs::msg::PredictedObjects generate_perception_msg()
kin.initial_acceleration_with_covariance.accel.angular.y = 0;
kin.initial_acceleration_with_covariance.accel.angular.z = 0;

for (size_t i = 0; i < 10; i++) {
constexpr size_t path_size = 10;
kin.predicted_paths.resize(1);
kin.predicted_paths[0].path.resize(path_size);
for (size_t i = 0; i < path_size; i++) {
kin.predicted_paths[0].path[i].position.x = i;
kin.predicted_paths[0].path[i].position.y = 0;
kin.predicted_paths[0].path[i].position.z = 0;