aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uavcan
Commit message (Collapse)AuthorAgeFilesLines
* Fixed heading covariance calculation and build errors.Andrew Chambers2014-07-022-6/+14
|
* Added class to convert gnss message from uavcan to uorbAndrew Chambers2014-07-014-1/+216
|
* UAVCAN: append to EXTRADEFINES to those given by make cmd lineholger2014-06-241-3/+2
|
* Removed misleading commentPavel Kirienko2014-05-091-1/+0
|
* Micro optimization in UAVCAN polling loopPavel Kirienko2014-05-091-1/+1
|
* Catching up with STM32 driver optimizations in libuavcanPavel Kirienko2014-05-091-3/+3
|
* Proper IO miltiplexing libuavcan + ORBPavel Kirienko2014-05-082-27/+44
|
* UAVCAN ESC controller - proof of concept statePavel Kirienko2014-05-085-45/+265
|
* Warning fixesPavel Kirienko2014-05-081-2/+2
|
* UAVCAN mixer renamed to /dev/uavcan/escPavel Kirienko2014-05-081-1/+1
|
* UAVCAN: Fix start / stop commandsLorenz Meier2014-05-081-6/+16
|
* UAVCAN: improve printing, ready for full closed loop testLorenz Meier2014-05-082-8/+47
|
* UAVCAN: Fixed all compile errorsLorenz Meier2014-05-082-47/+123
|
* Added mixing code, not complete, not compiliingLorenz Meier2014-05-082-8/+273
|
* Fixed printing of bit rateLorenz Meier2014-05-071-3/+3
|
* Fixed comments and code style of UAVCAN nodeLorenz Meier2014-05-073-17/+55
|
* Catching up with libuavcan - some preprocessor symbols are no longer ↵Pavel Kirienko2014-05-071-3/+3
| | | | required to be defined explicitly
* Removed the placement new workaround. It seems like we can pull <new> from ↵Pavel Kirienko2014-05-071-2/+1
| | | | the toolchain's standard includes with no harm.
* Working UAVCAN node. No application logic is implemented yet; the node just ↵Pavel Kirienko2014-05-073-34/+151
| | | | publishes its status once a second (uavcan.protocol.NodeStatus) and responds to basic services (transport stats, node discovery)
* Added workaround for hardware issue on Pixhawk v1Pavel Kirienko2014-05-062-2/+8
|
* Fixed hardcoded include pathPavel Kirienko2014-05-061-3/+3
|
* Initial UAVCAN integration. The library compiles successfully, CAN driver ↵Pavel Kirienko2014-05-065-0/+279
appears to be working properly. There is one hardcoded path in the module makefile that needs to be fixed; plus the compilation will likely fail unless arch/math.h contains log2l()