Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot #505

Conversation

taikitanaka3
Copy link
Contributor

@taikitanaka3 taikitanaka3 commented Mar 10, 2022

Signed-off-by: tanaka3 ttatcoder@outlook.jp

Related Issue(required)

#504

Description(required)

Solve problem
when blinspot walkway crosswalk is enabled at the same time duplicated stop line is inserted, then behavior container dies.
In this case longitudinalOffsetToSegment in calcSignedArcLength died with same stop point inserted.

fix-2022-03-14_13.19.07.mp4

image

this PR fix with util

  • walkway
  • no stopping area
  • crosswalk

this PR wont refactor

  • blindspot
  • intersection

anther fix is necessary for

  • detection area
  • stop line
  • traffic light
  • virtual traffic light

this PR is

  • going to fix edge case with minimal change
  • not going to change whole module with refactoring

Review Procedure(required)

launch scenario sim and see there is no issue.

fix-2022-03-10_19.09.03.mp4

image

Related PR(optional)

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

If you are adding new package following items are required:

  • Documentation with description of the package is available
  • A sample launch file and parameter file are available if the package contains executable nodes

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets

CI Checks

  • Build and test for PR / build-and-test-pr: Required to pass before the merge.
  • Build and test for PR / clang-tidy-pr: NOT required to pass before the merge. It is up to the reviewer(s). Found false positives? See the [guidelines][clang-tidy-guidelines].
  • Check spelling: NOT required to pass before the merge. It is up to the reviewer(s). See here if you want to add some words to the spell check dictionary.

@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

Merging #505 (f931220) into main (a03ab1f) will decrease coverage by 4.69%.
The diff coverage is 42.10%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main    #505      +/-   ##
=========================================
- Coverage   10.93%   6.24%   -4.70%     
=========================================
  Files         705      70     -635     
  Lines       49780    4983   -44797     
  Branches     7085     697    -6388     
=========================================
- Hits         5442     311    -5131     
+ Misses      39976    4527   -35449     
+ Partials     4362     145    -4217     
Impacted Files Coverage Δ
...vior_velocity_planner/include/utilization/util.hpp 8.00% <ø> (-4.00%) ⬇️
...city_planner/src/scene_module/blind_spot/scene.cpp 0.00% <0.00%> (ø)
...locity_planner/src/scene_module/crosswalk/util.cpp 0.00% <0.00%> (ø)
..._planner/src/scene_module/detection_area/scene.cpp 0.00% <0.00%> (ø)
...module/no_stopping_area/scene_no_stopping_area.cpp 0.00% <0.00%> (ø)
...ocity_planner/src/scene_module/stop_line/scene.cpp 0.00% <0.00%> (ø)
...y_planner/src/scene_module/traffic_light/scene.cpp 0.00% <0.00%> (ø)
...r/src/scene_module/virtual_traffic_light/scene.cpp 0.00% <0.00%> (ø)
..._module/occlusion_spot/risk_predictive_braking.cpp 50.70% <50.00%> (-6.06%) ⬇️
...behavior_velocity_planner/src/utilization/util.cpp 37.19% <81.25%> (+4.76%) ⬆️
... and 644 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a03ab1f...f931220. Read the comment docs.

satoshi-ota pushed a commit to satoshi-ota/autoware.universe that referenced this pull request Mar 14, 2022
* vehicle_info_util package for ROS2 port (autowarefoundation#58)

* vehicle_info package for ROS2 port

* Whitespace

* Add explanatory comment

* Rename factory function

* Fix static method

* Move to directory that corresponds to package name

* [vehicle_info_util] Build as shared library (autowarefoundation#112)

* [ROS2] Fix behavior velocity planner (autowarefoundation#110)

* install launch and config folders

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* port launch file

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* fix config files

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* improve vehicle_info_utils to enable multiple declaration of VehicleInfo objects

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* fix sementation fault

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143)

* Use quotes for includes where appropriate (autowarefoundation#144)

* Use quotes for includes where appropriate

* Fix lint tests

* Make tests pass hopefully

* Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151)

* Run uncrustify on the entire Pilot.Auto codebase

* Exclude open PRs

* ROS2 Linting: vehicle_info_util (autowarefoundation#163)

* Sync public repo (autowarefoundation#1228)

* [simple_planning_simulator] add readme (autowarefoundation#424)

* add readme of simple_planning_simulator

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* Update simulator/simple_planning_simulator/README.md

* set transit_margin_time to intersect. planner (autowarefoundation#460)

* Fix pose2twist (autowarefoundation#462)

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Ros2 vehicle info param server (autowarefoundation#447)

* add vehicle_info_param_server

* update vehicle info

* apply format

* fix bug

* skip unnecessary search

* delete vehicle param file

* fix bug

* Ros2 fix topic name part2 (autowarefoundation#425)

* Fix topic name of traffic_light_classifier

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix topic name of traffic_light_visualization

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix topic name of traffic_light_ssd_fine_detector

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix topic name of traffic_light_map_based_detector

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix lint traffic_light_recognition

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix lint traffic_light_ssd_fine_detector

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix lint traffic_light_classifier

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix lint traffic_light_classifier

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix lint traffic_light_ssd_fine_detector

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* Fix issues in hdd_reader (autowarefoundation#466)

* Fix some issues detected by Coverity Scan and Clang-Tidy

* Update launch command

* Add more `close(new_sock)`

* Simplify the definitions of struct

* fix: re-construct laneletMapLayer for reindex RTree (autowarefoundation#463)

* Rviz overlay render fix (autowarefoundation#461)

* Moved painiting in SteeringAngle plugin to update()

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* super class now back to MFD

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* uncrustified

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* acquire data in mutex

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* back to RTD as superclass

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* Rviz overlay render in update (autowarefoundation#465)

* Moved painiting in SteeringAngle plugin to update()

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* super class now back to MFD

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* uncrustified

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* acquire data in mutex

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* removed unnecessary includes and some dead code

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* Adepted remaining vehicle plugin classes to render-in-update concept. Returned to MFD superclass

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

* restored RTD superclass

Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>

Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
Co-authored-by: Makoto Tokunaga <vios-fish@users.noreply.github.com>
Co-authored-by: Adam Dąbrowski <adam.dabrowski@robotec.ai>

* Remove vehicle info param server (autowarefoundation#1304)

* Remove vehicle info param server

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix ament_uncrustify

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix ament_uncrustify

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Refactor vehicle info util (autowarefoundation#1305)

* Update license

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Refactor vehicle_info_util

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Rename and split files

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix interfaces

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix bug and add error handling

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add "// namespace"

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add missing include

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix/fix utils (autowarefoundation#1310)

* Add missing namespace to autoware_utils

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add createVehicleInfo

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add rethrow

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Format package.xml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix usage of autoware_utils

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add missing namespace comment

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Move autoware_global_parameter_loader to the appropriate place (autowarefoundation#1701)

* Move autoware_global_parameter_loader to the appropriate place

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix package name

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* suppress warnings for declare parameters (autowarefoundation#1724)

* fix for lanelet2_extension

* fix for traffic light ssd fine detector

* fix for topic_state_monitor

* fix for dummy diag publisher

* fix for remote cmd converter

* fix for vehicle_info_util

* fix for multi object tracker

* fix for freespace planner

* fix for autoware_error_monitor

* add Werror for multi object tracker

* fix for multi object tracker

* add Werror for liraffic light ssd fine detector

* add Werror for topic state monitor

* add Werror

* add Werror

* add Werror

* add Werror

* fix style

* Fix -Wunused-parameter (autowarefoundation#1836)

* Fix -Wunused-parameter

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix mistake

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix spell

* Fix lint issues

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Ignore flake8 warnings

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>

* Rename vehicle_info param arg to avoid conflicts (autowarefoundation#2074)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Change formatter to clang-format and black (autowarefoundation#2332)

* Revert "Temporarily comment out pre-commit hooks"

This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3.

* Replace ament_lint_common with autoware_lint_common

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Remove ament_cmake_uncrustify and ament_clang_format

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Apply Black

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Apply clang-format

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix build errors

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix for cpplint

* Fix include double quotes to angle brackets

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Apply clang-format

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix build errors

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add COLCON_IGNORE (autowarefoundation#500)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* remove COLCON_IGNORE (autowarefoundation#505)

Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>

* [vehicle_info_util] add readme (autowarefoundation#560)

* add readme

* fix typo

* replace to valid link

* add default config file

* add sample launch

* ci(pre-commit): autofix

* remove unused

Co-authored-by: Nikolai Morin <nnmmgit@gmail.com>
Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com>
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
Co-authored-by: Jilada Eccleston <jilada.eccleston@gmail.com>
Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
Co-authored-by: Makoto Tokunaga <vios-fish@users.noreply.github.com>
Co-authored-by: Adam Dąbrowski <adam.dabrowski@robotec.ai>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com>
Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stop line insertion ,occlusion spot

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
@taikitanaka3 taikitanaka3 changed the title fix(behavior_velocity): avoid duplicated stop point insetion fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot Mar 15, 2022
@taikitanaka3 taikitanaka3 enabled auto-merge (squash) March 15, 2022 01:07
@taikitanaka3
Copy link
Contributor Author

  • release note & enabled auto merge

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
@yukkysaito yukkysaito self-requested a review March 15, 2022 01:46
@taikitanaka3 taikitanaka3 merged commit fa2bca8 into autowarefoundation:main Mar 15, 2022
taikitanaka3 referenced this pull request in tier4/autoware.universe Mar 15, 2022
…stop line insertion ,occlusion spot (#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 referenced this pull request in tier4/autoware.universe Mar 15, 2022
…stop line insertion ,occlusion spot (#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 referenced this pull request in tier4/autoware.universe Mar 16, 2022
…stop line insertion ,occlusion spot (#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 referenced this pull request in tier4/autoware.universe Mar 16, 2022
fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot (#505)
taikitanaka3 referenced this pull request in tier4/autoware.universe Mar 16, 2022
fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot (#505)
@taikitanaka3 taikitanaka3 deleted the 504-fix-behavior-velocity-insert-duplicated-path-point branch April 3, 2022 04:31
taikitanaka3 referenced this pull request in tier4/autoware.universe Apr 9, 2022
…stop line insertion ,occlusion spot (#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 referenced this pull request in tier4/autoware.universe Apr 14, 2022
…stop line insertion ,occlusion spot (#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
satoshi-ota pushed a commit to satoshi-ota/autoware.universe that referenced this pull request May 20, 2022
…stop line insertion ,occlusion spot (autowarefoundation#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
…stop line insertion ,occlusion spot (tier4#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…stop line insertion ,occlusion spot (tier4#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
…stop line insertion ,occlusion spot (tier4#505)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
kosuke55 pushed a commit to kosuke55/autoware.universe that referenced this pull request May 29, 2023
…-down-update3

feat(obstacle_cruise_planner): make slow down feature stabler
keiota pushed a commit to keiota/autoware.universe that referenced this pull request Aug 17, 2023
…ion#505)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
kyoichi-sugahara pushed a commit that referenced this pull request Sep 16, 2023
* fix: fix typo vender -> vendor (#504)

* chore: sync files (#497)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>

* fix: use hash for Autoware's Ansible Galaxy (#506)

* chore: remove kvaser role (#491)

* chore: remove kvaser roles (#145)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* fix: remove kvaser role (#146)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* chore: sync files (#507)

* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* Update ansible-galaxy-requirements.yaml

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
ryuichi-maeda pushed a commit to sensefield/autoware.universe that referenced this pull request Jan 10, 2025
* feat: change repos to latest autoware

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* chore: sync latest (autowarefoundation#505)

* fix: fix typo vender -> vendor (autowarefoundation#504)

* chore: sync files (autowarefoundation#497)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>

* fix: use hash for Autoware's Ansible Galaxy (autowarefoundation#506)

* chore: remove kvaser role (autowarefoundation#491)

* chore: remove kvaser roles (autowarefoundation#145)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* fix: remove kvaser role (autowarefoundation#146)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* chore: sync files (autowarefoundation#507)

* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* Update ansible-galaxy-requirements.yaml

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>

* [repos] add rclcpp to fix server connection failure in scenario test

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* fix(rclcpp): use humble retry patch branch  (autowarefoundation#575)

fix(rclcpp): use humble retry patch branch

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* feat: add sync from awf-latest -> awf-latest-xx1 (autowarefoundation#578)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat: change launch repo (autowarefoundation#603)

feat: change launch repo to awf/autoware_launch

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* chore: remove unnecessary sync (autowarefoundation#611)

* chore: remove unnecessary sync

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* add new sync for reference design

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat: remove rclcpp hotfix (autowarefoundation#610)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat: add eagleye packages in autoware.repos

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* feat: use develop/planning_control scenario_simulator_v2 (autowarefoundation#633)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* chore(repos): update branch of `transport_drivers` (autowarefoundation#636)

chore(repos): update repos

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore: update simulator.repos (autowarefoundation#685)

update branch of scenario_simulator_v2 from develop/planning_control to master

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

* feat: add run_out's stop margin (autowarefoundation#692)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* revert: feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693) (autowarefoundation#694)

Revert "feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693)"

This reverts commit 46c1046c68e19404f3d430c8775d7c436266e125.

* feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#695)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat: use awf-latest branch for universe and launcher (autowarefoundation#720)

* feat: use awf-latest branch for universe and launcher

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update README.md

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* minor update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix spell

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* chore: sync files (autowarefoundation#708)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: github-actions <github-actions@github.com>

* feat: add get ml model script (autowarefoundation#730)

* feat: add get_ml_model script (autowarefoundation#688)

* feat: add get_ml_model script

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

* style(pre-commit): autofix

* fix: fix pre-commit

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com>

* feat: update model install script (autowarefoundation#690)

Signed-off-by: Shin-kyoto <aquashin0202@gmail.com>

---------

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
Signed-off-by: Shin-kyoto <aquashin0202@gmail.com>
Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com>
Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com>

* chore: remove no longer used ml_model_provider repo (autowarefoundation#731)

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>

* chore: sync files (autowarefoundation#738)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: github-actions <github-actions@github.com>

* awf pr 4212

Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>

* feat: update README.md (autowarefoundation#765)

* feat: update README.md

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* remove sync-awf-latest

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix typo

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
Signed-off-by: Shin-kyoto <aquashin0202@gmail.com>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>
Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Co-authored-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: kminoda <kminoda@users.noreply.github.com>
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Takeshi Miura <m.takeshi1995@gmail.com>
Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com>
Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com>
Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com>
Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants