856 Commits (ffac5cba2fb91d30334c36b296a982686fcd166a)

Author SHA1 Message Date
Lorenz Meier 925f143433 Better AR interface initialization 13 years ago
patacongo 2cdd7e7425 LPC17xx Kconfig looks good 13 years ago
patacongo 9c0b4cd45f Add URL/CGI function mapping option to uIP web server 13 years ago
patacongo 77c753b32a Add Kconfig settings for the LPC17xx 13 years ago
Lorenz Meier db6ec2d7d2 Various minor fixes and improvements across system 13 years ago
patacongo 8870a08597 Refactor serial configuratin; AVR teensy Kconfig now builds 13 years ago
Simon Wilks ccafa0e982 Revert "Fix the RC mappings." 13 years ago
Simon Wilks de7aa60f4b Fix the RC mappings. 13 years ago
Lorenz Meier 84e11a0cac Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1 s of RC loss. Added debug topic. 13 years ago
px4dev 86a2a4fb9f Turn off more debug output. 13 years ago
px4dev 41dde1ea64 Fix issue where the roll controller never receives parameter updates. 13 years ago
px4dev 97bdb9482a Turn off annoying debug output. 13 years ago
Lorenz Meier e503c15361 Checkpoint - this is worth an AR.Drone flight test. Fixed thrust scaling in sensors for manual input, kind of fixed AR.Drone motor interface, very reliable now 13 years ago
patacongo e5581cb0bc Syntax error in last apps/netutils/webserver/Kconfig 13 years ago
patacongo d06103b98b Enhancements to the uIP web server from Kate 13 years ago
patacongo 90ef4d1d10 Fix scrambled Kconfig Make.defs files 13 years ago
px4dev 62682d805e Avoid a couple of unnecessary promotions to double. 13 years ago
px4dev 5c692e2971 Initialise some extra fields, don't try closing an ORB advertisement. 13 years ago
Lorenz Meier eb01cd6fd3 Changed a critical section to double precision calculation. It may not be necessary, but lets not risk precision unless we have properly analyzed what numerical precision is required. 13 years ago
px4dev 9667edd170 Fix up AR.drone motor GPIO config and initialisation 13 years ago
Lorenz Meier 8a615a9741 WIP on ardrone control interface 13 years ago
Lorenz Meier 79801b1578 Added high-res sensor message better suited for scientific applications 13 years ago
Lorenz Meier 6b903cf508 Removing old cruft from the interface 13 years ago
px4dev 0d89da96a3 Adjust the mixer tables for observed yaw sign behavior. 13 years ago
Lorenz Meier 60dabef756 Cleaned up HIL interface 13 years ago
px4dev edaa40f1d3 Fix typo in roll controller initialization; now roll and pitch controllers respond in a comparable fashion. 13 years ago
Lorenz Meier 8aa41f7d34 Add actuator controls output 13 years ago
Lorenz Meier 436648fff0 Ported MAVLink app to actuator_armed topic 13 years ago
Lorenz Meier cae070c73e Changed to publishing armed state in commander 13 years ago
Lorenz Meier e9373752d1 Fixed arming state setting / publication 13 years ago
px4dev eb8e3a2942 Reduce slightly the rate at which we can be spammed with arming-state change messages. 13 years ago
px4dev 00ba1d629b Redo the math in the ms5611 driver to a) avoid re-computing scaling factors for every pressure measurement, b) be perhaps more readable and follow the data sheet more closely, and c) support calibration of the MSL pressure. 13 years ago
Lorenz Meier cf62c892f9 Added temperature measurement, added led system command 13 years ago
patacongo d1764ac57e Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking? 13 years ago
patacongo 0eb58dfb72 The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg) 13 years ago
patacongo 035e89e554 Fix some places in library where semaphore is not released on error conditions 13 years ago
Lorenz Meier 39fd8b9cda Fixed minor compile warnings (just warnings, no effect on execution) in BMA180 13 years ago
Lorenz Meier 4ba8036d80 minor typo in comment 13 years ago
Lorenz Meier 5f131e8c11 Checkpoint: Operational BMA180 driver 13 years ago
px4dev 63485b91b2 Kick the BMA180 driver mostly into shape. Still not reading data correctly. 13 years ago
px4dev 116306ae3e units in comments 13 years ago
px4dev 1e80bd544b Make the buffer ring work. 13 years ago
patacongo b121fbbb00 Add configurable application entry point 13 years ago
px4dev 45885f15dc Fix the readout transfer size. 13 years ago
px4dev da3cd24352 Be a bit more careful with which bits we stuff into the l3gd20 registers. 13 years ago
px4dev d0898cb947 Something approximating a driver for the L3GD20 13 years ago
px4dev d0f10a3550 driver work in progress 13 years ago
px4dev 732e23a883 Add some documentation for the warn/err functions. 13 years ago
Lorenz Meier c816cca816 fixed a param save bug 13 years ago
Lorenz Meier 676daf7c46 minor changes for default options, closing properly all subscriptions in multirotor att control now on exit 13 years ago