ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

Attitude Logging (ANG)

Open andyp1per opened this issue 1 year ago • 2 comments

Introduces a new high rate attitude message - ANG - to replace the use of ATT for the attitude controller.

andyp1per avatar Sep 10 '24 11:09 andyp1per

Perhaps a test to make sure ATT.DesRoll and ANG.DesRoll match in normal operation

Could use

        dfreader = self.dfreader_for_current_onboard_log()

peterbarker avatar Sep 11 '24 07:09 peterbarker

Here is a log from a quadplane mission 00000002.zip

andyp1per avatar Sep 11 '24 07:09 andyp1per

Tested on my 5"

andyp1per avatar Sep 16 '24 17:09 andyp1per

I guess I wasn't involved in the review of this (probably my fault for not paying attention) but I think it's a bit odd that we now have both ATT and ANG messages with nearly exactly the same information in them. It's hard to imagine what argument would not allow increasing the rate of the ATT message but would allow a duplicate message

rmackay9 avatar Nov 06 '24 03:11 rmackay9