Skip to content

Rename class "LastFootSteps" to "FootstepHistory"

Ghost User requested to merge rename_last_footsteps into master
  • Rename class LastFootSteps to FootstepHistory
  • Move usage of renamed class FootstepHistory from VTractory to Pedestrian
  • Implement migration JsonTransformationV1_3ToV1_4 to update all scenario files
  • Apply migration JsonTransformationV1_3ToV1_4 to all scenario files

Watch out: Everywhere were VTrajectory.add() is called, additionally call "FootstepHistory.add()" now.

Merge request reports