8000 Comparing PX4:main...aviant-tech:main · PX4/pyulog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PX4/pyulog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aviant-tech/pyulog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 0 files changed
  • 3 contributors

Commits on Jul 1, 2024

  1. core.py: Enable correct exporting of char data

    As the data type for saving the char in pyulog was np.int8, the topics
    that had fields with characters weren't able to get encoded (with error:
    pyulog struct.error: char format requires a bytes object of length 1).
    
    Therefore, this enables manual conversion of np.int8 object into bytes()
    with single character, so that struct.pack command works as expected.
    
    Notable example of where this is needed is the "transponder_report"
    topic (included in PX4 v1.14)'s callsign[] character array. Before this
    fix, the "write_ulog()" function would fail as the struct.pack couldn't
    correctly encode the characters stored in int8 type
    junwoo091400 authored and hermankolden committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a707765 View commit details
    Browse the repository at this point in the history
  2. ci: fix too long line

    hermankolden committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c95f0eb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    8600f34 View commit details
    Browse the repository at this point in the history
Loading
0