-
Notifications
You must be signed in to change notification settings - Fork 60
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
Register StandStillDuration to job list #1409
Register StandStillDuration to job list #1409
Conversation
Checklist for reviewers ☑️All references to "You" in the following text refer to the code reviewer.
|
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.
Code looks good to me.
Start regression test.
… into feature/joblist-update-stand-still-duration Signed-off-by: Masaya Kataoka <[email protected]>
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.
Resolve conflict and re-run regression test.
Abstract
This pull request removes unused functions related to stand-still duration updates across multiple entities to optimize the codebase.
Background
The stand-still duration feature is being deprecated, so the related code is being removed to streamline maintenance and improve performance.
Details
updateStandStillDuration
function fromEgoEntity
,MiscObjectEntity
,PedestrianEntity
, andVehicleEntity
classes.EntityBase
to handle stand-still duration calculation within a job.References
N/A
Destructive Changes
N/A
Known Limitations
N/A