Skip to content

PenguPilot/swig-mavlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWIG Python MAVLink Implementation

This library allows to serialize MAVLink messages in Python at an approximate speed-up of 15.8, compared to the plain Python code generated by pymavlink. These results have been acquired using an Intel Core i5-2320 CPU.

Compiling the Bindings

mkdir new_dir
cd new_dir
git clone https://github.com/mavlink/c_library
git clone https://github.com/PenguPilot/swig-mavlink
cd swig-mavlink
python generate.py
make
cd tests
python test.py

Required Packages

  • Python headers
  • SWIG
  • GCC
  • pkg-config

About

SWIG Python MAVLink Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published