Search found 2 matches

by omnibusor
Thu Aug 13, 2015 5:58 am
Forum: Software development
Topic: Sonar HC-SR04 Support now implemented in MW2.4
Replies: 102
Views: 75316

Re: Sonar HC-SR04 Support now implemented in MW2.4

I can not see anything about debug[3] The only thing about debug in your code debug[0] = sonarAlt; // raw sonar altitude debug[1] = BaroAlt; // barometer altitude debug[2] = alt.EstAlt; So, I put debug[3]= rcCommand[THROTTLE]; in your code and it is not working debug 3 and 4 will only activates once...
by omnibusor
Thu Aug 13, 2015 5:02 am
Forum: Software development
Topic: Sonar HC-SR04 Support now implemented in MW2.4
Replies: 102
Views: 75316

Re: Sonar HC-SR04 Support now implemented in MW2.4

I put your whole code in Crius AIO PRO just changed Crius_se -> Crius AIO PRO When I saw your video above, I saw changing debug[3] Did you just put your code debug[0] = sonarAlt; debug[1] = BaroAlt; debug[2] = alt.EstAlt; debug[3] = rcCommand[THROTTLE]; //just I added in your code But it is definite...