ArduPilot / ArduPilot/MissionPlanner

LogBrowser: canned sensor reports not using Instance fields

Open
#3,155 0 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

The LogBrowser has many convenient canned reports but sadly they don't seem to work since the introduction of the instance fields. For example, below is the Compass mavgraphs and we see the values from all 3 compasses are being used instead of just the first one.

![image](https://github.com/ArduPilot/MissionPlanner/assets/1498098/6963bc29-239d-4e1f-b390-8195d8876a39)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the LogBrowser canned report definitions and the Compass mavgraphs report mentioned in the issue. Trace how those reports select sensor values and verify that the first instance is used rather than values from all three compasses; done means the canned reports correctly honor Instance fields.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 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.