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

feat(behavior_velocity_planner): add out of lane module #269

Commits on Apr 7, 2023

  1. Add initial param file for new out_of_lane module

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2f3e9da View commit details
    Browse the repository at this point in the history
  2. Add params for extending the ego footprint

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    22c7082 View commit details
    Browse the repository at this point in the history
  3. Add more parameters

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8f888e0 View commit details
    Browse the repository at this point in the history
  4. add a few more params

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    804b095 View commit details
    Browse the repository at this point in the history
  5. Add/rename parameters for new version with 3 methods (thr, inter, ttc)

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c02b88e View commit details
    Browse the repository at this point in the history
  6. Add parameters for "skip_if_*", "strict", and "use_predicted_path"

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    58f3078 View commit details
    Browse the repository at this point in the history
  7. Update default parameters

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    50a921e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6275e4 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e17530d View commit details
    Browse the repository at this point in the history
  10. Change param ego.extra_front_offset 1.0 -> 0.0

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    eacb151 View commit details
    Browse the repository at this point in the history
  11. Update rviz config with "out_of_lane" virtual wall and debug markers

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d3ede79 View commit details
    Browse the repository at this point in the history