-
Notifications
You must be signed in to change notification settings - Fork 664
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(map_based_prediction): use different time horizon #7157
feat(map_based_prediction): use different time horizon #7157
Conversation
Signed-off-by: Mamoru Sobue <[email protected]>
c8efc11
to
69ebedf
Compare
@@ -106,6 +106,13 @@ struct PredictedRefPath | |||
Maneuver maneuver; | |||
}; | |||
|
|||
struct PredictionTimeHorizon | |||
{ | |||
double vehicle; |
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.
How about add some comment in this description?
We use "vehicle" prediction in motorcycle and "pedestrian" prediction for bicycle for now and this is not obvious to users.
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. My comment is just optional.
Signed-off-by: Mamoru Sobue <[email protected]>
…ation#7157) Signed-off-by: Mamoru Sobue <[email protected]>
…ation#7157) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Description
for vehicle, use longer prediction time
Related links
https://tier4.atlassian.net/browse/RT1-5447
Tests performed
https://evaluation.tier4.jp/evaluation/reports/5c831c1b-26fe-5879-8d68-66fc58e60d0a?project_id=prd_jt
Notes for reviewers
Interface changes
none
ROS Topic Changes
ROS Parameter Changes
Effects on system behavior
none
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.
After all checkboxes are checked, anyone who has write access can merge the PR.