Skip to content

beamuav/elixir_mavlink_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAVlink Utilities

A helper layer on top of MAVLink for performing common commands and tasks with one or more remote Ardupilot vehicles. It can either be used as an API or directly from iex with an experience similar to Ardupilot's MAVProxy.

Installation

If available in Hex, the package can be installed by adding mavlink_util to your list of dependencies in mix.exs:

def deps do
  [
    {:mavlink_util, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mavlink_util.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages