-
- Downloads
[ARP] Follower race condition fixes, YAW_GAIN and PITCH_GAIN parameters, clockwise positive yaw
Added isInit variable to avoid step to run in case of non-initialized Follower. targetAngle now protected with an apposite mutex to avoid race condition between the step and get functions. Added pitch and yaw gain constexpr parameter Fix yaw AntennaAngles old documentation assumption of counter-clockwise positive.
Showing
- src/shared/algorithms/Follower/Follower.cpp 43 additions, 19 deletionssrc/shared/algorithms/Follower/Follower.cpp
- src/shared/algorithms/Follower/Follower.h 18 additions, 4 deletionssrc/shared/algorithms/Follower/Follower.h
- src/shared/algorithms/Follower/FollowerData.h 12 additions, 6 deletionssrc/shared/algorithms/Follower/FollowerData.h
Loading
Please register or sign in to comment