autoware.universe icon indicating copy to clipboard operation
autoware.universe copied to clipboard

feat(vehicle_info_util): add script to calculate turning radius

Open takayuki5168 opened this issue 2 years ago • 5 comments

Description

add script to calculate max turning radius

image

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.

takayuki5168 avatar Sep 13 '22 09:09 takayuki5168

Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-1855/ Modified URLs:

  • https://autowarefoundation.github.io/autoware.universe/pr-1855/vehicle/vehicle_info_util/Readme/

github-actions[bot] avatar Sep 13 '22 09:09 github-actions[bot]

@YamatoAndo @TakaHoribe Could you review this

takayuki5168 avatar Sep 13 '22 09:09 takayuki5168

Codecov Report

Base: 10.42% // Head: 10.36% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (7e6e8ed) compared to base (19ce83b). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1855      +/-   ##
==========================================
- Coverage   10.42%   10.36%   -0.07%     
==========================================
  Files        1226     1224       -2     
  Lines       87945    88540     +595     
  Branches    20455    20990     +535     
==========================================
+ Hits         9171     9179       +8     
- Misses      69270    69801     +531     
- Partials     9504     9560      +56     
Flag Coverage Δ *Carryforward flag
differential 8.61% <0.00%> (?)
total 10.45% <0.00%> (+0.03%) :arrow_up: Carriedforward from 49ab5ab

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

Impacted Files Coverage Δ
...anner/include/scene_module/traffic_light/scene.hpp 0.00% <ø> (ø)
...y_planner/src/scene_module/traffic_light/scene.cpp 0.00% <0.00%> (ø)
planning/behavior_path_planner/src/utilities.cpp 2.71% <0.00%> (-0.42%) :arrow_down:
control/shift_decider/src/shift_decider.cpp 0.00% <0.00%> (ø)
simulator/dummy_perception_publisher/src/node.cpp 0.00% <0.00%> (ø)
...ier4_perception_rviz_plugin/src/tools/car_pose.cpp 0.00% <0.00%> (ø)
.../obstacle_cruise_planner/src/planner_interface.cpp 0.00% <0.00%> (ø)
..._perception_rviz_plugin/src/tools/unknown_pose.cpp 0.00% <0.00%> (ø)
...rception_rviz_plugin/src/tools/pedestrian_pose.cpp 0.00% <0.00%> (ø)
...ption_rviz_plugin/src/tools/interactive_object.cpp 0.00% <0.00%> (ø)
... and 31 more

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 13 '22 10:09 codecov[bot]

I'll leave the review up to @TakaHoribe :bow:

YamatoAndo avatar Sep 14 '22 05:09 YamatoAndo

@YamatoAndo I'm not sure if your approval is required to merge this PR, but could you approve? image

takayuki5168 avatar Sep 15 '22 12:09 takayuki5168