-
- Downloads
[ARP] propagator with acceleration
[ARP] chage of some names in PropagatorState structure [ARP] suggested changes [ARP]PropagatorData could not be logged, propagator algorithm improved [ARP] format [ARP] Last changes before internal merge Now only z-axis acceleration is used to propagate + some comments added. [ARP] Propagator max propagation time - Propagator: Changed a little the structure to have an overall maximum time for the propagation from the last received packet [ARP] Fixed max time propagation and acceleration - Acceleration (Propagator): Now the time to compute the acceleration is correctly converted to seconds (before it was wrongly on micros) - Fix max time (Propagator): The maximum propagation time was not applied due to wrong sign in the statement to check the propagation time [ARP] Fixed type issue with acceleration - Fixed error type for the acceleration: Since all types were uint, the casting was to uint for the acceleration. This caused infinite acceleration to be reached in case of times near to 0 seconds [ARP] Minor fixes for MR - Follwer: Added mutex for the init function, removed unused init variable - Propagator: Using now chrono for the MAX_ACCELERATION_TIME and to constexpr
Showing
- src/shared/algorithms/Follower/Follower.cpp 1 addition, 2 deletionssrc/shared/algorithms/Follower/Follower.cpp
- src/shared/algorithms/Follower/Follower.h 0 additions, 2 deletionssrc/shared/algorithms/Follower/Follower.h
- src/shared/algorithms/Propagator/Propagator.cpp 48 additions, 5 deletionssrc/shared/algorithms/Propagator/Propagator.cpp
- src/shared/algorithms/Propagator/Propagator.h 13 additions, 0 deletionssrc/shared/algorithms/Propagator/Propagator.h
- src/shared/algorithms/Propagator/PropagatorData.h 34 additions, 7 deletionssrc/shared/algorithms/Propagator/PropagatorData.h
Loading
Please register or sign in to comment