Quantcast
Channel: ArduPilot Discourse - Latest topics
Viewing all articles
Browse latest Browse all 46061

Bad AHRS cause no pwm output

$
0
0

@jinchengde wrote:

Version:AP 3.6
the Mission Planner shows "Bad AHRS" and "(Safe)", and there is no output in servo but we set BRD_SAFETYENABLE to 0.we find that maybe the weather is too hot cause baro temp is unnormal, if we make pixhawk board cool, there is no "(Safe)" in MP and the pwm output is in normal.

we check the code maybe Bad AHRS cause PWM_SERVO_SET_FORCE_SAFETY_ON because the MAVLINK message in MP is
// saftey switch
if (armed && sensors_enabled.motor_control == false && sensors_enabled.seen)
{
messageHigh = "(SAFE)";
messageHighTime = DateTime.Now;
}

so it looks like that motor control is be set false.

Does anybody know how to modify the code to approval the pwm output even bad AHRS, we no clear what happened make motor control to fail.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 46061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>