USU-Robosub / Poseidon

USU's third-generation autonomous submarine
http://usub.cs.usu.edu
17 stars 0 forks source link

Move Yaw from Thruster to PIDController #255

Open TJonesy opened 7 years ago

TJonesy commented 7 years ago

Implementation Issue

The Yaw functionaliy is currently in the Thruster however it should be irrelevant to the Thruster. It needs to be moved into the PIDController so they are no longer codependent.

Context

ThrusterController and PIDController

Expected result

The ThrusterController should be independent of the PIDController

Requirements

The 2 controllers need updated and also the JS that utilizes the yaw functionality will need to be updated.