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_path_planner): output debug marker from each module #1711

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Aug 29, 2022

Description

  • output debug marker from each module

image

➜  pilot-auto git:(awf-latest) ✗ ros2 topic list | grep behavior_path
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance_left/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance_right/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/avoidance
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/avoidance_debug_message_array
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/lanechange
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/lanefollowing
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/pullout
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/pullover
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/sideshift
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_boundary
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/input/lateral_offset
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change_left/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change_right/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/output/path_candidate
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_out/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/cooperate_status
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/debug/Cl
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/debug/Cr
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/debug/parking_area
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/debug/path_pose_array
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/pull_over/debug/start_pose

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.

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

codecov bot commented Aug 29, 2022

Codecov Report

Merging #1711 (8f72d46) into main (231b7ed) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1711      +/-   ##
==========================================
- Coverage   10.24%   10.24%   -0.01%     
==========================================
  Files        1202     1202              
  Lines       86463    86504      +41     
  Branches    19893    20045     +152     
==========================================
  Hits         8861     8861              
+ Misses      68383    68380       -3     
- Partials     9219     9263      +44     
Flag Coverage Δ *Carryforward flag
differential 0.79% <0.00%> (?)
total 10.25% <0.00%> (+0.01%) ⬆️ Carriedforward from 610a1d9

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

Impacted Files Coverage Δ
...de/behavior_path_planner/behavior_tree_manager.hpp 0.00% <ø> (ø)
...th_planner/scene_module/scene_module_interface.hpp 0.00% <0.00%> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.34% <ø> (+0.11%) ⬆️
...ehavior_path_planner/src/behavior_tree_manager.cpp 0.00% <0.00%> (ø)
...planning_evaluator/src/planning_evaluator_node.cpp 37.11% <0.00%> (-1.04%) ⬇️
perception/tensorrt_yolo/src/nodelet.cpp 0.00% <0.00%> (ø)
perception/lidar_centerpoint/src/node.cpp 0.00% <0.00%> (ø)
perception/tensorrt_yolo/lib/src/trt_yolo.cpp 0.00% <0.00%> (ø)
...erception/tensorrt_yolo/lib/include/calibrator.hpp 0.00% <0.00%> (ø)
...eption/tensorrt_yolo/lib/src/plugins/yolo_layer.cu 0.00% <0.00%> (ø)
... and 27 more

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota requested a review from kosuke55 August 29, 2022 03:57
@satoshi-ota
Copy link
Contributor Author

TODO: I'll fix rviz configuraion.

@kosuke55
Copy link
Contributor

update pull_over debug in #1843

satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Sep 15, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Sep 15, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
…er4#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…er4#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…er4#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
yukke42 pushed a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1222-takeshi referenced this pull request in tier4/autoware.universe Oct 17, 2022
)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1222-takeshi referenced this pull request in tier4/autoware.universe Oct 18, 2022
)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
…er4#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Oct 23, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Oct 28, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
kosuke55 referenced this pull request in tier4/autoware.universe Nov 10, 2022
)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
kosuke55 referenced this pull request in tier4/autoware.universe Nov 30, 2022
)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Dec 15, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Dec 15, 2022
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Jan 16, 2023
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Jan 16, 2023
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to satoshi-ota/autoware.universe that referenced this pull request Jan 18, 2023
…towarefoundation#1711)

* feat(behavior_path_planner): output debug marker from each module

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

* fix(behavior_path_planner): remove unused publisher

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

* fix(behavior_path_planner): remove unused interface function

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

Signed-off-by: satoshi-ota <satoshi.ota928@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.

2 participants