-
- Downloads
[Payload][EarlyManeuver] Update active target at a higher frequency than the algorithm frequency
Because of the wing algorithms running at 1 Hz, the wing traveled 75 meters vertically before updating the active target, given a falling rate of 5m/s and the confidence to switch targets requiring 15 consecutive samples. A periodic task running at 10 Hz is introduced to update the active target. Also log active target changes.
Showing
- src/boards/Payload/Configs/WingConfig.h 1 addition, 1 deletionsrc/boards/Payload/Configs/WingConfig.h
- src/boards/Payload/StateMachines/WingController/WingController.cpp 22 additions, 1 deletion...s/Payload/StateMachines/WingController/WingController.cpp
- src/boards/Payload/Wing/Guidance/EarlyManeuverGuidanceAlgorithm.cpp 28 additions, 12 deletions.../Payload/Wing/Guidance/EarlyManeuverGuidanceAlgorithm.cpp
- src/boards/Payload/Wing/Guidance/EarlyManeuversGuidanceAlgorithm.h 19 additions, 29 deletions...s/Payload/Wing/Guidance/EarlyManeuversGuidanceAlgorithm.h
- src/boards/Payload/Wing/WingTargetPositionData.h 14 additions, 0 deletionssrc/boards/Payload/Wing/WingTargetPositionData.h
- src/scripts/logdecoder/Payload/logdecoder.cpp 1 addition, 1 deletionsrc/scripts/logdecoder/Payload/logdecoder.cpp
Loading
Please register or sign in to comment