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(planing_evaluator): add dianostic_converter and modfied_goal_deviation #322

Merged
merged 6 commits into from
Mar 17, 2023

Conversation

kosuke55
Copy link

@kosuke55 kosuke55 commented Mar 16, 2023

Description

cherry-pick

Related links

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

kyoichi-sugahara and others added 2 commits March 16, 2023 11:12
… output for scenario's condition (autowarefoundation#2514)

* add original diagnostic_convertor

Signed-off-by: kyoichi-sugahara <[email protected]>

* add test

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix typo

Signed-off-by: kyoichi-sugahara <[email protected]>

* delete file

Signed-off-by: kyoichi-sugahara <[email protected]>

* change include

Signed-off-by: kyoichi-sugahara <[email protected]>

* temp

Signed-off-by: kyoichi-sugahara <[email protected]>

* delete comments

Signed-off-by: kyoichi-sugahara <[email protected]>

* made launch for converter

Signed-off-by: kyoichi-sugahara <[email protected]>

* ci(pre-commit): autofix

* ci(pre-commit): autofix

* add diagnostic convertor in launch

Signed-off-by: kyoichi-sugahara <[email protected]>

* ci(pre-commit): autofix

* change debug from info

Signed-off-by: kyoichi-sugahara <[email protected]>

* change arg name to launch diagnostic convertor

* add planning_evaluator launcher in simulator.launch.xml

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix arg wrong setting

Signed-off-by: kyoichi-sugahara <[email protected]>

* style(pre-commit): autofix

* use simulation msg in tier4_autoware_msgs

Signed-off-by: kyoichi-sugahara <[email protected]>

* style(pre-commit): autofix

* fix README

Signed-off-by: kyoichi-sugahara <[email protected]>

* style(pre-commit): autofix

* refactoring

Signed-off-by: kyoichi-sugahara <[email protected]>

* style(pre-commit): autofix

* remove unnecessary dependency

Signed-off-by: kyoichi-sugahara <[email protected]>

* remove unnecessary dependency

Signed-off-by: kyoichi-sugahara <[email protected]>

* move folder

Signed-off-by: kyoichi-sugahara <[email protected]>

* reformat

Signed-off-by: kyoichi-sugahara <[email protected]>

* style(pre-commit): autofix

* Update evaluator/diagnostic_converter/include/converter_node.hpp

Co-authored-by: Maxime CLEMENT <[email protected]>

* Update evaluator/diagnostic_converter/README.md

Co-authored-by: Maxime CLEMENT <[email protected]>

* Update evaluator/diagnostic_converter/src/converter_node.cpp

Co-authored-by: Maxime CLEMENT <[email protected]>

* Update evaluator/diagnostic_converter/test/test_converter_node.cpp

Co-authored-by: Maxime CLEMENT <[email protected]>

* define diagnostic_topics as parameter

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix include way

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix include way

Signed-off-by: kyoichi-sugahara <[email protected]>

* delete ament_cmake_clang_format from package.xml

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix test_depend

Signed-off-by: kyoichi-sugahara <[email protected]>

* Update evaluator/diagnostic_converter/test/test_converter_node.cpp

Co-authored-by: Maxime CLEMENT <[email protected]>

* style(pre-commit): autofix

* Update launch/tier4_simulator_launch/launch/simulator.launch.xml

Co-authored-by: Maxime CLEMENT <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Maxime CLEMENT <[email protected]>
…tion#3053)

* feat(planning_evaluator): add modified goal deviation

Signed-off-by: kosuke55 <[email protected]>

* add abs

Signed-off-by: kosuke55 <[email protected]>

* remove setModifiedGoal

Signed-off-by: kosuke55 <[email protected]>

* use Point and rename func

Signed-off-by: kosuke55 <[email protected]>

* fix func docs

Signed-off-by: kosuke55 <[email protected]>

* fix and add tests

Signed-off-by: kosuke55 <[email protected]>

---------

Signed-off-by: kosuke55 <[email protected]>
@kosuke55 kosuke55 changed the title Feat/diagnostic converter 0.7 feat(planing_evaluator): add dianostic_converter and modfied_goal_deviation Mar 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2023

Codecov Report

❗ No coverage uploaded for pull request base (beta/v0.7.0-odaiba1@d9ffc5f). Click here to learn what that means.
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@                  Coverage Diff                  @@
##             beta/v0.7.0-odaiba1    #322   +/-   ##
=====================================================
  Coverage                       ?   5.05%           
=====================================================
  Files                          ?     189           
  Lines                          ?   18871           
  Branches                       ?    8373           
=====================================================
  Hits                           ?     954           
  Misses                         ?   17240           
  Partials                       ?     677           
Flag Coverage Δ
differential 5.05% <0.00%> (?)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

kosuke55 and others added 3 commits March 16, 2023 15:22
…ion#2602)

* feat(behavior_path_planner): modified goal with uuid

Signed-off-by: kosuke55 <[email protected]>

* fix typo

Signed-off-by: kosuke55 <[email protected]>

* fix for top header

Signed-off-by: kosuke55 <[email protected]>

* change to PoseWithUuidStamped

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
…utowarefoundation#2662)

* feat(tier4_planning_rviz_plugin): visualize pose_stamped_with_uuid

Signed-off-by: kosuke55 <[email protected]>

* Update common/tier4_planning_rviz_plugin/include/pose_stamped_with_uuid/display.hpp

Co-authored-by: Yukihiro Saito <[email protected]>

* Update common/tier4_planning_rviz_plugin/src/pose_stamped_with_uuid/display.cpp

Co-authored-by: Yukihiro Saito <[email protected]>

* rename to pose_with_uuid_stamped

Signed-off-by: kosuke55 <[email protected]>

* add icon

Signed-off-by: kosuke55 <[email protected]>

* change default size

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: Yukihiro Saito <[email protected]>
Copy link
Collaborator

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tkimura4 tkimura4 merged commit f223a2e into beta/v0.7.0-odaiba1 Mar 17, 2023
@tkimura4 tkimura4 deleted the feat/diagnostic_converter_0.7 branch March 17, 2023 01:41
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Feb 7, 2024
* feat(ansible): add ccache into docker image

Signed-off-by: Berkay <[email protected]>

* Update ansible/roles/ccache/meta/main.yaml

Co-authored-by: Kenji Miyake <[email protected]>
Signed-off-by: Berkay <[email protected]>

Co-authored-by: Berkay <[email protected]>
Co-authored-by: Kenji Miyake <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common documentation Improvements or additions to documentation evaluator launch planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants