Bob Long

Results 34 issues of Bob Long

When prearm checks are failing, the HUD displays the last failure message, even if that message is very stale. This changes it so it displays the latest failure message since...

Support additional motor test information for tri frames. Goes along with [this ArduPilot PR](https://github.com/ArduPilot/ardupilot/pull/25670), and should probably not be merged until that one is. This brings the motor test order...

1) Add double buffering to MyDataGridView. Prevents dangerous graphical corruption that can occur when scrolling, causing the name of the parameter you are editing to look like a different parameter....

Still need to add more types, but tri frames are a rather common VTOL frame, and this is needed for Mission Planner's motor test page to work.

DevCallTopic

Still a bit to do, but I have some stuff working. It's going to be a massive PR, so I want to get some of this out there to start...

There is no crankshaft sensor status reported by this EFI. This line is misleading and should be removed. The sensor health bitmask is already logged elsewhere.

- Convert temperatures Celsius to match the docs - Fix format specifier for CHT2

MergeOnCIPass

Companion to this PR: https://github.com/ArduPilot/ardupilot/pull/27752

Another helpful script I made while developing and testing https://github.com/ArduPilot/MissionPlanner/pull/3386 Opening this mostly so I can point people to it if they want to test.

This function actually converts a vector represented in the body frame to the earth frame. The previous name was wrong. This function matches the behavior of AHRS::body_to_earth. Here is a...