Make drivealign_to_longitudinal_displacement and drivealign_to_darm_displacement methods
In actuation.py
, rename drivealign_to_displacement
to be drivealign_to_longitudinal_displacement
, and then add another method called drivealign_to_darm_displacement
which calls drivealign_to_longitudinal_displacement
and multiplies in the darm_feedback_sign
variable. Use drivealign_to_darm_displacement
in both compute_acutation_single_stage
and in known_actuation_terms_for_measurement
.
The same thing needs to be done in calcs.py
Edited by Evan Goetz