Closed GoogleCodeExporter closed 8 years ago
Well, keep talking alone. Here is my new log.pde file with small changes:
Motors 1 to 8 are logged and instead of the raw radio value I changed to 0 to
100% using the simple equation:
(100*(motor_out[CH_1]-g.rc_3.radio_min)/(g.rc_3.radio_max-g.rc_3.radio_min))
I prefer to see it this way instead of the raw values (not a big difference
anyway)
Maybe You would prefer to use 1000 scale to be more accurate, because of the
integer value). Or there is a better solution. I don't know.
Hope this work for you.
Original comment by grunb...@gmail.com
on 24 Oct 2011 at 3:34
Attachments:
Made a custom output for each motor
Jason
Original comment by jasonshort
on 28 Oct 2011 at 5:14
Thanks Jason, you are the best.
Original comment by grunb...@gmail.com
on 28 Oct 2011 at 8:27
Original issue reported on code.google.com by
grunb...@gmail.com
on 24 Oct 2011 at 12:22Attachments: