Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for units, multipliers and instances #3

Merged
merged 3 commits into from
Apr 10, 2024

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    11ce26b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Added support for units, multipliers and instances

    This is a huge overhaul of the plotjuggler-apbin-plugin with
    many code changes!
    
    plotjuggler-apbin-plugin now reads and uses
    - units (FMTU and UNIT messages)
    - multipliers (FMTU and MULT messages)
    and applies them correctly to the message data.
    
    The plugin handles instances defined by the unit
    character '#'. Instances are now displayed correctly in PlotJuggler.
    
    The plugin tries to convert the time base to unix time
    (based on the logged data from GNSS). This is useful if you want
    to analyze rosbags and ArduPilot logfiles in parallel.
    jwithelm committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    345c15c View commit details
    Browse the repository at this point in the history
  2. Fix CMake

    The plotjuggler-apbin-plugin was not correctly linked to
    plotjuggler.
    jwithelm committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a2e1d5f View commit details
    Browse the repository at this point in the history