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_ground_segmentation): rework parameters #5777

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
276 commits
Select commit Hold shift + click to select a range
dfedb9c
fix(ekf_localizer): correct the initialization of accumulated_delay_t…
TaikiYamada4 Dec 8, 2023
c9b91e4
feat(system_diagnostic_graph): support config override and add tests …
isamu-takagi Dec 8, 2023
6c2506a
fix(autoware_auto_msgs_adapter): fix predicted path test (#5744)
isamu-takagi Dec 8, 2023
6088970
refactor(side_shift): separate side shift module (#5820)
satoshi-ota Dec 9, 2023
c63e704
fix(avoidance): output invalid avoidance path with unsafe state (#5689)
satoshi-ota Dec 10, 2023
0e5c3c3
chore: update CODEOWNERS (#5811)
awf-autoware-bot[bot] Dec 10, 2023
56498ae
fix(localization_util): fixed rejection criteria of SmartPoseBuffer::…
SakodaShintaro Dec 11, 2023
ee8c39e
fix(lidar_centerpoint,image_projection_based_fusion): add guard to av…
wep21 Dec 11, 2023
67fad2e
feat(obstacle_cruise_planner): add jerk and acc limits for slow-down …
danielsanchezaran Dec 11, 2023
afe477c
fix(traffic_light): stop if the traffic light signal timed out (#5819)
rej55 Dec 11, 2023
9f2d16b
feat(multi_object_tracker): add debugger output processing_time/cycli…
YoshiRi Dec 11, 2023
6813fdf
refactor(surround_obstacle_checker): boost::optional to std:optional …
zulfaqar-azmi-t4 Dec 11, 2023
819932c
docs(intersection): add image (#5833)
soblin Dec 11, 2023
2352840
fix(avoidance): reset output path when the module transits success st…
satoshi-ota Dec 11, 2023
8923ce1
refactor(motion_utils): apply clang-tidy result (#5829)
zulfaqar-azmi-t4 Dec 11, 2023
1ef9305
fix(avoidance): fix missing parent ids (#5838)
satoshi-ota Dec 11, 2023
1a6f183
feat(radar_threshold_filter): add unit test (#5817)
N-Eiki Dec 11, 2023
2b15458
fix(goal_planner): fix checkOriginalGoalIsInShoulder (#5836)
kosuke55 Dec 12, 2023
070dc42
refactor(occlusion_spot): boost::optional to std::optional (#5832)
zulfaqar-azmi-t4 Dec 12, 2023
f30d6df
fix(planning): fix typo (#5841)
satoshi-ota Dec 12, 2023
91136fc
fix(landmark_manager): changed to a shared library (#5848)
SakodaShintaro Dec 12, 2023
cd93e05
refactor(localization_launch, ground_segmentation_launch): rename lid…
YamatoAndo Dec 12, 2023
6a9dd29
feat(multi_object_tracker): enable to output perception topic delay w…
YoshiRi Dec 12, 2023
7d5cbb0
feat(system_error_monitor): aggregate control validator diagnostics (…
kosuke55 Dec 12, 2023
c02590c
feat(rtc_interface): add publisher to publish auto mode status (#5845)
kyoichi-sugahara Dec 12, 2023
759c6b3
build(detection_by_tracker): move utils.hpp file to the detection_by_…
esteve Dec 12, 2023
a4b420f
refactor(blind_spot_module): boost::optional to std::optional (#5831)
zulfaqar-azmi-t4 Dec 13, 2023
d204c18
feat(tracking_object_merger): check motion direction and yaw directio…
YoshiRi Dec 13, 2023
174a6ef
fix(behavior, launch): fix launch error (#5847)
satoshi-ota Dec 13, 2023
6579bee
refactor(avoidance): use drivable bound to calculate road shoulder di…
satoshi-ota Dec 13, 2023
986a2f6
fix(multi_object_tracker): fix typo in node yaml parameter (#5856)
YoshiRi Dec 13, 2023
6347001
feat: add Planning Msg Adapter (#5814)
shulanbushangshu Dec 13, 2023
a43a16f
chore: add glog_component for pointcloud_container (#5716)
badai-nguyen Dec 13, 2023
2cad40c
refactor(ar_tag_based_localizer): refactor pub/sub and so on (#5854)
SakodaShintaro Dec 14, 2023
690feb1
feat(shape_estimation): add bicycle shape corrector (#5860)
kaancolak Dec 14, 2023
7b623b6
feat(simple_planning_simulator): add mesurent_steer_bias (#5868)
kosuke55 Dec 14, 2023
6cb720d
feat(diagnostic_graph_aggregator): rename system_diagnostic_graph pac…
isamu-takagi Dec 14, 2023
0682af2
refactor(lane_change): separate lane change and external request (#5850)
zulfaqar-azmi-t4 Dec 14, 2023
80717f7
feat(diagnostic_graph_aggregator): change default publish rate (#5872)
isamu-takagi Dec 14, 2023
27264ed
build(detected_object_validation): move header files to a separate di…
esteve Dec 14, 2023
7bdda89
fix(traffic_light_visualization): move header directory to match pack…
esteve Dec 14, 2023
856f55a
refactor(compare_map_segmentation): rework parameters (#5005)
yuntianyi-chen Dec 15, 2023
cbe1a2b
feat(behavior_velocity_planner_common): add objects_of_interest_marke…
rej55 Dec 15, 2023
c01b2e1
refactor(behavior_path_planner): move utils function to `behavior_pat…
satoshi-ota Dec 15, 2023
81fe2cd
chore: sync files (#5600)
awf-autoware-bot[bot] Dec 15, 2023
4800c23
feat(crosswalk): ignore predicted path going across the crosswalk (#5…
soblin Dec 15, 2023
b7ca100
refactor(image_projection_based_fusion): add JSON Schema and remove d…
ktro2828 Dec 15, 2023
dbd801f
fix(avoidance): fix unexpected sudden deceleration for avoidance mane…
satoshi-ota Dec 15, 2023
7983bae
fix(goal_planner): set rederence path for candidate path (#5886)
kosuke55 Dec 15, 2023
c125b14
fix(avoidance): check far objects during shifting (#5857)
satoshi-ota Dec 15, 2023
d62247f
perf(run_out): improve calculation cost of smoothPath (#5885)
takayuki5168 Dec 15, 2023
cec1b2d
feat(planning_debug_utils): add update_logger_level.sh (#5888)
takayuki5168 Dec 16, 2023
418aa5d
fix(static_drivable_area_expansion): fix bug in expansion logic for h…
satoshi-ota Dec 17, 2023
3b379ff
chore(motion_velocity_smoother): remove unnecessary info of non auton…
takayuki5168 Dec 18, 2023
dd5af3e
refactor(behavior_path_planner): remove use_experimental_lane_change_…
takayuki5168 Dec 18, 2023
89b6273
perf(planning_debug_tools): improve calculation time of perception_re…
takayuki5168 Dec 18, 2023
efbf4d2
fix(avoidance): unintentional path cut (#5887)
satoshi-ota Dec 18, 2023
871c49d
chore: add maintainer in map packages (#5865)
KYabuuchi Dec 18, 2023
42a48b5
chore(crosswalk): remove debug print (#5896)
soblin Dec 18, 2023
da19aaf
feat(pid_longitudinal_controller): change the condition from emergenc…
takayuki5168 Dec 18, 2023
7f49e67
chore(behavior_velocity_planner): use DEBUG for launching modules (#5…
takayuki5168 Dec 18, 2023
7b3e4a5
fix(intersection): generate yield stuck detect area from multiple lan…
soblin Dec 18, 2023
475c545
refactor(lane_change): standardizing lane change logger name (#5899)
zulfaqar-azmi-t4 Dec 18, 2023
7e966dc
chore(map_loader): visualize crosswalk id (#5880)
TakaHoribe Dec 18, 2023
1fb0ed0
feat(dynamic_avoidance): always launch the module when requested (#5900)
takayuki5168 Dec 19, 2023
97a2d12
docs(raw_vehicle_cmd_converter): update readme (#5822)
TakaHoribe Dec 19, 2023
a047979
feat(run_out)!: ignore the collision points on crosswalk (#5862)
yuki-takagi-66 Dec 19, 2023
cff9a23
fix(dynamic_avoidance): fix drivable area generation during LC (#5902)
takayuki5168 Dec 19, 2023
165d2af
feat(dynamic_avoidance): deal with forked path of the same directiona…
takayuki5168 Dec 19, 2023
a6494e8
chore(crosswalk, obstacle_cruise): add maintainer (#5898)
yuki-takagi-66 Dec 19, 2023
7d7fb14
refactor(avoidance_by_lane_change): update execution condition (#5869)
zulfaqar-azmi-t4 Dec 19, 2023
8f60208
chore(motion_utils): Enrich error message (#5665)
TakaHoribe Dec 20, 2023
fa8e6d7
feat(intersection): disable stuck detection against private lane (#5910)
soblin Dec 20, 2023
81b02f2
fix(run_out): do not insert stop point when stopped in Object method …
TomohitoAndo Dec 20, 2023
e8dedb2
fix(start_planner): refine shift pull out path to start pose (#5874)
kosuke55 Dec 20, 2023
2da6c2d
refactor(traffic_light_module): boost::optional to std::optional (#5912)
zulfaqar-azmi-t4 Dec 20, 2023
216d9ce
fix(behavior_path_planner): publish steering factor from scene module…
rej55 Dec 20, 2023
db5c20b
docs(pid_longitudinal_controller): add the explanation of STOPPED par…
TomohitoAndo Dec 20, 2023
ff75187
fix(avoidance): update logic to calculate centerline distance (#5855)
satoshi-ota Dec 20, 2023
40370cf
feat(map_loader): use dummy projector when using local coordinates (#…
isamu-takagi Dec 20, 2023
e75e10f
fix(avoidance): check moving distance (#5922)
satoshi-ota Dec 20, 2023
209d0c0
chore(behavior_path_planner_common): add maintainer (#5923)
satoshi-ota Dec 20, 2023
7288a76
feat(behavior_path_planner): add a method to notify the planner manag…
danielsanchezaran Dec 20, 2023
454f257
feat(behavior_path_planner): potentially speed up cut overlapped lane…
danielsanchezaran Dec 20, 2023
c0706e7
refactor(freespace_planning_algorithm): boost optional to std (#5913)
zulfaqar-azmi-t4 Dec 21, 2023
dbb024f
refactor(sensing-imu-corrector): rework parameters (#5780)
karishma1911 Dec 21, 2023
3db3ef5
fix(dynamic_avoidance): fix which side to avoid (#5917)
takayuki5168 Dec 21, 2023
dd744d0
refactor(behavior_path_planner_common): remove unused headers (#5924)
zulfaqar-azmi-t4 Dec 21, 2023
672e599
fix(object_merger): move headers to object_merger directory (#5926)
esteve Dec 21, 2023
ba885ed
refactor(ekf_localizer): add Simple1DFilter params to parameter file …
meliketanrikulu Dec 21, 2023
cf2995b
feat(avoidance): don't avoid merging vehicle (#5720)
satoshi-ota Dec 21, 2023
4d63c4a
refactor(avoidance): remove unused header (#5907)
zulfaqar-azmi-t4 Dec 21, 2023
81aec68
feat(avoidance): output objects of interest (#5929)
satoshi-ota Dec 21, 2023
8535551
fix(ndt_scan_matcher): fix map_update_module structure (#5915)
SakodaShintaro Dec 21, 2023
dbfb29e
feat(perception_rviz_plugin): tracked object option to filter by is_s…
technolojin Dec 21, 2023
f213b4c
fix(avoidance): take objects on same root lanelet into consideration …
satoshi-ota Dec 22, 2023
228f9d4
chore: update CODEOWNERS (#5876)
awf-autoware-bot[bot] Dec 22, 2023
bd275c6
fix(AEB): ego to object distance calculation logic with predicted pat…
ismetatabay Dec 22, 2023
437174a
feat(radar tracks msgs converter): implement dynamic status flag 'is_…
technolojin Dec 22, 2023
c406e45
feat: add pose_instability_detector to diagnostic_aggregator (#5935)
tkimura4 Dec 22, 2023
ccf0fcb
fix(behavior_path_planner_common): added a guard of obstacle polygon …
takayuki5168 Dec 24, 2023
820f7cf
fix(system_monitor): move headers to a separate directory (#5942)
esteve Dec 25, 2023
0abd019
feat(dynamic_avoidance): change the logic of longitudinal distance to…
takayuki5168 Dec 25, 2023
f7908c8
fix(static_drivable_area_expansion): fix bug in drivable bound edge p…
satoshi-ota Dec 25, 2023
b80e7fa
fix(avoidance): add missing param declaration (#5948)
satoshi-ota Dec 25, 2023
f928710
fix(safety_check): don't override collision polygon even if it doesn'…
satoshi-ota Dec 25, 2023
9be7306
feat(drivable area expansion): do not over expand beyond the desired …
maxime-clem Dec 26, 2023
6695e62
docs(behavior_path_planner): update documentation of the dynamic driv…
maxime-clem Dec 26, 2023
02b1d22
fix(avoidance): fix condition to trim front shift line (#5949)
satoshi-ota Dec 26, 2023
c0c6e88
refactor(motion_utils): change directory name of tmp_conversion (#5908)
HansOersted Dec 26, 2023
5051ae1
fix(autoware_auto_geometry): move headers to a separate directory (#5…
esteve Dec 26, 2023
007f958
fix(ndt_scan_matcher): fixed oscillation in ndt_scan_matcher (#5956)
SakodaShintaro Dec 26, 2023
c0e1baf
fix(tier4_planning_rviz_plugin): move headers to tier4_planning_rviz_…
esteve Dec 26, 2023
0ced30d
fix(planning_test_utils): rename header directory to match project na…
esteve Dec 26, 2023
cdaadc7
fix(diagnostic_converter): move headers to a separate directory (#5943)
esteve Dec 26, 2023
316bb43
fix(ndt_scan_matcher): fixed a lock scope in update_ndt (#5951)
SakodaShintaro Dec 26, 2023
33ca7c8
fix(avoidance): don't ignore objects on straight lane in intersection…
satoshi-ota Dec 26, 2023
e00eaa3
feat(avoidance): suppress unnatural turn signal (#5905)
satoshi-ota Dec 26, 2023
7bc3ee4
refactor(lane_change): use new interface for state (#5950)
zulfaqar-azmi-t4 Dec 26, 2023
2b0094f
refactor(behavior_path_planner): remove maximum drivable area visuali…
zulfaqar-azmi-t4 Dec 26, 2023
acfd5ce
docs(bpp): separate behavior path planner documents (#5961)
satoshi-ota Dec 26, 2023
57d2a49
refactor(bpp): remove virtual qualifier (#5968)
satoshi-ota Dec 26, 2023
f766170
feat(start_planner): add static collision check end polygon marker (#…
kosuke55 Dec 26, 2023
e90bb3e
refactor(updated-map-based-prediction): rework parameters (#5656)
santosh-interplai Dec 26, 2023
00521d9
fix(lane_change): change logger level to DEBUG (#5969)
zulfaqar-azmi-t4 Dec 27, 2023
8ad4683
feat(mission_planner): restrict enable_correct_goal_pose to poses wit…
VRichardJP Dec 27, 2023
f5c3d3a
refactor(json-schema): align schema and config file names (#5798)
ambroise-arm Dec 27, 2023
775583b
feat(crosswalk): add interset makers (#5967)
yuki-takagi-66 Dec 27, 2023
baef124
feat(map_based_prediction): prediction with acc constraints (#5960)
danielsanchezaran Dec 27, 2023
5aeba23
fix(radar_fusion_to_detected_object): move headers to a separate dire…
esteve Dec 27, 2023
7a8ba32
feat(multi_object_tracker, radar_object_tracker, tracker_object_merge…
YoshiRi Dec 27, 2023
8586a15
feat(start_planner): visualize stop line for safety check feature (#5…
kyoichi-sugahara Dec 27, 2023
8baea5e
fix(intersection): fix private condition (#5975)
soblin Dec 27, 2023
78952d6
feat(tier4_logging_level_configure_rviz_plugin): add goal/start plann…
kosuke55 Dec 27, 2023
3a2ac22
refactor(planner_manager): apply clang-tidy (#5981)
zulfaqar-azmi-t4 Dec 27, 2023
4ce3c00
feat(start_planner): visualize refined start pose and start pose cand…
kyoichi-sugahara Dec 27, 2023
f18cdcc
docs(surround_obstacle_checker): add descriptions of some parameters …
tkimura4 Dec 28, 2023
fd20095
fix(landmark_based_localizer): fix to for moving the definition code …
SakodaShintaro Dec 28, 2023
5cae0de
refactor(perception-tensortt-yolo): rework parameters (#5918)
karishma1911 Dec 28, 2023
363a4a7
fix(motion_velocity_smoother): front wheel steer rate calculation (#5…
VRichardJP Dec 28, 2023
110bd2f
fix(filt_vector): fix a problem of list index out of range in filt_ve…
tohmae Dec 28, 2023
949c740
feat: add support of overwriting signals if harsh backlight is detect…
ktro2828 Dec 28, 2023
a9a9bdf
refactor(control-lane-departure-checker): rework parameters (#5789)
karishma1911 Dec 28, 2023
273383f
feat!: remove planning factor type (#5793)
isamu-takagi Dec 28, 2023
b5e8949
feat(start_planner): separate collision check and path planning (#5952)
kyoichi-sugahara Dec 28, 2023
035e13a
feat(start_planner): apply offset colission check section (#5982)
kyoichi-sugahara Dec 28, 2023
691a60e
chore(pid_longitudinal_controller): change INFO printing frequency (#…
takayuki5168 Dec 28, 2023
42d262c
feat(behavior_path_planner): run keep last approved modules after can…
kosuke55 Dec 28, 2023
d62f655
feat(crosswalk_traffic_light): add detector and classifier for pedest…
tzhong518 Dec 29, 2023
d3b447f
fix(surround_obstacle_checker): remove the virtual wall from the node…
takayuki5168 Dec 29, 2023
b7d87db
feat(joy_controller): add xbox one joy mapping (#5999)
amadeuszsz Dec 31, 2023
e73ba2d
feat(joy_controller): allow to control without odometry (#6000)
amadeuszsz Dec 31, 2023
c0e6a02
refactor(intersection): cleanup utility function (#5972)
soblin Jan 4, 2024
e3f49a1
fix(static_drivable_area_expansion): fix drivable bound edge process …
satoshi-ota Jan 5, 2024
04b8eea
feat(path_smoother): add a plotter of calculation time (#6012)
takayuki5168 Jan 5, 2024
bb7536f
fix(obstacle_avoidance_planner): use update_bounds instead of update_…
takayuki5168 Jan 5, 2024
6fa7d07
chore(traffic_light_module): use RCLCPP_DEBUG for the debug printing …
takayuki5168 Jan 5, 2024
2b3d368
chore(map_height_fitter): set log level of debug printing to DEBUG (#…
takayuki5168 Jan 5, 2024
96abeae
chore: set log level of debug printing in rviz plugin to DEBUG (#5996)
takayuki5168 Jan 5, 2024
38a21c8
chore(component_interface_utils): set log level of debug printing to …
takayuki5168 Jan 5, 2024
1bec680
feat(dynamic_avoidance): apply ego's lateral acc/jerk constraints to …
takayuki5168 Jan 5, 2024
2e883b6
fix(motion_utils): fix the right bound assignment in resamplePath (#6…
takayuki5168 Jan 7, 2024
1d32fb7
feat(motion_utils, etc): add header argument in convertToTrajectory (…
takayuki5168 Jan 7, 2024
5a1560d
chore(mission_planner): use RCLCPP_DEBUG for debug printing (#6024)
takayuki5168 Jan 7, 2024
2c18513
chore(autoware_auto_perception_rviz_plugin): add existence probabilit…
badai-nguyen Jan 8, 2024
261e915
fix(static_centerline_optimizer): fix several bugs and refactor the c…
takayuki5168 Jan 8, 2024
0177048
build(multi_object_tracker): add missing diagnostic_updater dependenc…
esteve Jan 8, 2024
4a08ed4
refactor(ndt_scan_matcher): removed tf2_listener_module (#6008)
SakodaShintaro Jan 9, 2024
1df4209
docs(ekf_localizer): improve readme and explain confusing process (#5…
KYabuuchi Jan 9, 2024
216f601
refactor(dynamic_avoidance): separate dynamic avoidance module (#6019)
takayuki5168 Jan 9, 2024
9e1005b
feat(probabilistic_occupancy_grid_map): add grid map fusion node (#5993)
YoshiRi Jan 9, 2024
0f1b5e8
feat(traffic_light): output undetected traffic light as unknown (#5934)
tzhong518 Jan 9, 2024
1a598f9
refactor(ndt_scan_matcher, map_loader): remove map_module (#5873)
SakodaShintaro Jan 9, 2024
1712379
refactor(behavior_velocity_planner): output path's interval can be de…
takayuki5168 Jan 9, 2024
245768e
fix(avoidance, lane_change): modules handle unknown traffic signal in…
satoshi-ota Jan 9, 2024
55fe7ff
fix(crosswalk): stopping besides the stop line (#6015)
yuki-takagi-66 Jan 9, 2024
c67b032
fix(autoware_auto_common): move headers to a separate directory (#5919)
esteve Jan 9, 2024
e27b756
feat(map_based_prediction): cope with consecutive crosswalks (#6009)
yuki-takagi-66 Jan 9, 2024
bd54e48
refactor(map_projection_loader): make important part a library (#5992)
kminoda Jan 9, 2024
7838b82
fix((merge_from_private): fixed first attention lanelet calculation (…
soblin Jan 9, 2024
2635df3
feat(image_projection_based_fusion): add image segmentation_pointclou…
badai-nguyen Jan 9, 2024
b179aee
docs(start_planner): update explanation about start pose candidate's …
kyoichi-sugahara Jan 10, 2024
f335fe4
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' modu…
maxime-clem Jan 10, 2024
b566f84
fix(map_loader): show traffic light regulatory element id per lanelet…
satoshi-ota Jan 10, 2024
cd54589
fix(start_planner): don't update start pose when backward driving is …
kyoichi-sugahara Jan 10, 2024
1731cbd
docs(start_planner): update Purpose / Role of the document (#6002)
kyoichi-sugahara Jan 10, 2024
8e2f836
refactor(motion_utils): clear the repeat definitions and correct the …
HansOersted Jan 10, 2024
dfef78b
fix(static_drivable_area_expansion): fix bound extraction logic (#6006)
satoshi-ota Jan 10, 2024
69b294a
feat(avoidance): check traffic light info in order to limit drivable …
satoshi-ota Jan 10, 2024
cdce59f
fix(avoidance): return shift path was not generated expectedly (#6017)
satoshi-ota Jan 10, 2024
933add3
refactor(ndt_scan_matcher): fixed ndt_scan_matcher.launch.xml (#6041)
SakodaShintaro Jan 10, 2024
23eaf2e
feat(behavior_velocity): add the option to keep the last valid observ…
soblin Jan 10, 2024
dbbfb7d
feat(intersection): distinguish 1st/2nd attention lanelet (#6042)
soblin Jan 10, 2024
4b9a9ae
fix(motion_velocity_smoother): make stopping_distance and stopping_ve…
brkay54 Jan 10, 2024
5106b33
refactor(tier4_planning_launch): remove duplicate arguments in launch…
maxime-clem Jan 10, 2024
b45bb53
fix(lane_change): check able to return to original lane in abort (#6034)
zulfaqar-azmi-t4 Jan 11, 2024
4593dd3
feat(start_planner): keep distance against front objects (#5983)
kyoichi-sugahara Jan 11, 2024
2999240
feat(ekf_localizer): tf publisher as an option (#6004)
amadeuszsz Jan 11, 2024
25f1dfc
refactor(behavior_path_planner): remove create_vehicle_footprint.hpp …
satoshi-ota Jan 11, 2024
4d8d4f8
feat(start_planner): define collision check margin as list (#5994)
kyoichi-sugahara Jan 11, 2024
b2c05a6
fix(map_based_prediction): yaw rate can be overwritten by max functio…
danielsanchezaran Jan 11, 2024
6378ce6
fix(intersection): fix bugs (#6050)
soblin Jan 11, 2024
cb23bb0
feat(mission_planner): check shoulder lanelets for check_goal_footpri…
kosuke55 Jan 11, 2024
d5fd326
build(probabilistic_occupancy_grid_map): move header files to the pro…
esteve Jan 12, 2024
8061373
feat(crosswalk): change the TTC formula (#6033)
yuki-takagi-66 Jan 12, 2024
42069db
refactor(shape_estimation): rework parameters (#5330)
PhoebeWu21 Jan 12, 2024
98baaf4
feat(landmark_manager): add get_landmarrks func (#6063)
YamatoAndo Jan 12, 2024
8ff1117
feat(perception_rviz_plugin): visualize object heading direction on 3…
technolojin Jan 12, 2024
2c7d0ec
fix(motion_utils): add guard to calcCurvature (#6070)
kosuke55 Jan 14, 2024
ad049e3
feat(geography_utils): add mgrs code in projector (#5990)
takayuki5168 Jan 15, 2024
d2bb615
feat(mpc): calculate mpc predicted trajectory in the world coordinate…
TakaHoribe Jan 15, 2024
04bef8b
fix(autoware_auto_perception_rviz_plugin): move headers to a separate…
esteve Jan 15, 2024
4b231a9
perf(bpp): reduce computational cost (#6054)
satoshi-ota Jan 15, 2024
b7d29be
fix(image_projection_based_fusion): re-organize the parameters for im…
miursh Jan 15, 2024
98b1531
fix(ekf_localizer): fixed timer in ekf_localizer (#6066)
SakodaShintaro Jan 16, 2024
edc5c1a
feat(goal_planner): output objects of interest (#6077)
kosuke55 Jan 16, 2024
db927fb
feat(start_planner): output objects of interest (#6078)
kosuke55 Jan 16, 2024
751032f
feat(perception_rviz_plugin): rviz object covariances (#6074)
technolojin Jan 16, 2024
4d4b6ae
feat(static_centerline_optimizer): get behavior_velocity_planner's pa…
takayuki5168 Jan 16, 2024
963fcdf
feat(goal_planner): add scale buffer to calcModuleRequestLength (#6068)
kosuke55 Jan 16, 2024
d87af68
feat(avoidance): improve object detection area in order not to preven…
satoshi-ota Jan 16, 2024
6975bd8
feat(ndt_scan_matcher): change coordinate of output_pose_covariance …
YamatoAndo Jan 16, 2024
cad877f
feat(avoidance/goal_planner): execute avoidance and pull over simulta…
kosuke55 Jan 16, 2024
775ff32
feat(yabloc): add yabloc trigger service to suspend and restart the e…
KYabuuchi Jan 17, 2024
498e338
feat(goal_planner): exclude goals located laterally in no_parking_are…
kosuke55 Jan 17, 2024
a219a7e
chore(mission_planner): add logs for reroute safety check (#6096)
mkuri Jan 17, 2024
e09b95e
fix(AbLC, lane_change): fix module name inconsistency (#6090)
satoshi-ota Jan 17, 2024
b801f8e
fix(avoidance): fix detection area issue in avoidance module (#6097)
satoshi-ota Jan 17, 2024
d73554e
chore: add localization & mapping maintainers (#6085)
SakodaShintaro Jan 17, 2024
53dc6a5
feat(obstacle_cruise_planner): add calculation of obstacle distance t…
isouf Jan 17, 2024
17aca88
fix: rename `score_threshold` into `score_thresh` in config (#6098)
ktro2828 Jan 17, 2024
af49451
chore: update api package maintainers (#6086)
isamu-takagi Jan 17, 2024
f70bbdc
feat(rviz_plugin): add string visualization plugin (#6100)
satoshi-ota Jan 17, 2024
86022c9
feat(behavior_path_planner): output manager internal state as topic (…
satoshi-ota Jan 17, 2024
2355fde
refactor(goal_planner): remove duplicated execution condition (#6087)
kosuke55 Jan 18, 2024
ab4cc68
fix(behavior_velocity_planner, behavior_path_planner): refresh raw tr…
soblin Jan 18, 2024
5da6e87
fix(radar_tracks_msgs_converter): change default parameter for twist …
scepter914 Jan 18, 2024
0b6c538
fix(pointpainting): fix param path declaration (#6106)
kminoda Jan 18, 2024
4000c7b
docs(crosswalk): update the document (#5583)
takayuki5168 Jan 18, 2024
7c3ec3a
feat(intersection): more precise pass judge handling considering occl…
soblin Jan 18, 2024
ed5b8e6
feat(blind_spot): consider opposite adjacent lane for wrong vehicles …
soblin Jan 18, 2024
69769ea
docs(vehicle_info): add docs for versioning (#6069)
kosuke55 Jan 18, 2024
4d5b47c
chore: update CODEOWNERS (#6038)
awf-autoware-bot[bot] Jan 18, 2024
5bfe1fd
refactor(start_planner): visualize shifting section (#6103)
kyoichi-sugahara Jan 18, 2024
298b5a3
refactor(start_planner): separate start planner parameters and debug …
kyoichi-sugahara Jan 18, 2024
6017657
fix(start_planner): expand lane departure check for shift path (#6055)
kyoichi-sugahara Jan 18, 2024
7d6ccfb
fix(behavior_velocity_crosswalk_module): check if p_safety_slow is em…
beyzanurkaya Jan 18, 2024
fd309d4
feat: always separate lidar preprocessing from pointcloud_container (…
kminoda Jan 19, 2024
b014882
feat(map_based_prediction): use obstacle acceleration for map predict…
danielsanchezaran Jan 19, 2024
e9b674a
perception/ground_segmentation
karishma1911 May 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
101 changes: 55 additions & 46 deletions .github/CODEOWNERS

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/cancel-previous-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
workflow_id: all
all_but_latest: true
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "tag-name=${REF_NAME#beta/}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ steps.set-tag-name.outputs.ref-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
Expand Down
2 changes: 0 additions & 2 deletions common/autoware_ad_api_specs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<version>0.0.0</version>
<description>The autoware_ad_api_specs package</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">yabuta</maintainer>
<maintainer email="[email protected]">Kah Hooi Tan</maintainer>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<license>Apache License 2.0</license>

Expand Down
4 changes: 2 additions & 2 deletions common/autoware_auto_common/design/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The `exclusive_or` function will test whether two values cast to different boole
## Example Usage

```c++
#include "common/bool_comparisons.hpp"
#include "common/float_comparisons.hpp"
#include "autoware_auto_common/common/bool_comparisons.hpp"
#include "autoware_auto_common/common/float_comparisons.hpp"

#include <iostream>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
//
// Developed by Apex.AI, Inc.

#include <common/types.hpp>
#include <common/visibility_control.hpp>
#include "autoware_auto_common/common/types.hpp"
#include "autoware_auto_common/common/visibility_control.hpp"

#include <cstdint>
#include <tuple>
#include <type_traits>

#ifndef COMMON__TYPE_TRAITS_HPP_
#define COMMON__TYPE_TRAITS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__COMMON__TYPE_TRAITS_HPP_
#define AUTOWARE_AUTO_COMMON__COMMON__TYPE_TRAITS_HPP_

namespace autoware
{
Expand Down Expand Up @@ -219,4 +219,4 @@ struct intersect
} // namespace common
} // namespace autoware

#endif // COMMON__TYPE_TRAITS_HPP_
#endif // AUTOWARE_AUTO_COMMON__COMMON__TYPE_TRAITS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
/// \file
/// \brief This file includes common type definition

#ifndef COMMON__TYPES_HPP_
#define COMMON__TYPES_HPP_
#ifndef AUTOWARE_AUTO_COMMON__COMMON__TYPES_HPP_
#define AUTOWARE_AUTO_COMMON__COMMON__TYPES_HPP_

#include "common/visibility_control.hpp"
#include "helper_functions/float_comparisons.hpp"
#include "autoware_auto_common/common/visibility_control.hpp"
#include "autoware_auto_common/helper_functions/float_comparisons.hpp"

#include <cstdint>
#include <limits>
Expand Down Expand Up @@ -122,4 +122,4 @@ using void_t = void;
} // namespace common
} // namespace autoware

#endif // COMMON__TYPES_HPP_
#endif // AUTOWARE_AUTO_COMMON__COMMON__TYPES_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef COMMON__VISIBILITY_CONTROL_HPP_
#define COMMON__VISIBILITY_CONTROL_HPP_
#ifndef AUTOWARE_AUTO_COMMON__COMMON__VISIBILITY_CONTROL_HPP_
#define AUTOWARE_AUTO_COMMON__COMMON__VISIBILITY_CONTROL_HPP_

#if defined(_MSC_VER) && defined(_WIN64)
#if defined(COMMON_BUILDING_DLL) || defined(COMMON_EXPORTS)
Expand All @@ -35,4 +35,4 @@
#error "Unsupported Build Configuration"
#endif // _MSC_VER

#endif // COMMON__VISIBILITY_CONTROL_HPP_
#endif // AUTOWARE_AUTO_COMMON__COMMON__VISIBILITY_CONTROL_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef HELPER_FUNCTIONS__ANGLE_UTILS_HPP_
#define HELPER_FUNCTIONS__ANGLE_UTILS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__ANGLE_UTILS_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__ANGLE_UTILS_HPP_

#include <cmath>
#include <type_traits>
Expand Down Expand Up @@ -63,4 +63,4 @@ constexpr T wrap_angle(T angle) noexcept
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__ANGLE_UTILS_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__ANGLE_UTILS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#ifndef HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_
#define HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_

#include "common/types.hpp"
#include "autoware_auto_common/common/types.hpp"

namespace autoware
{
Expand All @@ -47,4 +47,4 @@ types::bool8_t exclusive_or(const T & a, const T & b)
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BOOL_COMPARISONS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/// \file
/// \brief This file includes common helper functions

#ifndef HELPER_FUNCTIONS__BYTE_READER_HPP_
#define HELPER_FUNCTIONS__BYTE_READER_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BYTE_READER_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BYTE_READER_HPP_

#include <cstdint>
#include <cstring>
Expand Down Expand Up @@ -70,4 +70,4 @@ class ByteReader
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__BYTE_READER_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__BYTE_READER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/// \file
/// \brief This file includes common helper functions

#ifndef HELPER_FUNCTIONS__CRTP_HPP_
#define HELPER_FUNCTIONS__CRTP_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__CRTP_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__CRTP_HPP_

namespace autoware
{
Expand Down Expand Up @@ -49,4 +49,4 @@ class crtp
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__CRTP_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__CRTP_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#ifndef HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_
#define HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_

#include <algorithm>
#include <cmath>
Expand Down Expand Up @@ -146,4 +146,4 @@ bool approx_eq(const T & a, const T & b, const T & abs_eps, const T & rel_eps)
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__FLOAT_COMPARISONS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_
#define HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_

#include <Eigen/Cholesky>

Expand Down Expand Up @@ -69,4 +69,4 @@ types::float32_t calculate_mahalanobis_distance(
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MAHALANOBIS_DISTANCE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/// \file
/// \brief This file includes common helper functions

#ifndef HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_
#define HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_

#include <builtin_interfaces/msg/time.hpp>

Expand Down Expand Up @@ -112,4 +112,4 @@ TimeStamp get_stamp(const T & msg) noexcept
} // namespace common
} // namespace autoware

#endif // HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__MESSAGE_ADAPTERS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_
#define HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_

#include <common/types.hpp>
#include "autoware_auto_common/common/types.hpp"

#include <type_traits>

Expand Down Expand Up @@ -72,4 +72,4 @@ struct expression_valid_with_return<
} // namespace helper_functions
} // namespace common
} // namespace autoware
#endif // HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TEMPLATE_UTILS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#ifndef HELPER_FUNCTIONS__TYPE_NAME_HPP_
#define HELPER_FUNCTIONS__TYPE_NAME_HPP_
#ifndef AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TYPE_NAME_HPP_
#define AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TYPE_NAME_HPP_

#include <common/visibility_control.hpp>
#include "autoware_auto_common/common/visibility_control.hpp"

#include <string>
#include <typeinfo>
Expand Down Expand Up @@ -53,4 +53,4 @@ COMMON_PUBLIC std::string get_type_name(const T &)
} // namespace helper_functions
} // namespace autoware

#endif // HELPER_FUNCTIONS__TYPE_NAME_HPP_
#endif // AUTOWARE_AUTO_COMMON__HELPER_FUNCTIONS__TYPE_NAME_HPP_
4 changes: 2 additions & 2 deletions common/autoware_auto_common/test/test_angle_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Developed by Apex.AI, Inc.

#include <common/types.hpp>
#include <helper_functions/angle_utils.hpp>
#include "autoware_auto_common/common/types.hpp"
#include "autoware_auto_common/helper_functions/angle_utils.hpp"

#include <gtest/gtest.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#include "helper_functions/bool_comparisons.hpp"
#include "autoware_auto_common/helper_functions/bool_comparisons.hpp"

#include <gtest/gtest.h>

Expand Down
7 changes: 4 additions & 3 deletions common/autoware_auto_common/test/test_byte_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#include "common/types.hpp"
#include "gtest/gtest.h"
#include "helper_functions/byte_reader.hpp"
#include "autoware_auto_common/common/types.hpp"
#include "autoware_auto_common/helper_functions/byte_reader.hpp"

#include <gtest/gtest.h>

#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#include "helper_functions/float_comparisons.hpp"
#include "autoware_auto_common/helper_functions/float_comparisons.hpp"

#include <gtest/gtest.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.
#include <common/types.hpp>
#include <helper_functions/mahalanobis_distance.hpp>
#include "autoware_auto_common/common/types.hpp"
#include "autoware_auto_common/helper_functions/mahalanobis_distance.hpp"

#include <gtest/gtest.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#include <helper_functions/message_adapters.hpp>
#include "autoware_auto_common/helper_functions/message_adapters.hpp"

#include <geometry_msgs/msg/transform_stamped.hpp>

Expand Down
2 changes: 1 addition & 1 deletion common/autoware_auto_common/test/test_template_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.

#include <helper_functions/template_utils.hpp>
#include "autoware_auto_common/helper_functions/template_utils.hpp"

#include <gtest/gtest.h>

Expand Down
4 changes: 2 additions & 2 deletions common/autoware_auto_common/test/test_type_name.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Developed by Apex.AI, Inc.

#include <common/types.hpp>
#include <helper_functions/type_name.hpp>
#include "autoware_auto_common/common/types.hpp"
#include "autoware_auto_common/helper_functions/type_name.hpp"

#include <gtest/gtest.h>

Expand Down
4 changes: 2 additions & 2 deletions common/autoware_auto_common/test/test_type_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Developed by Apex.AI, Inc.

#include <common/type_traits.hpp>
#include <common/types.hpp>
#include "autoware_auto_common/common/type_traits.hpp"
#include "autoware_auto_common/common/types.hpp"

#include <gtest/gtest.h>

Expand Down
6 changes: 3 additions & 3 deletions common/autoware_auto_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ find_package(autoware_cmake REQUIRED)
autoware_package()

ament_auto_add_library(${PROJECT_NAME} SHARED
include/geometry/spatial_hash.hpp
include/geometry/intersection.hpp
include/geometry/spatial_hash_config.hpp
include/autoware_auto_geometry/spatial_hash.hpp
include/autoware_auto_geometry/intersection.hpp
include/autoware_auto_geometry/spatial_hash_config.hpp
src/spatial_hash.cpp
src/bounding_box.cpp
)
Expand Down
Loading
Loading