Skip to content

Commit cbfbb14

Browse files
xmfcxvividfKYabuuchisatoshi-otakosuke55
authored
chore: bump version 0.43.0 (#10324)
* feat(autoware_image_based_projection_fusion): redesign image based projection fusion node (#10016) * fix(segmentation_pointcloud_fusion): set valid pointcloud field for output pointcloud (#10196) set valid pointcloud field Signed-off-by: Kento Yabuuchi <[email protected]> * fix(planning, control): reuse stamp of subscribed topic to measure component latency (#10201) * fix(behavior_velocity_planner): reuse timestamp of recieved path Signed-off-by: satoshi-ota <[email protected]> * fix(behavior_path_planner): check timestamp first in timer driven callback Signed-off-by: satoshi-ota <[email protected]> * fix(trajectory_follower_node): check timestamp first in timer driven callback Signed-off-by: satoshi-ota <[email protected]> * fix(vehicle_cmd_gate): reuse timestamp of recieved path Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> * feat(behavior_planning): add behavior_path_planner_type to launch path_generator (#10217) Signed-off-by: kosuke55 <[email protected]> * fix(lane_departure_checker): fix trajectory resampling logic to keep given interval (#10221) * fix(lane_departure_checker): fix trajectory resampling logic to keep given interval Signed-off-by: kyoichi-sugahara <[email protected]> * test(lane_departure_checker): add test case for consecutive small distances followed by large distance Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]> * docs(diagnostic_graph_aggregator): update document (#10199) Signed-off-by: Mamoru Sobue <[email protected]> * chore(dummy_infrastructure): add maintainers kosuke55, 1222-takeshi, asa-naki (#10228) Signed-off-by: kosuke55 <[email protected]> * feat(dummy_infrastructure): auto approval when ego stops at stop line (#10223) feat(dummy_infrastructur): auto approval when ego stops at stop line Signed-off-by: kosuke55 <[email protected]> * feat(autoware_object_recognition_utils): remove from universe (#10215) Signed-off-by: liuXinGangChina <[email protected]> * chore(autoware_pointcloud_preprocessor): fix variable naming in distortion corrector (#10185) chore: fix naming Signed-off-by: vividf <[email protected]> * refactor: add autoware_cuda_dependency_meta (#10073) Signed-off-by: Esteve Fernandez <[email protected]> * feat(Autoware_planning_factor_interface): replace tier4_msgs with autoware_internal_msgs (#10204) Signed-off-by: liuXinGangChina <[email protected]> * chore(mpc_lateral_controller): add package maintainer (#10239) add package maintainer Signed-off-by: mohammad alqudah <[email protected]> * fix(tier4_system_launch): add missing exec_depend (#10132) Signed-off-by: Takagi, Isamu <[email protected]> * fix(tier4_vehicle_launch): add missing exec_depend (#10133) Signed-off-by: Takagi, Isamu <[email protected]> * fix(planning): add missing exec_depend (#10134) * fix(planning): add missing exec_depend Signed-off-by: Takagi, Isamu <[email protected]> * fix find-pkg-share Signed-off-by: Takagi, Isamu <[email protected]> * fix find-pkg-share Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> * fix(static_obstacle_avoidance): ego doesn't keep stopping in unsafe condition (#10242) Signed-off-by: satoshi-ota <[email protected]> * fix(common): fix package name of find-pkg-share (#10135) * fix(common): add missing exec_depend Signed-off-by: Takagi, Isamu <[email protected]> * fix find-pkg-share Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> * feat(control_validator): add diag to check control component latency (#10240) * feat(control_validator): add diag to check control component latency Signed-off-by: satoshi-ota <[email protected]> * fix: missing param Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> * fix(stopline, traffic_light): fix planning factor distance value (#10245) Signed-off-by: Mamoru Sobue <[email protected]> * feat(planning_validator): add diag to check planning component latency (#10241) * feat(planning_validator): add diag to check planning component latency Signed-off-by: satoshi-ota <[email protected]> * fix: relax threshold Signed-off-by: satoshi-ota <[email protected]> * fix: lacking param Signed-off-by: satoshi-ota <[email protected]> * fix: relax threshold Signed-off-by: satoshi-ota <[email protected]> * fix: relax threshold Signed-off-by: satoshi-ota <[email protected]> * fix: add time stamp Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> * fix(compare_map_filter): deadlock bug fix (#10222) * fix(compare_map_filter): deadlock bug fix Signed-off-by: badai-nguyen <[email protected]> * fix: change to lock_guard Signed-off-by: badai-nguyen <[email protected]> * fix: CI error Signed-off-by: badai-nguyen <[email protected]> * reduce scope of mutex Signed-off-by: badai-nguyen <[email protected]> * refactor Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: add missing mutex for map_grid_size_x Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> * feat(autoware_planning_factor_interface): remove from universe (#10243) feat(autoware_planning_factor_interface): porting autoware_planning_factor_interface to Autoware Core Signed-off-by: liuXinGangChina <[email protected]> * fix(out_of_lane): fix condition to keep using previous stop pose within some time buffer (#10140) Signed-off-by: Maxime CLEMENT <[email protected]> * feat(planning_factor): support new cruise planner's factor (#10229) * support cruise planner's factor Signed-off-by: Kento Yabuuchi <[email protected]> * not slowdown but slow_down Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix(obstacle_cruise_planner): ignore invalid stopping objects (#10227) * ignore not specified stopping objects Signed-off-by: Kento Yabuuchi <[email protected]> * change debug print level Signed-off-by: Kento Yabuuchi <[email protected]> * add ahead_stopped prameter Signed-off-by: Kento Yabuuchi <[email protected]> * rename ahead_stopped -> side_stopped Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix(tier4_planning_launch): remap topics for path_generator (#10249) remap topics for path_generator Signed-off-by: mitukou1109 <[email protected]> * feat(control_evaluator): add a new stop_deviation metric (#10246) * add metric of stop_deviation Signed-off-by: t4-adc <[email protected]> * fix bug Signed-off-by: t4-adc <[email protected]> * remove unused include. Signed-off-by: t4-adc <[email protected]> * add unit test and schema Signed-off-by: t4-adc <[email protected]> * pre-commit Signed-off-by: t4-adc <[email protected]> * update planning_evaluator schema Signed-off-by: t4-adc <[email protected]> --------- Signed-off-by: t4-adc <[email protected]> Co-authored-by: t4-adc <[email protected]> * fix(obstacle_stop): accounting for vehicle bumper length when handling point-cloud stop points (#10250) * fix for point-cloud stop point * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore: update CODEOWNERS (#10234) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * fix(path_optimizer): remove unnecesary optional (#10181) Signed-off-by: Takayuki Murooka <[email protected]> * fix(autoware_mpc_lateral_controller): replace Eigen::VectorXd with Eigen::Vector3d for state representation (#10235) * fix(autoware_mpc_lateral_controller): replace Eigen::VectorXd with Eigen::Vector3d for state representation Signed-off-by: kyoichi-sugahara <[email protected]> * docs(autoware_mpc_lateral_controller): update comments for state representation and discretization considerations Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]> * chore(perception): refactor perception launch (#10186) * fundamental change Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * fix typo Signed-off-by: MasatoSaeki <[email protected]> * fix params and modify some packages Signed-off-by: MasatoSaeki <[email protected]> * pre-commit Signed-off-by: MasatoSaeki <[email protected]> * fix Signed-off-by: MasatoSaeki <[email protected]> * fix spell check Signed-off-by: MasatoSaeki <[email protected]> * fix typo Signed-off-by: MasatoSaeki <[email protected]> * integrate model and label path Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * for pre-commit Signed-off-by: MasatoSaeki <[email protected]> * run pre-commit Signed-off-by: MasatoSaeki <[email protected]> * for awsim Signed-off-by: MasatoSaeki <[email protected]> * for simulatior Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * fix grammer in launcher Signed-off-by: MasatoSaeki <[email protected]> * add schema for yolox_tlr Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * fix file name Signed-off-by: MasatoSaeki <[email protected]> * fix Signed-off-by: MasatoSaeki <[email protected]> * rename Signed-off-by: MasatoSaeki <[email protected]> * modify arg name to Signed-off-by: MasatoSaeki <[email protected]> * fix typo Signed-off-by: MasatoSaeki <[email protected]> * change param name Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * chore Signed-off-by: MasatoSaeki <[email protected]> --------- Signed-off-by: MasatoSaeki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shintaro Tomie <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * fix(dynamic_obstacle_stop): publish processing time when early return (#10254) Signed-off-by: Maxime CLEMENT <[email protected]> * feat(control_validator)!: add overrun check (#10236) Signed-off-by: yuki-takagi-66 <[email protected]> * feat(behavior_path_planner_common): modify drivable area expansion to be able to avoid static objects (#10220) * modify drivable area expansion to avoid static objects Signed-off-by: mohammad alqudah <[email protected]> * rename parameters and update drivable area design md Signed-off-by: mohammad alqudah <[email protected]> * Update planning/behavior_path_planner/autoware_behavior_path_planner_common/docs/behavior_path_planner_drivable_area_design.md Co-authored-by: Maxime CLEMENT <[email protected]> * correct parameters description Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * fix(lane_change_module): fix planning factor issue (#10244) * when computing target lanes, don't include preceding lanes of lane change lane Signed-off-by: mohammad alqudah <[email protected]> * dont insert stop point on target lane if next lc dist buffer is zero Signed-off-by: mohammad alqudah <[email protected]> * return previous module output if LC module status is IDLE Signed-off-by: mohammad alqudah <[email protected]> * disable faulty test Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]> * fix(autoware_mission_planner_universe): add explicit test dependency (#10261) Signed-off-by: Mete Fatih Cırıt <[email protected]> * feat(planning_validator): add yaw deviation metric (#10258) Signed-off-by: Maxime CLEMENT <[email protected]> * fix(autoware_behavior_path_planner_common): add explicit test dependency (#10262) Signed-off-by: Mete Fatih Cırıt <[email protected]> * feat(autoware_route_handler)!: port autoware_route_handler to Autoware Core (#10255) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix(autoware_universe_utils): fix procedure to check if point is on edge (#10260) * fix procedure to check if point is on edge Signed-off-by: mitukou1109 <[email protected]> * add test cases Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * fix(static_obstacle_avoidance): turn signal chattering (#10202) Signed-off-by: satoshi-ota <[email protected]> * feat(out_of_lane): add option to use stop lines defined in the vector map (#9584) Signed-off-by: Maxime CLEMENT <[email protected]> * fix(goal_planner): invert lane boundary of neighbor opposite lanelets when generating departure check lane (#10207) * fix(goal_planner): invert lane boundary of neighbor opposite lanelets when generating departure check lane Signed-off-by: Mert Çolak <[email protected]> * remove unnecessary loop Signed-off-by: Mert Çolak <[email protected]> --------- Signed-off-by: Mert Çolak <[email protected]> * docs(goal_planner): update README (#10263) Signed-off-by: Mamoru Sobue <[email protected]> * fix(ndt_scan_matcher): fix the covariance calculation (#10252) Fix the covariance calculation Signed-off-by: Anh Nguyen <[email protected]> * feat: add build-and-test-packages-above-differential.yaml and packages_above.repos (#9854) Signed-off-by: Takayuki Murooka <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> * feat: adaption to ROS nodes guidelines about directory structure (#10268) Signed-off-by: NorahXiong <[email protected]> * fix(autoware_map_loader): exec name renamed in 24652f8 (#10247) * fix(autoware_map_loader): exec name renamed in 24652f8 Signed-off-by: Grzegorz Głowacki <[email protected]> * restored node name Signed-off-by: Grzegorz Głowacki <[email protected]> --------- Signed-off-by: Grzegorz Głowacki <[email protected]> * fix(out_of_lane): fix object path time collision calculation (#10267) fix collision time calculation Signed-off-by: mohammad alqudah <[email protected]> * fix(obstacle_cruise_planner): fix obstacle filtering logic (#10232) * add absolute Signed-off-by: Kento Yabuuchi <[email protected]> * fix find_yield_cruise_obstacles() calling Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix(segmentation_pointcloud_fusion): fix typo of defaut camera info topic (#10272) fix(segmentation_pointcloud_fusion): typo for defaut camera info topic Signed-off-by: badai-nguyen <[email protected]> * fix(goal_planner): ignore use bus_stop_area flag if there are no BusStopArea on the pull over lanes (#10274) Signed-off-by: Mamoru Sobue <[email protected]> * refactor(multi_object_tracker): internal message driven process (#10203) * refactor(multi_object_tracker): streamline input channel configuration handling feat(multi_object_tracker): introduce InputChannel struct for input channel configuration refactor(multi_object_tracker): improve marker handling and initialization in TrackerObjectDebugger feat(multi_object_tracker): enhance InputChannel with trust flags for object properties refactor(multi_object_tracker): remove unused channel_size parameter from tracker constructors feat(multi_object_tracker): update InputChannel flags to trust object extension and classification fix(multi_object_tracker): replace channel.index with channel_index for consistency feat(multi_object_tracker): update TrackerObjectDebugger and TrackerProcessor to accept channels_config parameter refactor(multi_object_tracker): remove redundant existence probability initialization from tracker constructors feat(multi_object_tracker): integrate data association into TrackerProcessor and add associate method feat(multi_object_tracker): enhance updateWithMeasurement to include channel_info for improved classification handling refactor(multi_object_tracker): replace object_id with uuid in DynamicObject and related classes fix(multi_object_tracker): update UUID handling in Tracker to use uuid_msg for consistency refactor(multi_object_tracker): simplify pose and covariance handling in tracker classes refactor(multi_object_tracker): replace pose_with_covariance with separate pose and covariance attributes in DynamicObject refactor: remove z state from tracker. it will uses object state refactor(multi_object_tracker): streamline object handling in trackers and remove unnecessary shape processing refactor(multi_object_tracker): remove z position handling from trackers and update object kinematics structure refactor(multi_object_tracker): remove BoundingBox structure from trackers and implement object extension limits refactor(multi_object_tracker): remove unnecessary blank lines in tracker getTrackedObject methods refactor(multi_object_tracker): simplify input channel configuration by removing trust flags and consolidating parameters Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): use const reference in loop and simplify tracker update logic Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): update shape handling and streamline object tracking logic Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): update shape handling to use geometry_msgs::msg::Point for anchor vectors Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): modify getNearestCornerOrSurface function signature and update related logic Signed-off-by: Taekjin LEE <[email protected]> refactor(multi_object_tracker): remove self_transform parameter from measure and update methods refactor(multi_object_tracker): update calcAnchorPointOffset function signature and streamline object handling refactor(multi_object_tracker): set shape type to BOUNDING_BOX for object trackers --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(docker-build-test-tidy-pr.yaml): use `step-security/changed-files` action instead (#10279) use step-security Signed-off-by: Yutaka Kondo <[email protected]> * feat(traffic_light_classifier): update diagnostics when harsh backlight is detected (#10218) feat: update diagnostics when harsh backlight is detected Signed-off-by: ktro2828 <[email protected]> * fix(obstacle stop/slow_down): early return without point cloud (#10289) * fix(obstacle stop/slow_down): early return without point cloud Signed-off-by: Takayuki Murooka <[email protected]> * update maintainer Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]> * fix(obstacle_stop): use max_lat_margin_against_unknown only for predicted object (#10269) Signed-off-by: Takayuki Murooka <[email protected]> * fix(autoware_multi_object_tracker): unknown object orientation (#10286) * fix(unknown_tracker): update object pose orientation and streamline uncertainty modeling in input manager Signed-off-by: Taekjin LEE <[email protected]> * fix(object_model): correct bounding box calculation by initializing limits and including min_z Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]> * feat: apply splitting of autoware_utils_geometry (#10270) * fix build error Signed-off-by: Takagi, Isamu <[email protected]> * merge namespace Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> * fix(behavior_velocity_planner): planning factor integration (#10292) * fix: blind_spot Signed-off-by: satoshi-ota <[email protected]> * fix: crosswalk Signed-off-by: satoshi-ota <[email protected]> * fix: detection_area Signed-off-by: satoshi-ota <[email protected]> * fix: intersection Signed-off-by: satoshi-ota <[email protected]> * fix: no_drivable_lane Signed-off-by: satoshi-ota <[email protected]> * fix: no_stopping_area Signed-off-by: satoshi-ota <[email protected]> * fix: run_out Signed-off-by: satoshi-ota <[email protected]> * fix: stop_line Signed-off-by: satoshi-ota <[email protected]> * fix: traffic_light Signed-off-by: satoshi-ota <[email protected]> * fix: virtual_traffic_light Signed-off-by: satoshi-ota <[email protected]> * fix: walk_way Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> * feat!: replace VelocityLimit messages with autoware_internal_planning_msgs (#10273) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * feat(autoware_cuda_pointcloud_preprocessor): a cuda-accelerated pointcloud preprocessor (#9454) * feat: moved the cuda pointcloud preprocessor and organized from a personal repository Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed incorrect links Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed dead links pt2 Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed spelling errors Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: json schema fixes Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed comments and filled the fields Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: fixed the adapter for the case when the number of points in the pointcloud changes after the first iteration Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: used the cuda host allocators for aster host to device copies Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/docs/cuda-pointcloud-preprocessor.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/docs/cuda-pointcloud-preprocessor.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/README.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/README.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Max Schmeller <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * chore: fixed code compilation to reflect Hirabayashi-san's memory pool proposal Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: generalized the number of crop boxes. For two at least, the new approach is actually faster Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: updated config, schema, and handled the null case in a specialized way Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: moving the pointcloud organization into gpu Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: reimplemented the organized pointcloud adapter in cuda. the only bottleneck is the H->D copy Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed redundant ternay operator Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added a temporary memory check. the check will be unified in a later PR Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: refactored the structure to avoid large files Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: updated the copyright year Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: fixed a bug in the undistortion kernel setup. validated it comparing it with the baseline Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed unused packages Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed mentions of the removed adapter Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed missing autoware prefix Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: missing assignment in else branch Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added cuda/nvcc debug flags on debug builds Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: refactored parameters for the undistortion settings Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed unused headers Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: changed default crop box to no filtering at all Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: added missing restrict keyword Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: spells Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed default destructor Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: ocd activated (spelling) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed the schema Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: improved readibility Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added dummy crop box Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added new repositories to ansible Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: CI/CD Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: more CI/CD Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: mode CI/CD. some linters are conflicting Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * style(pre-commit): autofix * chore: ignoring uncrustify Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: ignoring more uncrustify Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: missed one more uncrustify exception Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added meta dep Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Co-authored-by: Max Schmeller <[email protected]> Co-authored-by: Manato Hirabayashi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Amadeusz Szymko <[email protected]> * feat(autoware_cuda_pointcloud_preprocessor): a cuda-accelerated pointcloud preprocessor (#9454) * feat: moved the cuda pointcloud preprocessor and organized from a personal repository Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed incorrect links Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed dead links pt2 Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed spelling errors Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: json schema fixes Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed comments and filled the fields Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: fixed the adapter for the case when the number of points in the pointcloud changes after the first iteration Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: used the cuda host allocators for aster host to device copies Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/docs/cuda-pointcloud-preprocessor.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/docs/cuda-pointcloud-preprocessor.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/README.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/README.md Co-authored-by: Max Schmeller <[email protected]> * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Max Schmeller <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcloud_preprocessor/cuda_pointcloud_preprocessor.cu Co-authored-by: Manato Hirabayashi <[email protected]> * style(pre-commit): autofix * chore: fixed code compilation to reflect Hirabayashi-san's memory pool proposal Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: generalized the number of crop boxes. For two at least, the new approach is actually faster Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: updated config, schema, and handled the null case in a specialized way Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: moving the pointcloud organization into gpu Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: reimplemented the organized pointcloud adapter in cuda. the only bottleneck is the H->D copy Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed redundant ternay operator Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added a temporary memory check. the check will be unified in a later PR Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: refactored the structure to avoid large files Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: updated the copyright year Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: fixed a bug in the undistortion kernel setup. validated it comparing it with the baseline Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed unused packages Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed mentions of the removed adapter Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed missing autoware prefix Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: missing assignment in else branch Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added cuda/nvcc debug flags on debug builds Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: refactored parameters for the undistortion settings Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed unused headers Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: changed default crop box to no filtering at all Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: added missing restrict keyword Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: spells Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: removed default destructor Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: ocd activated (spelling) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed the schema Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: improved readibility Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added dummy crop box Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added new repositories to ansible Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: CI/CD Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: more CI/CD Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: mode CI/CD. some linters are conflicting Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * style(pre-commit): autofix * chore: ignoring uncrustify Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: ignoring more uncrustify Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: missed one more uncrustify exception Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added meta dep Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Co-authored-by: Max Schmeller <[email protected]> Co-authored-by: Manato Hirabayashi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Amadeusz Szymko <[email protected]> * chore(autoware_cuda_pointcloud_preprocessor): add maintainer (#10297) Signed-off-by: Amadeusz Szymko <[email protected]> * feat(path_optimizer): additional failure logging and failure mode handling (#10276) MRM when MPT fails Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix(autoware_path_optimizer): hotfix for wrong logic triggering MRM on start in 3 seconds (#10305) fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix(safety_check): set safety condition properly (#10307) Signed-off-by: satoshi-ota <[email protected]> * chore: rename from `autoware.universe` to `autoware_universe` (#10306) Signed-off-by: Yutaka Kondo <[email protected]> * feat(autoware_pointcloud_preprocessor): add missing vehicle msg depency (#10313) feat(auotawre_pointcloud_preprocessor): add missing vehicle msg depency Signed-off-by: Maxime CLEMENT <[email protected]> * fix(autoware_behavior_path_static_obstacle_avoidance_module): blinker bug in static obstacle avoidance (#10303) fix Signed-off-by: Y.Hisaki <[email protected]> * refactor(control): remove unimplemented function declarations (#10314) remove unimplemented function declarations Signed-off-by: Autumn60 <[email protected]> * fix(autoware_carla_interface): improve lateral control tracking (#10312) Convert steer angle to actuator command, model steering with first order dynamics, and update the steer_map.csv Signed-off-by: Steven Brills <[email protected]> * chore: bump version 0.43.0 (#10318) Signed-off-by: Hayato Mizushima <[email protected]> * chore(build_depends_humble): update dependencies Signed-off-by: Mete Fatih Cırıt <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> Signed-off-by: satoshi-ota <[email protected]> Signed-off-by: kosuke55 <[email protected]> Signed-off-by: kyoichi-sugahara <[email protected]> Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: liuXinGangChina <[email protected]> Signed-off-by: vividf <[email protected]> Signed-off-by: Esteve Fernandez <[email protected]> Signed-off-by: mohammad alqudah <[email protected]> Signed-off-by: Takagi, Isamu <[email protected]> Signed-off-by: badai-nguyen <[email protected]> Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: mitukou1109 <[email protected]> Signed-off-by: t4-adc <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: MasatoSaeki <[email protected]> Signed-off-by: yuki-takagi-66 <[email protected]> Signed-off-by: Mete Fatih Cırıt <[email protected]> Signed-off-by: Ryohsuke Mitsudome <[email protected]> Signed-off-by: Mert Çolak <[email protected]> Signed-off-by: Anh Nguyen <[email protected]> Signed-off-by: NorahXiong <[email protected]> Signed-off-by: Grzegorz Głowacki <[email protected]> Signed-off-by: Taekjin LEE <[email protected]> Signed-off-by: Yutaka Kondo <[email protected]> Signed-off-by: ktro2828 <[email protected]> Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Signed-off-by: Amadeusz Szymko <[email protected]> Signed-off-by: Arjun Jagdish Ram <[email protected]> Signed-off-by: Y.Hisaki <[email protected]> Signed-off-by: Autumn60 <[email protected]> Signed-off-by: Steven Brills <[email protected]> Signed-off-by: Hayato Mizushima <[email protected]> Co-authored-by: Yi-Hsiang Fang (Vivid) <[email protected]> Co-authored-by: Kento Yabuuchi <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Kyoichi Sugahara <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> Co-authored-by: 心刚 <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]> Co-authored-by: mkquda <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: badai nguyen <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Mitsuhiro Sakamoto <[email protected]> Co-authored-by: Kem (TiankuiXian) <[email protected]> Co-authored-by: t4-adc <[email protected]> Co-authored-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Masato Saeki <[email protected]> Co-authored-by: Shintaro Tomie <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> Co-authored-by: Yuki TAKAGI <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Mert Çolak <[email protected]> Co-authored-by: Anh Nguyen <[email protected]> Co-authored-by: NorahXiong <[email protected]> Co-authored-by: ralwing <[email protected]> Co-authored-by: Taekjin LEE <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> Co-authored-by: Kotaro Uetake <[email protected]> Co-authored-by: Max Schmeller <[email protected]> Co-authored-by: Manato Hirabayashi <[email protected]> Co-authored-by: Amadeusz Szymko <[email protected]> Co-authored-by: Yukinari Hisaki <[email protected]> Co-authored-by: Autumn60 <[email protected]> Co-authored-by: stevenbrills <[email protected]> Co-authored-by: Hayato Mizushima <[email protected]>
1 parent e24cd1e commit cbfbb14

File tree

916 files changed

+25281
-21825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

916 files changed

+25281
-21825
lines changed

.github/CODEOWNERS

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ common/autoware_auto_common/** [email protected] [email protected] shumpei.w
44
common/autoware_component_interface_specs_universe/** [email protected] [email protected]
55
common/autoware_component_interface_tools/** [email protected]
66
common/autoware_component_interface_utils/** [email protected] [email protected]
7+
common/autoware_cuda_dependency_meta/** [email protected]
78
89
common/autoware_global_parameter_loader/** [email protected]
910
common/autoware_glog_component/** [email protected]
1011
common/autoware_goal_distance_calculator/** [email protected]
1112
common/autoware_grid_map_utils/** [email protected]
12-
common/autoware_object_recognition_utils/** [email protected] [email protected]
1313
common/autoware_path_distance_calculator/** [email protected]
1414
common/autoware_polar_grid/** [email protected]
1515
@@ -25,7 +25,7 @@ control/autoware_control_validator/** [email protected] makoto.kurihara@
2525
2626
2727
control/autoware_lane_departure_checker/** [email protected] [email protected] [email protected]
28-
control/autoware_mpc_lateral_controller/** [email protected] [email protected] [email protected]
28+
2929
3030
control/autoware_operation_mode_transition_manager/** [email protected] [email protected] [email protected]
3131
control/autoware_pid_longitudinal_controller/** [email protected] [email protected] [email protected] [email protected]
@@ -128,7 +128,6 @@ planning/autoware_obstacle_cruise_planner/** [email protected] kosuke.takeuchi@
128128
129129
planning/autoware_path_optimizer/** [email protected] [email protected] [email protected]
130130
planning/autoware_path_smoother/** [email protected] [email protected]
131-
planning/autoware_planning_factor_interface/** [email protected] [email protected]
132131
planning/autoware_planning_topic_converter/** [email protected] [email protected] [email protected]
133132
planning/autoware_planning_validator/** [email protected] [email protected]
134133
planning/autoware_remaining_distance_time_calculator/** [email protected]
@@ -206,7 +205,7 @@ system/autoware_default_adapi_helpers/autoware_automatic_pose_initializer/** isa
206205
system/autoware_diagnostic_graph_aggregator/** [email protected] [email protected]
207206
system/autoware_diagnostic_graph_utils/** [email protected] [email protected]
208207
system/autoware_dummy_diag_publisher/** [email protected] [email protected]
209-
system/autoware_dummy_infrastructure/** [email protected] [email protected]
208+
system/autoware_dummy_infrastructure/** [email protected] [email protected] [email protected] ryohsuke.mitsudome@tier4.jp takeshi.miura@tier4.jp
210209
211210
system/autoware_hazard_status_converter/** [email protected] [email protected]
212211
system/autoware_mrm_comfortable_stop_operator/** [email protected] [email protected] [email protected]

.github/sync-files.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
dest: mkdocs.yaml
4747
pre-commands: |
4848
sd "Autoware Documentation" "Autoware Universe Documentation" {source}
49-
sd "autoware-documentation" "autoware.universe" {source}
50-
sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.universe" {source}
49+
sd "autoware-documentation" "autoware_universe" {source}
50+
sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware_universe" {source}
5151
sd "/edit/main/docs/" "/edit/main/" {source}
5252
sd "docs_dir: .*" "docs_dir: ." {source}
5353
sd "assets/(\w+)" "docs/assets/\$1" {source}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
name: build-and-test-packages-above-differential
2+
3+
on:
4+
workflow_call:
5+
inputs:
6+
container:
7+
required: true
8+
type: string
9+
runner:
10+
default: ubuntu-24.04
11+
required: false
12+
type: string
13+
rosdistro:
14+
default: humble
15+
required: false
16+
type: string
17+
run-condition:
18+
default: true
19+
required: false
20+
type: boolean
21+
container-suffix:
22+
required: false
23+
default: ""
24+
type: string
25+
build-pre-command:
26+
required: false
27+
default: ""
28+
type: string
29+
secrets:
30+
codecov-token:
31+
required: true
32+
33+
env:
34+
CC: /usr/lib/ccache/gcc
35+
CXX: /usr/lib/ccache/g++
36+
37+
jobs:
38+
build-and-test-packages-above-differential:
39+
if: ${{ inputs.run-condition }}
40+
runs-on: ${{ inputs.runner }}
41+
container: ${{ inputs.container }}${{ inputs.container-suffix }}
42+
steps:
43+
- name: Set PR fetch depth
44+
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
45+
shell: bash
46+
47+
- name: Checkout PR branch and all PR commits
48+
uses: actions/checkout@v4
49+
with:
50+
ref: ${{ github.event.pull_request.head.sha }}
51+
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
52+
53+
- name: Show disk space before the tasks
54+
run: df -h
55+
shell: bash
56+
57+
- name: Show machine specs
58+
run: lscpu && free -h
59+
shell: bash
60+
61+
- name: Remove exec_depend
62+
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
63+
64+
- name: Get modified packages
65+
id: get-modified-packages
66+
uses: autowarefoundation/autoware-github-actions/get-modified-packages@v1
67+
68+
- name: Create ccache directory
69+
run: |
70+
mkdir -p ${CCACHE_DIR}
71+
du -sh ${CCACHE_DIR} && ccache -s
72+
shell: bash
73+
74+
- name: Attempt to restore ccache
75+
uses: actions/cache/restore@v4
76+
with:
77+
path: |
78+
/root/.ccache
79+
key: ccache-main-${{ runner.arch }}-${{ inputs.rosdistro }}-${{ github.event.pull_request.base.sha }}
80+
restore-keys: |
81+
ccache-main-${{ runner.arch }}-${{ inputs.rosdistro }}-
82+
83+
- name: Show ccache stats before build and reset stats
84+
run: |
85+
du -sh ${CCACHE_DIR} && ccache -s
86+
ccache --zero-stats
87+
shell: bash
88+
89+
- name: Export CUDA state as a variable for adding to cache key
90+
run: |
91+
build_type_cuda_state=nocuda
92+
if [[ "${{ inputs.container-suffix }}" == "-cuda" ]]; then
93+
build_type_cuda_state=cuda
94+
fi
95+
echo "BUILD_TYPE_CUDA_STATE=$build_type_cuda_state" >> "${GITHUB_ENV}"
96+
echo "::notice::BUILD_TYPE_CUDA_STATE=$build_type_cuda_state"
97+
shell: bash
98+
99+
- name: Prepare build_depends.repos file (main branch)
100+
if: ${{ github.event.pull_request.base.ref == 'main' }}
101+
uses: ./.github/actions/combine-repos-action
102+
with:
103+
base_file: build_depends_humble.repos
104+
overlay_file: build_depends_nightly.repos
105+
output_file: build_depends.repos
106+
107+
- name: Prepare build_depends.repos file (humble branch)
108+
if: ${{ github.event.pull_request.base.ref == 'humble' }}
109+
run: cp build_depends_humble.repos build_depends.repos
110+
shell: bash
111+
112+
- name: Build
113+
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
114+
uses: autowarefoundation/autoware-github-actions/colcon-build@v1
115+
with:
116+
rosdistro: ${{ inputs.rosdistro }}
117+
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
118+
build-depends-repos: build_depends.repos
119+
packages-above-repos: packages_above.repos
120+
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}
121+
build-pre-command: ${{ inputs.build-pre-command }}
122+
123+
- name: Show ccache stats after build
124+
run: du -sh ${CCACHE_DIR} && ccache -s
125+
shell: bash
126+
127+
- name: Test
128+
id: test
129+
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
130+
uses: autowarefoundation/autoware-github-actions/colcon-test@v1
131+
with:
132+
rosdistro: ${{ inputs.rosdistro }}
133+
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
134+
build-depends-repos: build_depends.repos
135+
packages-above-repos: packages_above.repos
136+
137+
- name: Upload coverage to CodeCov
138+
if: ${{ steps.test.outputs.coverage-report-files != '' }}
139+
uses: codecov/codecov-action@v4
140+
with:
141+
files: ${{ steps.test.outputs.coverage-report-files }}
142+
fail_ci_if_error: false
143+
verbose: true
144+
flags: differential${{ inputs.container-suffix }}
145+
token: ${{ secrets.codecov-token }}
146+
147+
- name: Show disk space after the tasks
148+
run: df -h
149+
shell: bash

.github/workflows/build-test-tidy-pr.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Check if relevant files changed
3030
id: check
31-
uses: tj-actions/changed-files@v45
31+
uses: step-security/changed-files@v45
3232
with:
3333
files: |
3434
perception/**
@@ -50,6 +50,17 @@ jobs:
5050
secrets:
5151
codecov-token: ${{ secrets.CODECOV_TOKEN }}
5252

53+
build-and-test-packages-above-differential:
54+
if: ${{ always() }}
55+
needs:
56+
- require-label
57+
uses: ./.github/workflows/build-and-test-packages-above-differential.yaml
58+
with:
59+
container: ghcr.io/autowarefoundation/autoware:universe-devel
60+
run-condition: ${{ needs.require-label.outputs.result == 'true' }}
61+
secrets:
62+
codecov-token: ${{ secrets.CODECOV_TOKEN }}
63+
5364
build-and-test-differential-cuda:
5465
if: ${{ always() }}
5566
needs: check-if-cuda-job-is-needed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autowarefoundation/autoware.universe
1+
autowarefoundation/autoware_universe
22
Copyright 2021 The Autoware Foundation
33

44
This product includes software developed at

0 commit comments

Comments
 (0)