Pavel Kirienko 9542acabeb Update README.md
2014-09-19 02:53:30 +04:00
2014-09-03 21:41:27 +04:00
2014-06-16 00:43:48 +04:00
2014-03-29 15:18:36 +04:00
2014-01-23 11:41:25 -08:00
2014-09-19 02:53:30 +04:00

UAVCAN - CAN bus for UAV

Coverity Scan

Reference implementation of the UAVCAN protocol stack.

Documentation

Library development

Despite the fact that the library itself can be used on virtually any platform that has a standard-compliant C++03 or C++11 compiler, the library development process assumes that the host OS is Linux.

Prerequisites:

  • Google test library for C++ - gtest
  • C++03 and C++11 capable compiler with GCC-like interface (e.g. GCC, Clang)
  • CMake 2.8+
  • Optional: static analysis tool for C++ - cppcheck

Building the debug version and running the unit tests:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
S
Description
a mirror of official PX4-Autopilot
Readme BSD-3-Clause
587 MiB
Languages
C++ 51.2%
C 38.5%
CMake 4.7%
Python 3.9%
Shell 1.3%
Other 0.1%