-
- Downloads
Refactored things like "controller_value" to "controller_parameter"
- Realised that controller value may get confused with the actual value of the PID terms in the controller. To avoid this confusion in the future I have refactored things referencing the PID constant to now be called "control_parameter" - There are quite a few instances of variables that changed. - Sorry Jake
Showing
- groundStation/src/backend/commands.c 12 additions, 12 deletionsgroundStation/src/backend/commands.c
- groundStation/src/backend/commands.h 6 additions, 6 deletionsgroundStation/src/backend/commands.h
- quad/sw/modular_quad_pid/src/callbacks.c 34 additions, 35 deletionsquad/sw/modular_quad_pid/src/callbacks.c
Please register or sign in to comment