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(planning_debug_tools): add perception_replayer.py #4574

Merged

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Aug 8, 2023

Description

  • refactor perception_reproducer
  • add perception_replayer for debugging the planning component.
    • GUI enables pausing and changing rate

image

TODO:

  • add figure
  • add brief documentation

Tests performed

planning simulator

Effects on system behavior

Nothing

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.

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.

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

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Aug 8, 2023
@takayuki5168 takayuki5168 marked this pull request as ready for review August 8, 2023 18:58
Signed-off-by: Takayuki Murooka <[email protected]>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Aug 8, 2023
Signed-off-by: Takayuki Murooka <[email protected]>
@takayuki5168 takayuki5168 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 8, 2023
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (81d2c0c) 14.81% compared to head (1d43108) 14.81%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4574   +/-   ##
=======================================
  Coverage   14.81%   14.81%           
=======================================
  Files        1527     1527           
  Lines      105656   105603   -53     
  Branches    32100    32082   -18     
=======================================
  Hits        15649    15649           
+ Misses      72928    72875   -53     
  Partials    17079    17079           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.81% <ø> (+<0.01%) ⬆️ Carriedforward from 81d2c0c

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...n_based_fusion/roi_detected_object_fusion/node.hpp 0.00% <ø> (ø)
...sed_fusion/src/roi_detected_object_fusion/node.cpp 0.00% <ø> (ø)
...ule/dynamic_avoidance/dynamic_avoidance_module.hpp 0.00% <ø> (ø)
...ule/dynamic_avoidance/dynamic_avoidance_module.cpp 0.00% <ø> (ø)
...ner/src/scene_module/dynamic_avoidance/manager.cpp 0.00% <ø> (ø)
...on_planner/src/mission_planner/mission_planner.cpp 0.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@takayuki5168 takayuki5168 merged commit 43f73f8 into autowarefoundation:main Aug 9, 2023
39 of 40 checks passed
@takayuki5168 takayuki5168 deleted the feat/perception-replayer branch August 9, 2023 05:30
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Aug 16, 2023
…ation#4574)

* refactor perception_reproducer

Signed-off-by: Takayuki Murooka <[email protected]>

* implement perception_reproducer

Signed-off-by: Takayuki Murooka <[email protected]>

* change permission

Signed-off-by: Takayuki Murooka <[email protected]>

* update

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants