Skip to content

Fixed duplicate parameters in firmware

Colton Glick requested to merge fix-dup-param into ryan_pid

Bug Description

  • Unit tests were failing due to the duplicate param and log group names after creating the student controller.

Fix Description

  • Renamed the param and log group names from controller (which was the same as the PID controller) to ctrlStdnt

Impacted Areas

  • Quad firmware
  • Ground station

Merge request reports