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

refactor(obstacle_stop_planner): update params name for readability #1720

Conversation

satoshi-ota
Copy link
Contributor

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

Description

  • update params name for readability

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.

@satoshi-ota satoshi-ota added the type:documentation Creating or refining documentation. (auto-assigned) label Aug 29, 2022
@satoshi-ota satoshi-ota force-pushed the refactor/params-name-obstacle-stop branch from d36d1b9 to 3e329f3 Compare August 29, 2022 09:35
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #1720 (532eb41) into main (57c4b1f) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1720      +/-   ##
==========================================
- Coverage   10.40%   10.36%   -0.05%     
==========================================
  Files        1221     1221              
  Lines       87508    87866     +358     
  Branches    20488    20488              
==========================================
  Hits         9108     9108              
- Misses      68924    69282     +358     
  Partials     9476     9476              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 10.39% <0.00%> (ø) Carriedforward from 57c4b1f

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

Impacted Files Coverage Δ
planning/obstacle_stop_planner/src/node.cpp 0.00% <0.00%> (ø)

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

@satoshi-ota satoshi-ota force-pushed the refactor/params-name-obstacle-stop branch from df8e3b7 to 5a17ea3 Compare August 30, 2022 01:03
@satoshi-ota
Copy link
Contributor Author

TODO: create PR for autoware_launch

@satoshi-ota
Copy link
Contributor Author

TODO: create PR for autoware_launch

tier4/autoware_launch#458

@h-ohta
Copy link
Contributor

h-ohta commented Aug 31, 2022

@satoshi-ota satoshi-ota force-pushed the refactor/params-name-obstacle-stop branch from 4013048 to 15156c8 Compare September 2, 2022 03:23
@satoshi-ota
Copy link
Contributor Author

@h-ohta Evaluator test results:

Try 1: 782/823
Try 2: 783/823
Baseline 1: 785/823
Baseline 2: 788/823

I think there is no critical degration.

@h-ohta
Copy link
Contributor

h-ohta commented Sep 2, 2022

@satoshi-ota
The velocity_threshold_decel_complete are acceleration_threshold_decel_complete are not defined in param.yaml. Is this OK?

@satoshi-ota
Copy link
Contributor Author

@satoshi-ota The velocity_threshold_decel_complete are acceleration_threshold_decel_complete are not defined in param.yaml. Is this OK?

@h-ohta I don't think it is necessary to add these params to the config file since they are parameters that are not frequently changed. (Additionaly, products using these parameters no longer exist.)

@h-ohta
Copy link
Contributor

h-ohta commented Sep 4, 2022

It is wasteful to define parameters which is rarely changed.
On the other hand, I guess all parameters should be defined in the param.yaml.
It is up to you.

LGTM to others.

@satoshi-ota
Copy link
Contributor Author

satoshi-ota commented Sep 4, 2022

It is wasteful to define parameters which is rarely changed. On the other hand, I guess all parameters should be defined in the param.yaml. It is up to you.

LGTM to others.

@h-ohta OK. I'll fix and add these params to config file.

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota force-pushed the refactor/params-name-obstacle-stop branch from 15156c8 to f5730b8 Compare September 6, 2022 00:36
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota force-pushed the refactor/params-name-obstacle-stop branch from f5730b8 to 532eb41 Compare September 6, 2022 00:46
@satoshi-ota
Copy link
Contributor Author

@h-ohta add all params in config file.

@satoshi-ota satoshi-ota merged commit fcf812b into autowarefoundation:main Sep 6, 2022
@satoshi-ota satoshi-ota deleted the refactor/params-name-obstacle-stop branch September 6, 2022 10:29
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
…ier4#1720)

* refactor(obstacle_stop_planner): update parameter name for readability

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

* docs(obstacle_stop_planner): update module documentation

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

* docs(obstacle_stop_planner): update figure

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

* refactor(obstacle_stop_planner): separate params by namespace

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

* fix(tier4_planning_launch): separate params by namespace

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

* refactor(obstacle_stop_planner): remove default value from declare_parameter

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

* refactor(obstacle_stop_planner): add params to config

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
…ier4#1720)

* refactor(obstacle_stop_planner): update parameter name for readability

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

* docs(obstacle_stop_planner): update module documentation

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

* docs(obstacle_stop_planner): update figure

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

* refactor(obstacle_stop_planner): separate params by namespace

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

* fix(tier4_planning_launch): separate params by namespace

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

* refactor(obstacle_stop_planner): remove default value from declare_parameter

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

* refactor(obstacle_stop_planner): add params to config

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
…ier4#1720)

* refactor(obstacle_stop_planner): update parameter name for readability

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

* docs(obstacle_stop_planner): update module documentation

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

* docs(obstacle_stop_planner): update figure

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

* refactor(obstacle_stop_planner): separate params by namespace

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

* fix(tier4_planning_launch): separate params by namespace

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

* refactor(obstacle_stop_planner): remove default value from declare_parameter

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

* refactor(obstacle_stop_planner): add params to config

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
…ier4#1720)

* refactor(obstacle_stop_planner): update parameter name for readability

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

* docs(obstacle_stop_planner): update module documentation

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

* docs(obstacle_stop_planner): update figure

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

* refactor(obstacle_stop_planner): separate params by namespace

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

* fix(tier4_planning_launch): separate params by namespace

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

* refactor(obstacle_stop_planner): remove default value from declare_parameter

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

* refactor(obstacle_stop_planner): add params to config

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
technolojin pushed a commit to technolojin/autoware.universe that referenced this pull request Dec 26, 2024
…stability

perf(lane_change): path stability and correctness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants