Search found 2 matches

by crazyminecuber
Mon Jul 29, 2019 7:25 am
Forum: Developer Discussions
Topic: Automatic propeller test
Replies: 3
Views: 1896

Re: Automatic propeller test

Thanks a lot! It did not work immediately for me but if Iadded a delay between the parameter-update and parameter-set, it works. Do you know of a way to print the same data that the real prop test does i.e. STAB: Acc noise floor variance X+Y:0.005075, (Z:0.002433) STAB: Motor M1 variance X+Y:0.15969...
by crazyminecuber
Thu Jul 25, 2019 10:00 am
Forum: Developer Discussions
Topic: Automatic propeller test
Replies: 3
Views: 1896

Automatic propeller test

Hi! I want to imitate the propeller test in the console in cfclient. However i want to be able to write a python script that does that. I thought it would be as easy as setting that parameter like this. scf.cf.param.set_value('health.startPropTest', '1') However nothing appear to happen. I have digg...