mattganis

Results 2 comments of mattganis

So looking at the code above: self.left_x = val / 100.0 doe the value passed (val) represent a percent around a circle ? For example if I pass 50, self.left_x...

so it looks like clockwise(100) spins the drone in a clockwise direction faster than clockwise(25) - so the value passed is not unit, but a spin "rate" - how would...