Skip to content

4.3.14

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 02:44
· 1337 commits to master since this release

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

  • Removed updateStandStillDuration function from EgoEntity, MiscObjectEntity, PedestrianEntity, and VehicleEntity classes.
  • Removed test cases related to the stand-still duration logic.
  • Updated job list registration in EntityBase to handle stand-still duration calculation within a job.

References

N/A

Destructive Changes

N/A

Known Limitations

N/A

Related Issues