Skip to main content

BST Flight Management SDK

Project description

This is the public SDK for the Black Swift Technologies SwiftCore flight management system. More information on the products this works with can be found on our website https://bst.aero

For information on using this with a gazebo multi-rotor simulation, see here: https://gitlab.com/bstaero/sdk/-/wikis/gazebo-setup

For information interfacing with the BST SwiftFlow wind probe, see here: https://gitlab.com/bstaero/sdk/-/wikis/swiftflow-interface

Python SDK

Prerequisites

Installing the Python SDK requires the following to be installed on your machine:

  • swig
  • python3-dev

Install

pip install BSTPythonSDK

Import

import bst_python_sdk

Usage

Parse Log

from bst_python_sdk.logparse import Parser

log_path = "path/to/log.bin"
parser = Parser()

# parsed_log will be a dict containing all packets from the provided log
parsed_log = parser.parse_log(log_path)

Log -> NetCDF

from bst_python_sdk.log_to_nc import convert_to_nc

log_path = "path/to/log.bin"

# output will be a list of the converted logs in netcdf format
# Ex: ["log_010_FW0001.nc", "log_010_SwiftStation.nc"]
output = convert_to_nc(log_path)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bstpythonsdk-3.22.0.dev11.tar.gz (362.1 kB view details)

Uploaded Source

File details

Details for the file bstpythonsdk-3.22.0.dev11.tar.gz.

File metadata

  • Download URL: bstpythonsdk-3.22.0.dev11.tar.gz
  • Upload date:
  • Size: 362.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for bstpythonsdk-3.22.0.dev11.tar.gz
Algorithm Hash digest
SHA256 6b8e38f1bebdbef4cb943524afd9668e692590fcdbf6fc30c1bb08e6d27b1dbc
MD5 e1c74f7cd441915a7be1415ebc612b4b
BLAKE2b-256 48a8ce1d1da1e6f343eab1fb610a0f17c098545a99d7c531a9f19cc9b48e9013

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page