Commit 8c09ffc
chore: sync v0.48.0 (#24)
* test(path_generator): add tests for path cut feature (autowarefoundation#268)
* add map for test
Signed-off-by: mitukou1109 <[email protected]>
* add overpass map
Signed-off-by: mitukou1109 <[email protected]>
* refactor & enhance base test class
Signed-off-by: mitukou1109 <[email protected]>
* add tests
Signed-off-by: mitukou1109 <[email protected]>
* style(pre-commit): autofix
* fix year created
Co-authored-by: Kosuke Takeuchi <[email protected]>
* anonymize test map
Signed-off-by: mitukou1109 <[email protected]>
* style(pre-commit): autofix
* add test map info to README
Signed-off-by: mitukou1109 <[email protected]>
* style(pre-commit): autofix
* make tests work with autoware_trajectory
Signed-off-by: mitukou1109 <[email protected]>
* include necessary header
Signed-off-by: mitukou1109 <[email protected]>
* fix test case
Signed-off-by: mitukou1109 <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: mitukou1109 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_trajectory): fix base_addition callback to work when Trajectory is moved (autowarefoundation#370)
Signed-off-by: Mamoru Sobue <[email protected]>
* feat(trajectory): improve shift function and their documents (autowarefoundation#337)
* feat(trajectory): add populate function
Signed-off-by: Mamoru Sobue <[email protected]>
* update curvature figure for approximation desc
Signed-off-by: Mamoru Sobue <[email protected]>
* update align_orientation_with_trajectory_direction fig
Signed-off-by: Mamoru Sobue <[email protected]>
* finished trajectory classes
Signed-off-by: Mamoru Sobue <[email protected]>
* refactored shift
Signed-off-by: Mamoru Sobue <[email protected]>
* add comment
Signed-off-by: Mamoru Sobue <[email protected]>
* update error message
Signed-off-by: Mamoru Sobue <[email protected]>
---------
Signed-off-by: Mamoru Sobue <[email protected]>
* refactor(autoware_lanelet2_utils)!: move everything to namespace experimental (autowarefoundation#372)
Signed-off-by: Mamoru Sobue <[email protected]>
* refactor(autoware_trajectory)!: move everything to namespace experimetal (autowarefoundation#371)
refactor(autoware_trajectory)!: move everything to namespace experimental
Signed-off-by: Mamoru Sobue <[email protected]>
* feat(trajectory): add pretty_build() function for Planning/Control component node (autowarefoundation#332)
Signed-off-by: Mamoru Sobue <[email protected]>
* feat(path_generator): move generate_path public (autowarefoundation#380)
* feat(path_generator): move generate_path public
Signed-off-by: t4-adc <[email protected]>
* style(pre-commit): autofix
* fix pre-commit
Signed-off-by: t4-adc <[email protected]>
* fix test include path
Signed-off-by: t4-adc <[email protected]>
---------
Signed-off-by: t4-adc <[email protected]>
Co-authored-by: t4-adc <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(path_generator): set both lane IDs to point on border of adjacent lanes (autowarefoundation#384)
set both lane IDs to point on border of adjacent lanes
Signed-off-by: mitukou1109 <[email protected]>
* refactor(autoware_object_recognition_utils): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#385)
use autoware_utils_*
Signed-off-by: Yutaka Kondo <[email protected]>
* refactor(interpolation): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#382)
feat(interpolation): use split autoware utils
Signed-off-by: Takagi, Isamu <[email protected]>
* feat(route_handler): use a cost metric to select start lane (autowarefoundation#357)
* feat(route_handler): use a cost metric to select start lane
Signed-off-by: Mert Çolak <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: Mert Çolak <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore(autoware_kalman_filter): add maintainer (autowarefoundation#381)
* chore(autoware_kalman_filter): add maintainer
Signed-off-by: RyuYamamoto <[email protected]>
* removed the maintainer with an invalid email address.
Signed-off-by: RyuYamamoto <[email protected]>
* added members of the Localization / Mapping team as maintainers.
Signed-off-by: RyuYamamoto <[email protected]>
* removed the duplicate entry.
Signed-off-by: RyuYamamoto <[email protected]>
* fixed the deletion as the wrong entry was removed
Signed-off-by: RyuYamamoto <[email protected]>
---------
Signed-off-by: RyuYamamoto <[email protected]>
* chore: update CODEOWNERS (autowarefoundation#395)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
* refactor(autoware_kalman_filter): rewrite using modern C++ without API breakage (autowarefoundation#346)
* refactor using modern c++
Signed-off-by: Yutaka Kondo <[email protected]>
* remove ctor/dtor
Signed-off-by: Yutaka Kondo <[email protected]>
* precommit
Signed-off-by: Yutaka Kondo <[email protected]>
* use eigen methods
Signed-off-by: Yutaka Kondo <[email protected]>
* Update common/autoware_kalman_filter/include/autoware/kalman_filter/kalman_filter.hpp
---------
Signed-off-by: Yutaka Kondo <[email protected]>
* feat(.devcontainer): introduce development container (autowarefoundation#368)
* create .devcontainer
Signed-off-by: Yutaka Kondo <[email protected]>
* remove remoteUser
Signed-off-by: Yutaka Kondo <[email protected]>
* wip
Signed-off-by: Yutaka Kondo <[email protected]>
* wip
Signed-off-by: Yutaka Kondo <[email protected]>
* remove nvidia
Signed-off-by: Yutaka Kondo <[email protected]>
* fix workspace
Signed-off-by: Yutaka Kondo <[email protected]>
* wip
Signed-off-by: Yutaka Kondo <[email protected]>
* typo
Signed-off-by: Yutaka Kondo <[email protected]>
* install cpptools
Signed-off-by: Yutaka Kondo <[email protected]>
* use core-common-devel
Signed-off-by: Yutaka Kondo <[email protected]>
* Revert "use core-common-devel"
This reverts commit 123fb4d6b419475aef0c196e6558efcbe8bf1b9b.
* change workspace
Signed-off-by: Yutaka Kondo <[email protected]>
* style(pre-commit): autofix
* fix spellcheck
Signed-off-by: Yutaka Kondo <[email protected]>
---------
Signed-off-by: Yutaka Kondo <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(autoware_trajectory): add get_contained_lane_ids function (autowarefoundation#369)
* add get_contained_lane_ids
Signed-off-by: Y.Hisaki <[email protected]>
* add unit test
Signed-off-by: Y.Hisaki <[email protected]>
* remove assert
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* feat(trajectory): define distance threshold and refine restore() without API breakage(in experimental) (autowarefoundation#376)
* feat(trajectory): define distance threshold and refine restore
Signed-off-by: Mamoru Sobue <[email protected]>
* fix spell
Signed-off-by: Mamoru Sobue <[email protected]>
---------
Signed-off-by: Mamoru Sobue <[email protected]>
* fix(autoware_kalman_filter): fixed clang-tidy error (autowarefoundation#379)
* fix(autoware_kalman_filter): fixed clang-tidy error
Signed-off-by: RyuYamamoto <[email protected]>
* remove comment
Signed-off-by: RyuYamamoto <[email protected]>
---------
Signed-off-by: RyuYamamoto <[email protected]>
* chore(autoware_trajectory): relax the warning condition of boundary check (autowarefoundation#393)
* chore(autoware_trajectory): relax the warning condition of boundary check
Signed-off-by: Y.Hisaki <[email protected]>
* tidy
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* fix(autoware_trajectory): avoid nan in align_orientation_with_trajectory_direction (autowarefoundation#398)
* fix(autoware_trajectory): avoid nan in align_orientation_with_trajectory_direction
Signed-off-by: Y.Hisaki <[email protected]>
* tidy
Signed-off-by: Y.Hisaki <[email protected]>
* remove eps
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* feat(autoware_trajectory): improve accuracy of boundary by using binary search (autowarefoundation#391)
* feat(autoware_trajectory): improve accuracy of boundary by using binary search
Signed-off-by: Y.Hisaki <[email protected]>
* add example
Signed-off-by: Y.Hisaki <[email protected]>
* Update common/autoware_trajectory/src/utils/find_intervals.cpp
Co-authored-by: Kosuke Takeuchi <[email protected]>
* Update common/autoware_trajectory/src/utils/find_intervals.cpp
Co-authored-by: Yutaka Kondo <[email protected]>
* define macro for avoiding compiler error
Signed-off-by: Y.Hisaki <[email protected]>
* add unit test
Signed-off-by: Y.Hisaki <[email protected]>
* use flag instead of optional
Signed-off-by: Y.Hisaki <[email protected]>
* add missing include
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix: autoware_path_generator, missing parameters in config file (autowarefoundation#362)
fix::autoware_path_generator::missing parameters in config file
Signed-off-by: liuXinGangChina <[email protected]>
* refactor(autoware_qp_interface): rewrite using modern C++ without API breakage (autowarefoundation#400)
* perf(objects_of_interest_interface): skip publishing if no subscription (autowarefoundation#413)
* chore(autoware_trajectory): fix CMake to work with differential build (autowarefoundation#420)
Signed-off-by: Mamoru Sobue <[email protected]>
* ci: add build-and-test-differential above job (autowarefoundation#408)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_test_utils): fix deprecated autoware_utils header (autowarefoundation#415)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* fix autoware_utils packages
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_ground_filter): fix deprecated autoware_utils header (autowarefoundation#417)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* fix autoware_utils packages
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Junya Sasaki <[email protected]>
* fix(autoware_crop_box_filter): fix deprecated autoware_utils header (autowarefoundation#418)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(autoware_motion_velocity_planner): point-cloud clustering optimization (autowarefoundation#409)
* Core changes for point-cloud maksing and clustering
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
* Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/include/autoware/motion_velocity_planner_common/planner_data.hpp
Co-authored-by: Yutaka Kondo <[email protected]>
* fix
---------
Signed-off-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: Yutaka Kondo <[email protected]>
* fix(autoware_mission_planner): fix deprecated autoware_utils header (autowarefoundation#421)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_simple_pure_pursuit): fix deprecated autoware_utils header (autowarefoundation#416)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* fix autoware_utils packages
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_ekf_localizer): fix deprecated autoware_utils header (autowarefoundation#412)
* fix autoware_utils import
Signed-off-by: a-maumau <[email protected]>
* fix autoware_utils packages
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
* refactor(motion_utils): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#383)
* feat(interpolation): use split autoware utils
Signed-off-by: Takagi, Isamu <[email protected]>
* feat(motion_utils): use split autoware utils
Signed-off-by: Takagi, Isamu <[email protected]>
---------
Signed-off-by: Takagi, Isamu <[email protected]>
* feat: add dense centerline map (autowarefoundation#399)
* Add map of dense centerline
Signed-off-by: yukage-oya <[email protected]>
* style(pre-commit): autofix
* Correction of README.md
Signed-off-by: yukage-oya <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: yukage-oya <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_ekf_localizer): modified log output section to use warning_message and throttle (autowarefoundation#374)
* fix(autoware_ekf_localizer): Modified log output section to use warning_message and throttle
Signed-off-by: RyuYamamoto <[email protected]>
* use constexpr and string_view
Signed-off-by: RyuYamamoto <[email protected]>
---------
Signed-off-by: RyuYamamoto <[email protected]>
* feat(autoware_trajectory): enable downcast from Trajectory<Point> to Trajectory<Pose> (autowarefoundation#430)
* feat(autoware_trajectory): enable downcast from Trajectory<Point> to Trajectory<Pose>
Signed-off-by: Y.Hisaki <[email protected]>
* add test
Signed-off-by: Y.Hisaki <[email protected]>
* fix test
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* feat(autoware_path_generator): add smooth goal connection (autowarefoundation#394)
Signed-off-by: Y.Hisaki <[email protected]>
* fix(autoware_velocity_smoother): fix deprecated autoware_utils header (autowarefoundation#424)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* add header for timekeeper
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(route_handler, QC): add overload of get_shoulder_lanelet_sequence (autowarefoundation#431)
feat(route_handler): add get_shoulder_lanelet_sequence
Signed-off-by: Mamoru Sobue <[email protected]>
* refactor(path_generator): avoid using non-API functions (autowarefoundation#432)
* avoid using lanelet::geometry::internal functions
Signed-off-by: mitukou1109 <[email protected]>
* use meaningful struct instead of pair
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
* feat(behavior_velocity_planner)!: only wait for the required subscriptions (autowarefoundation#433)
Signed-off-by: Takayuki Murooka <[email protected]>
* feat(behavior_velocity_planner): extend stop line to path bound (autowarefoundation#367)
* extend stop line to path bound
Signed-off-by: mitukou1109 <[email protected]>
* change signature of stop line extension function
Signed-off-by: mitukou1109 <[email protected]>
* add tests for extendSegmentToBounds
Signed-off-by: mitukou1109 <[email protected]>
* add tests for getEgoAndStopPoint
Signed-off-by: mitukou1109 <[email protected]>
* avoid using non-API function
Signed-off-by: mitukou1109 <[email protected]>
* add doxygen comment
Signed-off-by: mitukou1109 <[email protected]>
* add test case for extendSegmentToBounds
Signed-off-by: mitukou1109 <[email protected]>
* deprecate extendLine() instead of removing it
Signed-off-by: mitukou1109 <[email protected]>
* restore parameters for extend_path
Signed-off-by: kosuke55 <[email protected]>
* remove deprecated for ci build of universe
Signed-off-by: kosuke55 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: kosuke55 <[email protected]>
* feat(route_handler): remove only_route_lanes = false usage (autowarefoundation#450)
Signed-off-by: Mamoru Sobue <[email protected]>
* test(autoware_gnss_poser): add unit tests (autowarefoundation#414)
* test(autoware_gnss_poser): add unit tests
Signed-off-by: NorahXiong <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* refactor(bvp_common, QC): deprecate checkCollision() (autowarefoundation#429)
Signed-off-by: Mamoru Sobue <[email protected]>
* fix(velocity_smoother): prevent access when vector is empty (autowarefoundation#438)
add empty check
Signed-off-by: mitukou1109 <[email protected]>
* chore(autoware_trajectory): update includes to maintain backward compatibility (autowarefoundation#455)
Signed-off-by: Y.Hisaki <[email protected]>
* fix(route_handler): getCenterLinePath with cropping waypoints (autowarefoundation#378)
Signed-off-by: Takayuki Murooka <[email protected]>
* chore: bump up version to 1.1.0 (autowarefoundation#462) (autowarefoundation#464)
Signed-off-by: Yutaka Kondo <[email protected]>
* feat(behavior_velocity_planner)!: remove unused function extendLine (autowarefoundation#457)
* remove unused function
Signed-off-by: mitukou1109 <[email protected]>
* remove unused parameter
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
* feat(autoware_lanelet2_utils): refactor stop line retrieval functions into lanelet2_utils (autowarefoundation#327)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mamoru Sobue <[email protected]>
* feat(autoware_trajectory): enhance shift flexibility (autowarefoundation#456)
* feat(autoware_trajectory): enhance shift flexibility
Signed-off-by: Y.Hisaki <[email protected]>
* add test
Signed-off-by: Y.Hisaki <[email protected]>
* fix spell miss
Signed-off-by: Y.Hisaki <[email protected]>
* remove unused
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* fix: deprecation of .h files in message_filters (autowarefoundation#467)
* fix: deprecation of .h files in message_filters
Signed-off-by: Tim Clephas <[email protected]>
* Update perception/autoware_ground_filter/include/autoware/ground_filter/node.hpp
Signed-off-by: Tim Clephas <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
---------
Signed-off-by: Tim Clephas <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_motion_velocity_planner): fix deprecated autoware_utils header (autowarefoundation#444)
Signed-off-by: a-maumau <[email protected]>
* refactor(autoware_obect_recognition_utils): rewrite using modern C++ without API breakage (autowarefoundation#396)
Signed-off-by: Yutaka Kondo <[email protected]>
* fix(autoware_simple_pure_pursuit): fix path follower lateral deviation (autowarefoundation#425)
* fix::autoware_simple_pure_pursuit::fix path follower lateral deviation, v0.0
Signed-off-by: liuXinGangChina <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: liuXinGangChina <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_ekf_localizer): use constexpr and string_view (autowarefoundation#435)
* fix(autoware_ekf_localizer) use constexpr and string_view
Signed-off-by: RyuYamamoto <[email protected]>
* add std::string_view header
Signed-off-by: RyuYamamoto <[email protected]>
* add std::string header
Signed-off-by: RyuYamamoto <[email protected]>
---------
Signed-off-by: RyuYamamoto <[email protected]>
* fix(autoware_planning_topic_converter): fix deprecated autoware_utils header (autowarefoundation#447)
fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* fix(autoware_planning_factor_interface): removed unused autoware_utils (autowarefoundation#440)
removed unused autoware_utils
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_behavior_velocity_planner): fix deprecated autoware_utils header (autowarefoundation#442)
Signed-off-by: a-maumau <[email protected]>
* fix(autoware_motion_velocity_obstacle_stop_module): fix deprecated autoware_utils header (autowarefoundation#443)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_motion_velocity_planner_common): fix deprecated autoware_utils header (autowarefoundation#445)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* add missing header
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (autowarefoundation#448)
fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* fix(route_handler): fix error message for the route planning failure (autowarefoundation#463)
* fix(route_handler): fix error message for the route planning failure
Signed-off-by: Takayuki Murooka <[email protected]>
* use stringstream
Signed-off-by: Takayuki Murooka <[email protected]>
---------
Signed-off-by: Takayuki Murooka <[email protected]>
* fix(autoware_motion_velocity_obstacle_stop_module): fix for mishandling lateral-distance (autowarefoundation#452)
* Fix for mishandling lateral-distance
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
* Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/src/utils.cpp
Co-authored-by: Yutaka Kondo <[email protected]>
---------
Signed-off-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: Yutaka Kondo <[email protected]>
* fix(stop_line): check linked lane id of stop line (autowarefoundation#468)
* fix bug of stop_line module
Signed-off-by: Y.Hisaki <[email protected]>
* remove unused function
Signed-off-by: Y.Hisaki <[email protected]>
* modify based on review
Signed-off-by: Y.Hisaki <[email protected]>
---------
Signed-off-by: Y.Hisaki <[email protected]>
* fix(autoware_simple_pure_pursuit): fix document (autowarefoundation#473)
fix deadlink
Signed-off-by: Y.Hisaki <[email protected]>
* fix(behavior_velocity_planner_common): support overlap lane (autowarefoundation#472)
Signed-off-by: Y.Hisaki <[email protected]>
* feat(autoware_lanelet2_map_visualizer): porting autoware_lanelet2_map_visualizer from autoware_universe (autowarefoundation#428)
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* feat(autoware_gyro_odometer): porting the package from Autoware Universe (autowarefoundation#423)
Signed-off-by: suchang <[email protected]>
* fix(behavior_velocity_planner_common): fix argument type of findCollisionSegment (autowarefoundation#474)
Signed-off-by: Y.Hisaki <[email protected]>
* feat(build-and-test*): build and test on ROS 2 Jazzy too (autowarefoundation#476)
Signed-off-by: Yutaka Kondo <[email protected]>
* feat: add autoware_perception_objects_converter (autowarefoundation#458)
Signed-off-by: suchang <[email protected]>
Co-authored-by: suchang <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(path_generator): add missing autoware planning msgs (autowarefoundation#480)
* fix: tf2 uses hpp headers in rolling (and is backported) (autowarefoundation#483)
* tf2 uses hpp headers in rolling (and is backported)
Signed-off-by: Tim Clephas <[email protected]>
* fixup! tf2 uses hpp headers in rolling (and is backported)
Signed-off-by: Tim Clephas <[email protected]>
---------
Signed-off-by: Tim Clephas <[email protected]>
* fix(autoware_test_utils): fix linking to yaml-cpp (autowarefoundation#315)
* Fix linking to yaml-cpp
Signed-off-by: Shane Loretz <[email protected]>
* Remove find_package(yaml_cpp_vendor...)
Signed-off-by: Shane Loretz <[email protected]>
* wip
Signed-off-by: Yutaka Kondo <[email protected]>
---------
Signed-off-by: Shane Loretz <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* docs(path_generator): replace flowchart with raw plantuml code (autowarefoundation#482)
* add flowchart
* style(pre-commit): autofix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_behavior_velocity_planner_common): fix deprecated autoware_utils header (autowarefoundation#441)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* fix to autoware_utils_debug
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(autoware_euclidean_cluster_object_detector): port autoware_euclidean_cluster to autoware.core (autowarefoundation#460)
Signed-off-by: liuXinGangChina <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* docs(simple_pure_pursuit): add flowchart (autowarefoundation#481)
* add flowchart
* add default value to parameter schema
* fix parameter schema
---------
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* test(autoware_lanelet2_map_visualization): add unit test code (autowarefoundation#477)
Signed-off-by: BangLiuChina <[email protected]>
* chore: update CODEOWNERS (autowarefoundation#475)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
* fix(autoware_route_handler): fix deprecated autoware_utils header (autowarefoundation#446)
* fix autoware_utils header
Signed-off-by: a-maumau <[email protected]>
* style(pre-commit): autofix
* fix to autoware_utils_geometry
Signed-off-by: a-maumau <[email protected]>
---------
Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(autoware_lanelet2_utils): refactor interpolation and extrapolation for lanelet2 points and line (autowarefoundation#373)
* task 1
* style(pre-commit): autofix
* completed all task, change all function to reutn optional point
* Added getLineStringFromArcLength and get_pose_from_2d_arc_length
* remove unnecessary functions
* fixed some review
* temp
* fix conflict
* review fix
* style(pre-commit): autofix
* fixed unused function in header
* fixed review and cleaned up unnecessary variable
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(vehicle_info_utils): customizable margins to vehicle footprint (autowarefoundation#471)
Signed-off-by: Zulfaqar Azmi <[email protected]>
* chore: add autoware_tools to packages_above.repos (autowarefoundation#489)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Junya Sasaki <[email protected]>
* chore: no longer support ROS 2 Galactic (autowarefoundation#492)
* feat(obstacle_stop_module): maintain larger stop distance for opposing traffic (autowarefoundation#451)
* Opposing traffic handling
* Changes to core params
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* fixes
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: Arjun Jagdish Ram <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(autoware_downsample_filters): re-implementation pointcloud downsample filters according to autoware_pointcloud_preprocessor in autoware_universe (autowarefoundation#459)
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* feat!: remove obstacle_stop_planner and obstacle_cruise_planner (autowarefoundation#495)
* feat: remove obstacle_stop_planner and obstacle_cruise_planner
Signed-off-by: Takayuki Murooka <[email protected]>
* update
Signed-off-by: Takayuki Murooka <[email protected]>
* fix
Signed-off-by: Takayuki Murooka <[email protected]>
---------
Signed-off-by: Takayuki Murooka <[email protected]>
* fix(path_generator): fix crop range when waypoints exist (autowarefoundation#461)
* fix crop range when waypoints exist
Signed-off-by: mitukou1109 <[email protected]>
* add get_arc_length_on_path function
Signed-off-by: mitukou1109 <[email protected]>
* fix handling of waypoints on overlapping lanes
Signed-off-by: mitukou1109 <[email protected]>
* check for self-intersections of bounds of lanelets extended outside route
Signed-off-by: mitukou1109 <[email protected]>
* fix cropping at goal
Signed-off-by: mitukou1109 <[email protected]>
* fix cropping trajectory
Signed-off-by: mitukou1109 <[email protected]>
* add comments about lanelet extension
Signed-off-by: mitukou1109 <[email protected]>
* fix behavior in edge cases
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
* feat: support ROS 2 Jazzy (autowarefoundation#487)
* fix ekf_localizer
Signed-off-by: Yutaka Kondo <[email protected]>
* fix lanelet2_map_loader_node
Signed-off-by: Yutaka Kondo <[email protected]>
* MUST REVERT
Signed-off-by: Yutaka Kondo <[email protected]>
* fix pybind
Signed-off-by: Yutaka Kondo <[email protected]>
* fix depend
Signed-off-by: Yutaka Kondo <[email protected]>
* add buildtool
Signed-off-by: Yutaka Kondo <[email protected]>
* remove
Signed-off-by: Yutaka Kondo <[email protected]>
* revert
Signed-off-by: Yutaka Kondo <[email protected]>
* find_package
Signed-off-by: Yutaka Kondo <[email protected]>
* wip
Signed-off-by: Yutaka Kondo <[email protected]>
* remove embed
Signed-off-by: Yutaka Kondo <[email protected]>
* find python_cmake_module
Signed-off-by: Yutaka Kondo <[email protected]>
* public
Signed-off-by: Yutaka Kondo <[email protected]>
* remove ament_cmake_python
Signed-off-by: Yutaka Kondo <[email protected]>
* fix autoware_trajectory
Signed-off-by: Yutaka Kondo <[email protected]>
* add .lcovrc
Signed-off-by: Yutaka Kondo <[email protected]>
* fix egm
Signed-off-by: Yutaka Kondo <[email protected]>
* use char*
Signed-off-by: Yutaka Kondo <[email protected]>
* use global
Signed-off-by: Yutaka Kondo <[email protected]>
* namespace
Signed-off-by: Yutaka Kondo <[email protected]>
* string view
Signed-off-by: Yutaka Kondo <[email protected]>
* clock
Signed-off-by: Yutaka Kondo <[email protected]>
* version
Signed-off-by: Yutaka Kondo <[email protected]>
* wait
Signed-off-by: Yutaka Kondo <[email protected]>
* fix egm2008-1
Signed-off-by: Yutaka Kondo <[email protected]>
* typo
Signed-off-by: Yutaka Kondo <[email protected]>
* fixing
Signed-off-by: Yutaka Kondo <[email protected]>
* fix egm2008-1
Signed-off-by: Yutaka Kondo <[email protected]>
* MUST REVERT
Signed-off-by: Yutaka Kondo <[email protected]>
* fix egm2008-1
Signed-off-by: Yutaka Kondo <[email protected]>
* fix twist_with_covariance
Signed-off-by: Yutaka Kondo <[email protected]>
* Revert "MUST REVERT"
This reverts commit 93b7a57.
* namespace
Signed-off-by: Yutaka Kondo <[email protected]>
* fix qos
Signed-off-by: Yutaka Kondo <[email protected]>
* revert some
Signed-off-by: Yutaka Kondo <[email protected]>
* comment
Signed-off-by: Yutaka Kondo <[email protected]>
* Revert "MUST REVERT"
This reverts commit 7a680a7.
* fix dungling pointer
Signed-off-by: Yutaka Kondo <[email protected]>
* fix memory alignment
Signed-off-by: Yutaka Kondo <[email protected]>
* ignored
Signed-off-by: Yutaka Kondo <[email protected]>
* spellcheck
Signed-off-by: Yutaka Kondo <[email protected]>
---------
Signed-off-by: Yutaka Kondo <[email protected]>
* chore(autoware_test_utils): delete `launch` directory to remove dependency on `autoware_launch` (autowarefoundation#498)
remove launch
Signed-off-by: Yutaka Kondo <[email protected]>
* refactor(path_generator): remove unused functions (autowarefoundation#499)
* remove unused functions
Signed-off-by: mitukou1109 <[email protected]>
* fix function declaration to match implementation
Signed-off-by: mitukou1109 <[email protected]>
* add declaration of is_trajectory_inside_lanelets
Signed-off-by: mitukou1109 <[email protected]>
* fix declaration of refine_path_for_goal
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
* fix(autoware_motion_velocity_obstacle_stop_module): point-cloud points ahead of the terminal stop-point (autowarefoundation#502)
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* moved resample_trajectory_points to non-anonymous status
Signed-off-by: Arjun Jagdish Ram <[email protected]>
* style(pre-commit): autofix
* fix
Signed-off-by: Arjun Jagdish Ram <[email protected]>
---------
Signed-off-by: Arjun Jagdish Ram <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* test(autoware_lanelet2_utils): fix threshold to avoid precision-related failures (autowarefoundation#506)
* feat(autoware_motion_velocity_planner)!: only wait for the required subscriptions (autowarefoundation#505)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(autoware_trajectory): implement a function to construct trajectory class for reference path (autowarefoundation#469)
Signed-off-by: Mamoru Sobue <[email protected]>
Co-authored-by: Junya Sasaki <[email protected]>
* feat(behavior_velocity_planner_common, stop_line_module): print module/regulatory_element/lane/line ID and improve stop line module log (autowarefoundation#504)
feat(behavior_velocity_planner_common, stop_line_module): print module/regulatory_element/lane/line ID and improve stop_line_module log
Signed-off-by: kosuke55 <[email protected]>
* feat(behavior_velocity_planner): improve module registraion/deletion log (autowarefoundation#503)
feat(behavior_velocity_planner): imporve module registraion log
update
update
ho
Signed-off-by: kosuke55 <[email protected]>
* feat(obstacle_stop): update parameter explanation (autowarefoundation#501)
* feat(obstacle_stop): update parameter explanation
Signed-off-by: Takayuki Murooka <[email protected]>
* update
Signed-off-by: Takayuki Murooka <[email protected]>
* update
Signed-off-by: Takayuki Murooka <[email protected]>
* fix
Signed-off-by: Takayuki Murooka <[email protected]>
---------
Signed-off-by: Takayuki Murooka <[email protected]>
* refactor(path_generator): remove refine_goal (autowarefoundation#500)
Signed-off-by: kosuke55 <[email protected]>
* feat(autoware_component_interface_specs): add InitializationSpecs (autowarefoundation#508)
* feat(autoware_component_interface_specs): add InitializationSpecs
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* feat: add test
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* style(pre-commit): autofix
* fix: build error
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* chore: sync files (autowarefoundation#354)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
* feat(autoware_ndt_scan_matcher): port the package from Autoware Universe (autowarefoundation#490)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* test(autoware_euclidean_cluster_object_detector): add test cases (autowarefoundation#488)
* test(autoware_euclidean_cluster_object_detector): add test cases
Signed-off-by: NorahXiong <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* test(autoware_vehicle_velocity_converter): add unit tests (autowarefoundation#478)
* test(autoware_vehicle_velocity_converter): add unit tests
Signed-off-by: NorahXiong <[email protected]>
* style(pre-commit): autofix
* chore(autoware_vehicle_velocity_converter): unify coding style
Co-authored-by: Yutaka Kondo <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_ndt_scan_matcher): update link (autowarefoundation#510)
fix link
Signed-off-by: Yutaka Kondo <[email protected]>
* fix(build-and-test*.yaml): workaround of ROS signing key migration (autowarefoundation#509)
* fix jazzy build-and-test
Signed-off-by: Yutaka Kondo <[email protected]>
* fix link
Signed-off-by: Yutaka Kondo <[email protected]>
* remove -latest
Signed-off-by: Yutaka Kondo <[email protected]>
* MUST REVERT
Signed-off-by: Yutaka Kondo <[email protected]>
* MUST REVERT
Signed-off-by: Yutaka Kondo <[email protected]>
* Revert "MUST REVERT"
This reverts commit 1368623.
* Revert "MUST REVERT"
This reverts commit 0bd8192.
* rename
Signed-off-by: Yutaka Kondo <[email protected]>
* MUST REVERT
Signed-off-by: Yutaka Kondo <[email protected]>
* Revert "MUST REVERT"
This reverts commit 4dccd0f.
---------
Signed-off-by: Yutaka Kondo <[email protected]>
* feat(localization): add autoware_pose_initializer and autoware_map_height_fitter to autoware core (autowarefoundation#493)
Signed-off-by: liuXinGangChina <[email protected]>
* fix(path_generator): ensure refined path connects start and goal (autowarefoundation#511)
* ensure refined path connects start and goal
Signed-off-by: mitukou1109 <[email protected]>
* rename and add parameters for smooth goal connection
Signed-off-by: mitukou1109 <[email protected]>
* parameterize pre-goal offset
Signed-off-by: mitukou1109 <[email protected]>
* delegate validation to generate_parameter_library
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* fix(autoware_pose_initializer): fix README.md links (autowarefoundation#522)
Update README.md
* feat(workflow): add workflows for version control automation (autowarefoundation#521)
* revert: "fix(build-and-test*.yaml): workaround of ROS signing key migration" (autowarefoundation#525)
Revert "fix(build-and-test*.yaml): workaround of ROS signing key migration (#…"
This reverts commit 43cb419.
* feat(planning_factor): add console output option (autowarefoundation#513)
fix param json
fix param json
snake_case
set default
Signed-off-by: kosuke55 <[email protected]>
* chore(behavior_velocity_planner): remove unecessary stop_line_extend_length (autowarefoundation#515)
* chore(behavior_velocity_planner): remove unecessary stop_line_extend_length from param files
Signed-off-by: kosuke55 <[email protected]>
* Update behavior_velocity_planner.param.yaml
---------
Signed-off-by: kosuke55 <[email protected]>
* feat(motion_velocity_planner_node): update pcl coordinate transformation (autowarefoundation#519)
* update pcl coordinate transformation
* add canTransform check
---------
Signed-off-by: yuki-takagi-66 <[email protected]>
* fix(behavior_velocity_planner): validate extedned line (autowarefoundation#527)
* fix(behavior_velocity_planner): validated extedned line
Signed-off-by: kosuke55 <[email protected]>
* Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/src/utilization/util.cpp
Co-authored-by: Mamoru Sobue <[email protected]>
* remove unnecessary angle validation
Signed-off-by: kosuke55 <[email protected]>
---------
Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: Mamoru Sobue <[email protected]>
* feat(autoware_trajectory): add specialized LaneIdsInterpolator for lane ID handling (autowarefoundation#528)
* feat(autoware_trajectory): add specialized LaneIdsInterpolator for lane ID handling
Replace generic Stairstep interpolator with domain-specific LaneIdsInterpolator
that implements lane ID interpolation logic with preference for single lane IDs.
- Add LaneIdsInterpolator implementation
- Update path_point_with_lane_id to use specialized interpolator
- Add comprehensive tests for lane ID interpolation behavior
- Includes domain knowledge for handling lane transitions
Signed-off-by: Y.Hisaki <[email protected]>
* Update common/autoware_trajectory/test/test_interpolator.cpp
* Update common/autoware_trajectory/test/test_interpolator.cpp
---------
Signed-off-by: Y.Hisaki <[email protected]>
Co-authored-by: Mamoru Sobue <[email protected]>
* feat: port autoware_adapi_specs from Autoware Universe (autowarefoundation#529)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* fix(mission_planner): fix check if goal footprint is inside route (autowarefoundation#534)
Signed-off-by: kosuke55 <[email protected]>
* fix(behavior_velocity_planner): fix registered module ids log (autowarefoundation#535)
Signed-off-by: kosuke55 <[email protected]>
* perf(route_handler): improve functions to get nearest route lanelet (autowarefoundation#532)
Signed-off-by: Maxime CLEMENT <[email protected]>
* fix(path_generator): deal with short path (autowarefoundation#536)
* use pretty_build to handle short path
Signed-off-by: mitukou1109 <[email protected]>
* add error message
Signed-off-by: mitukou1109 <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
* feat!: replace autoware_internal_localization_msgs with autoware_localization_msgs for InitializeLocalization service (autowarefoundation#542)
* feat!: replace autoware_internal_localization_msgs with autoware_localization_msgs for InitializeLocalization service
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* style(pre-commit): autofix
---------
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: port autoware_adapi_adaptors from Autoware Universe (autowarefoundation#530)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(adapi_specs): rename control command api (autowarefoundation#538)
Signed-off-by: Takagi, Isamu <[email protected]>
* feat(adapi_specs): add mrm description (autowarefoundation#539)
* feat(adapi_specs): add mrm description
Signed-off-by: Takagi, Isamu <[email protected]>
* modify service name
Signed-off-by: Takagi, Isamu <[email protected]>
---------
Signed-off-by: Takagi, Isamu <[email protected]>
* chore: update CODEOWNERS (autowarefoundation#485)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
* fix(autoware_pose_initializer, autoware_adapi): fix documentation link (autowarefoundation#547)
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
* feat(autoware_component_interface_specs): update planning and system interface (autowarefoundation#544)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: port autoware_default_adapi from Autoware Universe (autowarefoundation#543)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
* ci: add workflow for old branch protection
Signed-off-by: Fumiya Watanabe <[email protected]>
* chore: fix style
Signed-off-by: Fumiya Watanabe <[email protected]>
* chore: fix name
Signed-off-by: Fumiya Watanabe <[email protected]>
---------
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: t4-adc <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Takagi, Isamu <[email protected]>
Signed-off-by: Mert Çolak <[email protected]>
Signed-off-by: RyuYamamoto <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: liuXinGangChina <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: a-maumau <[email protected]>
Signed-off-by: Arjun Jagdish Ram <[email protected]>
Signed-off-by: yukage-oya <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: NorahXiong <[email protected]>
Signed-off-by: Tim Clephas <[email protected]>
Signed-off-by: suchang <[email protected]>
Signed-off-by: Shane Loretz <[email protected]>
Signed-off-by: BangLiuChina <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: yuki-takagi-66 <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
Co-authored-by: Mitsuhiro Sakamoto <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Mamoru Sobue <[email protected]>
Co-authored-by: Kazunori-Nakajima <[email protected]>
Co-authored-by: t4-adc <[email protected]>
Co-authored-by: Takagi, Isamu <[email protected]>
Co-authored-by: Mert Çolak <[email protected]>
Co-authored-by: RyuYamamoto <[email protected]>
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: Yukinari Hisaki <[email protected]>
Co-authored-by: 心刚 <[email protected]>
Co-authored-by: Maxime CLEMENT <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Masaki Baba <[email protected]>
Co-authored-by: Junya Sasaki <[email protected]>
Co-authored-by: Arjun Jagdish Ram <[email protected]>
Co-authored-by: yukage-oya <[email protected]>
Co-authored-by: Takayuki Murooka <[email protected]>
Co-authored-by: NorahXiong <[email protected]>
Co-authored-by: Giovanni Muhammad Raditya <[email protected]>
Co-authored-by: Tim Clephas <[email protected]>
Co-authored-by: storrrrrrrrm <[email protected]>
Co-authored-by: suchang <[email protected]>
Co-authored-by: taikitanaka3 <[email protected]>
Co-authored-by: Shane Loretz <[email protected]>
Co-authored-by: Bang.Liu <[email protected]>
Co-authored-by: Zulfaqar Azmi <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Sarun MUKDAPITAK <[email protected]>
Co-authored-by: Yuki TAKAGI <[email protected]>
Co-authored-by: Yuxuan Liu <[email protected]>1 parent 6215f67 commit 8c09ffc
File tree
1,146 files changed
+326146
-327
lines changed- .devcontainer
- .github
- actions/build-and-test-differential
- workflows
- api
- autoware_adapi_adaptors
- config
- launch
- schema
- src
- autoware_adapi_specs
- include/autoware/adapi_specs
- autoware_default_adapi
- config
- document
- images
- launch
- src
- utils
- test
- node
- autoware_core
- launch
- rviz
- common
- autoware_component_interface_specs
- include/autoware/component_interface_specs
- test
- autoware_geography_utils
- include/autoware/geography_utils
- src
- test
- autoware_global_parameter_loader
- launch
- autoware_interpolation
- include/autoware/interpolation
- src
- test/src
- autoware_kalman_filter
- include/autoware/kalman_filter
- src
- test
- autoware_lanelet2_utils
- include/autoware/lanelet2_utils
- media
- api
- maps
- dense_centerline
- intersection
- road_shoulder
- nomenclature
- sample_map
- dense_centerline
- intersection
- road_shoulder
- straight_waypoint
- scripts
- src
- test
- autoware_motion_utils
- docs/vehicle
- include/autoware/motion_utils
- distance
- marker
- resample
- trajectory
- vehicle
- media
- src
- distance
- marker
- resample
- trajectory
- vehicle
- test/src
- distance
- marker
- resample
- trajectory
- vehicle
- autoware_node
- include/autoware/node
- src
- test
- autoware_object_recognition_utils
- include/autoware/object_recognition_utils
- src
- test/src
- autoware_osqp_interface
- design
- include/autoware/osqp_interface
- src
- test
- autoware_point_types
- include/autoware/point_types
- test
- autoware_qp_interface
- include/autoware/qp_interface
- src
- test
- autoware_signal_processing
- documentation
- include/autoware/signal_processing
- src
- test
- include
- src
- usage_examples
- autoware_trajectory
- examples
- images
- nomenclature
- overview
- utils
- shift
- include/autoware/trajectory
- detail
- interpolator
- detail
- utils
- src
- detail
- interpolator
- utils
- test
- autoware_vehicle_info_utils
- config
- include
- autoware_vehicle_info_utils
- autoware/vehicle_info_utils
- launch
- scripts
- src
- test
- control
- autoware_core_control
- config
- launch
- autoware_simple_pure_pursuit
- config
- launch
- schema
- src
- test
- demos/autoware_test_node
- localization
- autoware_core_localization
- config
- launch
- autoware_ekf_localizer
- config
- include/autoware/ekf_localizer
- launch
- media
- schema
- sub
- src
- test
- autoware_gyro_odometer
- config
- launch
- media
- schema
- src
- test
- autoware_localization_util
- include/autoware/localization_util
- src
- test
- autoware_ndt_scan_matcher
- config
- include/autoware/ndt_scan_matcher
- ndt_omp
- launch
- media
- schema
- sub
- src
- ndt_omp
- test
- test_cases
- autoware_pose_initializer
- config
- launch
- media
- schema
- src
- test
- autoware_stop_filter
- config
- launch
- schema
- src
- autoware_twist2accel
- config
- launch
- schema
- src
- map
- autoware_core_map
- config
- launch
- autoware_lanelet2_map_visualizer
- launch
- src
- test
- autoware_map_height_fitter
- config
- include/autoware/map_height_fitter
- launch
- schema
- src
- autoware_map_loader
- config
- docs
- include/autoware/map_loader
- launch
- schema
- script
- src
- lanelet2_map_loader
- pointcloud_map_loader
- test
- data
- autoware_map_projection_loader
- config
- docs
- include/autoware/map_projection_loader
- launch
- schema
- src
- test
- data
- perception
- autoware_core_perception
- config
- launch
- autoware_euclidean_cluster_object_detector
- config
- include/autoware/euclidean_cluster_object_detector
- launch
- lib
- src
- test
- autoware_ground_filter
- config
- docs
- image
- include/autoware/ground_filter
- launch
- src
- autoware_perception_objects_converter
- launch
- src
- planning
- autoware_core_planning
- config
- autoware_velocity_smoother
- behavior_velocity_planner
- motion_velocity_planner
- launch
- autoware_mission_planner
- config
- include/autoware/mission_planner
- launch
- media
- plugins
- schema
- src
- goal_pose_visualizer
- lanelet2_plugins
- mission_planner
- test
- autoware_objects_of_interest_marker_interface
- include/autoware/objects_of_interest_marker_interface
- src
- autoware_path_generator
- config
- include/autoware/path_generator
- media
- param
- schema
- src
- test_route
- test
- autoware_planning_factor_interface
- include/autoware/planning_factor_interface
- src
- autoware_planning_topic_converter
- include/autoware/planning_topic_converter
- src
- autoware_route_handler
- images
- include/autoware/route_handler
- src
- test_route
- test
- autoware_velocity_smoother
- config
- include/autoware/velocity_smoother
- smoother
- analytical_jerk_constrained_smoother
- launch
- media
- src
- smoother
- analytical_jerk_constrained_smoother
- test
- behavior_velocity_planner
- autoware_behavior_velocity_planner_common
- config
- include/autoware/behavior_velocity_planner_common
- utilization
- schema
- src
- utilization
- test/src
- autoware_behavior_velocity_planner
- config
- docs
- include/autoware/behavior_velocity_planner
- launch
- schema
- src
- test
- autoware_behavior_velocity_stop_line_module
- config
- docs
- src
- test
- motion_velocity_planner
- autoware_motion_velocity_obstacle_stop_module
- config
- docs
- src
- autoware_motion_velocity_planner_common
- include/autoware/motion_velocity_planner_common
- src
- test
- autoware_motion_velocity_planner
- config
- docs
- launch
- schema
- src
- srv
- sensing
- autoware_core_sensing
- launch
- autoware_crop_box_filter
- config
- include/autoware/crop_box_filter
- launch
- src
- test
- autoware_downsample_filters
- config
- launch
- schema
- src
- random_downsample_filter
- voxel_grid_downsample_filter
- autoware_gnss_poser
- config
- include/autoware/gnss_poser
- launch
- schema
- src
- test
- autoware_vehicle_velocity_converter
- config
- launch
- schema
- src
- test
- testing
- autoware_planning_test_manager
- include/autoware/planning_test_manager
- src
- test
- autoware_pyplot
- include/autoware/pyplot
- src
- test
- autoware_test_node
- launch
- src
- include
- autoware_test_utils
- config
- images
- include/autoware_test_utils
- rviz
- src
- test_data
- test_map
- intersection
- overlap
- road_shoulder
- test
- autoware_testing
- autoware_testing
- cmake
- design
- resource
- vehicle/autoware_core_vehicle
- launch
- urdf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,146 files changed
+326146
-327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
| 13 | + | |
| 14 | + | |
4 | 15 | | |
5 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
6 | 64 | | |
7 | 65 | | |
8 | | - | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
| |||
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
66 | | - | |
67 | 76 | | |
| 77 | + | |
68 | 78 | | |
69 | 79 | | |
70 | 80 | | |
71 | 81 | | |
72 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
73 | 92 | | |
74 | 93 | | |
75 | 94 | | |
76 | 95 | | |
77 | 96 | | |
78 | 97 | | |
79 | 98 | | |
80 | | - | |
| 99 | + | |
81 | 100 | | |
82 | 101 | | |
83 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments