Nathan Pulver

Results 3 comments of Nathan Pulver

Same issue here but with plotting ellipses. ``` fig2 = plt.figure(0) ax2 = fig2.add_subplot(111) for point, w, h in zip(zip(gps_disp['Lon'], gps_disp['Lat']), normal_sigmaE, normal_sigmaN): ellipse = Ellipse(xy=point, width=w/10, height=h/10, edgecolor='black', alpha=.5,)...

> > > > I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1 > > Yesterday I took...

> > > > > > I managed to modify the target BETAFLIGHT_F4 (src / main / target / BETAFLIGHTF4 / target.h) for iFlight SucceX-E F4 V2.1 > > >...