All Projects → JcZou → Starrypilot

JcZou / Starrypilot

Licence: bsd-3-clause
A lightweight autopilot software for Pixhawk

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Starrypilot

Paparazzi
Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.
Stars: ✭ 1,178 (+384.77%)
Mutual labels:  drones, autopilot, uav
Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+1994.65%)
Mutual labels:  drones, autopilot, uav
Dronin
The dRonin flight controller software.
Stars: ✭ 238 (-2.06%)
Mutual labels:  autopilot, uav, quadcopter
Gymfc
A universal flight control tuning framework
Stars: ✭ 210 (-13.58%)
Mutual labels:  uav, quadcopter
Swarms
The ultimate node.js library for controlling Bitcraze Crazyflie 2.0 drones
Stars: ✭ 11 (-95.47%)
Mutual labels:  drones, quadcopter
Missionplanner
Mission Planner Ground Control Station (c# .net)
Stars: ✭ 1,059 (+335.8%)
Mutual labels:  autopilot, uav
Librepilot
This is the GitHub mirror for the LibrePilot source code. The main development is taking place at https://bitbucket.org/librepilot
Stars: ✭ 260 (+7%)
Mutual labels:  drones, uav
Gaas
Generalized Aviation: Open source autonomous aviation software platform, designed for fully autonomous drones and flying cars.
Stars: ✭ 1,377 (+466.67%)
Mutual labels:  drones, uav
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (-64.2%)
Mutual labels:  autopilot, quadcopter
Luatelemetry
FrSky SmartPort(S.Port), D-series, F.Port and TBS Crossfire telemetry on all Taranis and Horus transmitters
Stars: ✭ 206 (-15.23%)
Mutual labels:  uav, quadcopter
Sapog
Sapog - advanced multiplatform ESC firmware
Stars: ✭ 139 (-42.8%)
Mutual labels:  drones, uav
Rotors simulator
RotorS is a UAV gazebo simulator
Stars: ✭ 700 (+188.07%)
Mutual labels:  uav, quadcopter
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+2631.28%)
Mutual labels:  autopilot, uav
Inav
INAV: Navigation-enabled flight control software
Stars: ✭ 1,830 (+653.09%)
Mutual labels:  autopilot, quadcopter
Bbbmini
BeagleBone ArduPilot DIY Cape
Stars: ✭ 140 (-42.39%)
Mutual labels:  autopilot, uav
Mavgcl
In-Flight Analysis for PX4
Stars: ✭ 96 (-60.49%)
Mutual labels:  autopilot, uav
firmware
Firmware for the ROSflight autopilot
Stars: ✭ 115 (-52.67%)
Mutual labels:  uav, autopilot
awesome-drones
A curated list of Awesome Drones resources
Stars: ✭ 44 (-81.89%)
Mutual labels:  uav, drones
Awesome Dronecraft
Resources to fully understand how autonomous drones work.
Stars: ✭ 104 (-57.2%)
Mutual labels:  drones, uav
Gym Pybullet Drones
PyBullet Gym environments for single and multi-agent reinforcement learning of quadcopter control
Stars: ✭ 168 (-30.86%)
Mutual labels:  uav, quadcopter

StarryPilot

中文页 |

This project is not maintained any more. Please visit the new project page: Firmament Autopilot.

About

A lightweight and powerful autopilot software, which focus on research and development of state-of-the-art software for UAVs. One of the project’s primary goals is to provide an open and flexible platform making it easy to be applied to a broad range of domains.

Feature

  • RT-Thread RTOS, Fatfs file system, System components, such as IPC, Msh shell system, file manager, parameter system, log system, etc.
  • Completely support with Pixhawk hardware
  • ADRC control & PID control
  • Support with Mavlink(QGround Control)
  • Support with Gazebo hardware-in-the-loop (HITL) simulation

Control

ADRC vs PID

Simulator

Tools

  • Calibration software (magnetometer and accelerometer calibration)
  • Logger checker

Usage

The project is developed on Pixhawk (autopilot hardware). To download firmware into Pixhawk, please follow these steps:

  • First compile the starry_fmu and generate bin file.
  • Use QGroundControl (QGC) to download the bin file into fmu. To download custom firmware, choose the following choice.

  • Now the firmware of starry_fmu should be correctly downloaded (If failed, please try again, or use the newer version of QGC). Connect Radio-telemetry to the TELEM 2 port of Pixhawk, then you should see the Msh shell system output via serial terminal (default baudrate is 57600).

  • If you didn't format the SD card before, please type mkfs command to format the SD card.
  • Then you should download the starry_io firmware. To do so, first compile starry_io project to get the bin file and name it as starryio.bin. Copy the starryio.bin to the root directory of SD card, then open Msh shell system and type uploader, which is shown below.

  • Choose file system option to start download. Notice that if it's the first time that you download starry_io, after you type uploader, you should push reset button of io (in the side of Pixhawk) to let io enter the bootloader.
  • Congratulation, now the download is finished!

Compile Environment

  • IDE: The compile environment is based on Keil MDK5.

  • GNU GCC: For more instructions, please refer to README.md

Developer List


QQ群: 459133925

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].