-
Notifications
You must be signed in to change notification settings - Fork 15
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: add yabloc scenario #201
feat: add yabloc scenario #201
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a minor detail, but please fix UseCaseFormatVersion.
https://tier4.github.io/driving_log_replayer/scenario_format/#usecaseformatversion
sample/yabloc/scenario.yaml
Outdated
LocalMapPath: $HOME/autoware_map/sample-map-planning | ||
Evaluation: | ||
UseCaseName: yabloc | ||
UseCaseFormatVersion: 1.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UseCaseFormatVersion should be started at 0.1.0 and raised to 1.0.0 when the evaluation method is finalized.
UseCaseFormatVersion: 1.2.0 | |
UseCaseFormatVersion: 0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed: b3fb51d
Thank you!
Co-authored-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
TODO
Types of PR
Description
I'd like to add YabLoc evaluator scenario.
INTERNAL LINKS:
How to review this PR
Please follow the documentation for yabloc scenario and confirm that it actually runs with a sample rosbag
Others