ArduPilot / ArduPilot/MissionPlanner

Plan: ATTITUDE_TIME climb rate field reset to zero

Open
#2,885 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
2.4k
Forks
2.9k
Avg merge
19h 16m
Merged PRs (30d)
4

Description

Similar to https://github.com/ArduPilot/MissionPlanner/issues/2871 the Plan screen resets the ATTITUDE_TIME message's "ClimbRate" field to zero after it is written and then read back from the autopilot.
![mp-attitude-reset-to-zero](https://user-images.githubusercontent.com/1498098/174001508-2b968609-2b33-48ab-ab66-cf8dd9513cf4.png)

I suspect we will find the same thing happens to the DO_GIMBAL_MANAGER_PITCHYAW command once PR https://github.com/ArduPilot/MissionPlanner/pull/2882 is merged.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing this report with MissionPlanner issue 2871 and tracing the Plan screen handling of the ATTITUDE_TIME message's ClimbRate field. Reproduce the write/read-back flow shown in the report, then verify that the value is retained instead of reset to zero; also check whether the related DO_GIMBAL_MANAGER_PITCHYAW case is covered after PR 2882.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.