You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# with the z axis and that the "sign" of each rotor yaw moment alternates starting with positive for r1. 'TM' = "thrust and moments"
#5 modified the computation of the matrix self.f_to_TM to account for different rotor spin directions, however the comment above still reports the assumption of alternating signs starting with a positive sign, has this been dropped?
In the Multirotor class there is a similar assumption reported in the comment that also seems to have been dropped in the code, is this correct?
rotorpy/rotorpy/controllers/quadrotor_control.py
Line 65 in ec2e173
self.f_to_TM
to account for different rotor spin directions, however the comment above still reports the assumption of alternating signs starting with a positive sign, has this been dropped?In the
Multirotor
class there is a similar assumption reported in the comment that also seems to have been dropped in the code, is this correct?rotorpy/rotorpy/vehicles/multirotor.py
Lines 120 to 123 in ec2e173
The text was updated successfully, but these errors were encountered: