177 Commits (fe336fb749af942f87c1b8e37122dfd62be17c3c)

Author SHA1 Message Date
Amilcar Lucas ee4251baef Fix compilation 14 years ago
Amilcar Lucas 7b4ccffa53 Moved relay control functions to it's own library 14 years ago
Amilcar Lucas dcef0f34e9 Correct/update channel assigment comment 14 years ago
Doug Weibel 5073acce3e Add auto flap functionality to FBW-B 14 years ago
Doug Weibel 9396e3ab58 Fix missing capitalization 14 years ago
Doug Weibel adbe965f35 Rework prev commit a bit cleaner as suggested by Janne Mäntyharju 14 years ago
Doug Weibel 3fff788f95 Add code to disable throttle if we are on the ground and in FBW_B or higher 14 years ago
James Goppert e20c279ca5 Added makefiles for ArduCopter/ArduPlane. 14 years ago
Janne M 8aac89e549 Fixed board setting in cmake-file. Removed now autogenerated Makefile 14 years ago
James Goppert 5489b84f8e Improvements to cmake. 14 years ago
James Goppert 5e92e1f982 Corrected makefile. 14 years ago
James Goppert ed850d4e0c Added missing files. 14 years ago
James Goppert d887a28b91 Added ArduBoat/ ArduRover/ and APO library. 14 years ago
Jason Short 326cfef808 Dead Zone fix - Now the range is full instead of clipped. Should make the Yaw much more smooth. 14 years ago
Amilcar Lucas dca013965a Fix issue #285 14 years ago
Amilcar Lucas e5c248e2bf Moved mavlink_check_target() to the libraries/. 14 years ago
Doug Weibel 932e0fe45c Correct bug in auto flap handling 14 years ago
Andrew Tridgell e2ed1f1c56 removed some more unused defines 14 years ago
Andrew Tridgell 4437ff1046 get rid of the last active uses of the SendDebug macros 14 years ago
Andrew Tridgell 6a9a85f184 remove unused climb_rate code 14 years ago
Andrew Tridgell 20bfe6b01d use gcs_send_text_fmt() and cleanup a few old debug lines 14 years ago
Andrew Tridgell 0f09bf6654 GCS: added new gcs_send_text_fmt() method 14 years ago
Andrew Tridgell 9351ef17a9 GCS: don't send low priority messages unless they fit 14 years ago
Andrew Tridgell 55cd7bcf1d added gcs_severity enum 14 years ago
Andrew Tridgell 66e4ae50bb remove some more old cruft 14 years ago
Andrew Tridgell 73223ee458 remove Mavlink_Common.h and used deferred logic for params/waypoints 14 years ago
Andrew Tridgell de12ea429e remove some more unused code in the GCS interface 14 years ago
Andrew Tridgell e61d742345 GCS: make the two GCS links gcs0 and gcs3 14 years ago
Andrew Tridgell 2ca8e58bc2 GCS: simplify the API for sending messages 14 years ago
Andrew Tridgell 17ebb311a7 MAVLink: use enum ap_message and remove unused param argument 14 years ago
Andrew Tridgell 220b941e31 removed some more dead messages, and convert MSG_* to an enum 14 years ago
Andrew Tridgell 3f37cce6c7 remove unused MESSAGE_COMMAND_LIST 14 years ago
Andrew Tridgell 9baab490f1 HIL: first step in simplifying the HIL/GCS code 14 years ago
Andrew Tridgell 87ddd50c2a remove unsued MSG_LOCAL_LOCATION 14 years ago
Andrew Tridgell 5042ca8e9e rework the MAVLink send code to avoid excessive stack usage 14 years ago
Janne M b5cfbd10ae Added voltage divider, input voltage and amps per volt to parameters. 14 years ago
Amilcar Lucas 227ce0a92d Merge some small misc improvements from APM_Camera branch 14 years ago
Andrew Tridgell 58fa51b680 ArduPilot updates for new DCM code 14 years ago
Andrew Tridgell 49d96726d5 MAVLink: only send HEARTBEAT and SYS_STATUS during initialisation 14 years ago
Michael Oborne e43b711e96 fix remote error value 14 years ago
unknown a4e001bbcf Adding CMake support 14 years ago
Amilcar Lucas 1f29197771 Revert more of 6dcbc7f44bc0. 14 years ago
Amilcar Lucas f08cea8044 These changes were meant to be inside commit a14c06adc06b. I'm sorry but reverting stuff is not that easy 14 years ago
Amilcar Lucas 5406991831 Added support for routing any function to any of the aux. servos. 14 years ago
Amilcar Lucas c7b3bfd295 Use the G_RC_AUX macro when possible. Added more comments. Remove unused code 14 years ago
Doug Weibel f05f56f83f Correct bug in initialization of auxiliary channels 14 years ago
Doug Weibel 119d006e03 Change default setting for auto_trim to disabled per user (JB) request. 14 years ago
Doug Weibel 8c9757a8d1 Correct state machine processing for long failsafe event following short failsafe from lower modes 14 years ago
Doug Weibel 251c5875fb Disable stick mixing if in failsafe 14 years ago
Amilcar Lucas 77c798abd5 Use G_RC_AUX macro to simplify accessing the auxiliary servos 14 years ago