Skip to content

Basic baremetal firmware to control the Navigator Flight Controller

Notifications You must be signed in to change notification settings

Offset-official/crabpilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 CrabPilot

A blazingly fast bare metal firmware to control the BlueRobotics Navigator Flight Controller.

Current release only allows to move the AUV in a a forward motion for a set period of time.

Notes

AUV thruster configuration:

  • Thruster 1 is fit with the counter clockwise propeller.
  • Thruster 2 is fit with the clockwise propeller.

Control

Once the program is executed, after 5 seconds, the thruster will move the AUV in the forward direction for 5 seconds.

Installation

Follow the offical instructions to install rust on your device.

  1. Clone the repo
git clone https://github.com/Offset-official/crabpilot
cd crabpilot
  1. Test build and install dependencies
cargo build --release

Usage

  1. Build the project for production
cargo build --release
  1. Install the built binary onto the system path
cargo install --path .

About

Basic baremetal firmware to control the Navigator Flight Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages