Skip to content

ucsb-coast-lab/asv_mavlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Control Scheme for ASV Using Mavlink Protocol

Basic Mavlink-based control system for the Aqualink ASV.

Can cross-compile for Jetson Nano using

$ rustup target add aarch64-unknown-linux-gnu # Adds target
$ cargo build --target=aarch64-unknown-linux-gnu

The linker in the .cargo/config file must be

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

which can be installed on Ubuntu using

$ sudo apt-get install gcc-aarch64-linux-gnu

Please note that naming conventions can be confusing; the aarch64 platform is occasionally also known as armv8, which is why it doesn't follow the same naming convention as that used by the Raspberry Pi 3 that is included on the BlueROV2, which uses the armv7 target.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages