Skip to content
@NorthStarUAS

NorthStar UAS

An independent autonomous flight ecosystem, emphasizing simplicity, robustness, accuracy, and performance. -- For the cat!

NorthStar UAS

Summary

This is a collection of all the UAS, flight control, EKF, ground station, data analysis, and mapping related work I've done since the middle 2000's.

December 2024: Pushing forward (and another flight test?)

I would love to find at least one more day in 2024 with light winds, moderate temps, and time in my schedule to go out and test all the fixes and updates since mid-november. There is also plenty more work to do porting the remaining tasks (parametric path following, glide and excitation tasks, and survey route generation.) If I get bored with that, I really hope to get back working on my ideas of generating control laws directly from flight test data (just fly around a bit ...) along with generating a functional flight simulator for HIL testing also directly from flight test data.

November 2024: First Test Flight!

On November 15 I went out and actually test flew all the work so far. Yes I had missed a few things in testing so the day started out rough as I worked through debugging a couple things, and then after that I got about an hour and 45 minutes of fully autonomous flight, including a successful autoland. Much of the remainder of November was spent working through the squaks I discovered and working through logfile and post-process scripts to catch up with all the message changes.

October 2024: Working towards Aircraft Integration

Continuing tweaks and polishing of code as I work through the next aircraft integration. For example: I ran into a not-fully-understood issue with parsing sbus input, so I updated to the latest BFS sbus library code and made the corresponding API updates to the calling layers. Hoping for full integration by the end of October with a first flight soon after.

September 2024: Logging, Real Hardware and Sensors, Aircraft Integration

This summer's efforts to port the entire FMU system from a hybrid beaglebone(linux/python) + teensy(real-time/c++) to all running entirely on a single teensy in c++ has been going well. The Launch and Land tasks are ported and tested. Onboard logging is also up and running now. Logging had been another function that resided on the beaglebone. Flight data is pushed into a protected ring buffer from the main 100hz interrupt handler and then written [as able] to the SD card in the slack time. I had been testing on a teensy-4.x but as of today I have the code up and running on a teensy-3.6 (Bolder Flight Systems Marmot board.) My plan is to integrate this board into my Skywalker for first real test flights of all the software updates.

August 2024: Porting Route Management, Mission, and Tasks

I successfully spun up a HIL simulation system that is built on top of JSBSim and communicates with the hardware via nsLink (and Messages.) This enables testing the firmware code on the teensy hardware in simulated flight and allows testing of all the flight control law components as well as the higher level mission and task elements. Circle holds are working. The GCS web pages (panel and map) were updated with all the latest property name updates. Some GCS (map) commands are enabled and working. More will be added as the backend mission/task code to respond to those commands is ported. Finally I am working on updating the route manager code to be a lot more embedded system friendly. Previously it was running on a beaglebone (linux, pi-like) and I didn't worry too much about memory usage or memory fragmentation.

Pinned Loading

  1. Simulator Simulator Public

    Flight dynamics models and control laws created directly from flight test data.

    Python 6 1

  2. ImageAnalysis ImageAnalysis Public

    Aerial imagery analysis, processing, and presentation scripts.

    Python 157 44

  3. insgnss_tools insgnss_tools Public

    INS/GNS, EKF, sensor fusion toolbox with python wrappers.

    C++ 21 12

  4. FMU-Arduino FMU-Arduino Public

    Arduino (Teensyduino) firmware for creating a pretty advanced DIY autopilot yourself.

    C++ 4 3

  5. GCS GCS Public

    Ground Station (html5/web based)

    JavaScript 6 4

  6. props2 props2 Public

    Rev 2 of the property tree. This version improves performance, functionality, and streamlines the api based on 25 years of best practices experience.

    C++ 1

Repositories

Showing 10 of 18 repositories
  • Simulator Public

    Flight dynamics models and control laws created directly from flight test data.

    NorthStarUAS/Simulator’s past year of commit activity
    Python 6 MIT 1 0 0 Updated Dec 20, 2024
  • FlightData Public

    Libraries to load and interpolate a variety of flight data formats.

    NorthStarUAS/FlightData’s past year of commit activity
    Python 0 MIT 2 0 0 Updated Dec 20, 2024
  • FMU-Arduino Public

    Arduino (Teensyduino) firmware for creating a pretty advanced DIY autopilot yourself.

    NorthStarUAS/FMU-Arduino’s past year of commit activity
    C++ 4 MIT 3 1 0 Updated Dec 3, 2024
  • .github Public
    NorthStarUAS/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Dec 1, 2024
  • GCS Public

    Ground Station (html5/web based)

    NorthStarUAS/GCS’s past year of commit activity
    JavaScript 6 MIT 4 1 0 Updated Dec 1, 2024
  • Messages Public

    A very simple, lean system to define message packets and pack/unpack them. Generates C++ and python code so packets can be shared between languages.

    NorthStarUAS/Messages’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Nov 28, 2024
  • props2 Public

    Rev 2 of the property tree. This version improves performance, functionality, and streamlines the api based on 25 years of best practices experience.

    NorthStarUAS/props2’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Nov 12, 2024
  • rc-flight-legacy Public

    Hybrid Python/C++ flight control, flight data, and autopilot system.

    NorthStarUAS/rc-flight-legacy’s past year of commit activity
    Python 15 12 1 0 Updated Jul 13, 2024
  • fmu-ardupilot-ecosystem-legacy Public

    AP_HAL/ChibiOS-based firmware that turns any supported flight controller board in the heart of the Rice Creek UAS ecosystem.

    NorthStarUAS/fmu-ardupilot-ecosystem-legacy’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Jun 21, 2024
  • ImageAnalysis Public

    Aerial imagery analysis, processing, and presentation scripts.

    NorthStarUAS/ImageAnalysis’s past year of commit activity
    Python 157 MIT 44 11 2 Updated Nov 25, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…