sort by:
Revision Author Date Message Commit Date
1a92231 [conf] update old airframes and config files 02 May 2012, 11:07:54 UTC
1b32caf [conf] remane "autopilot" folder "firmwares" 02 May 2012, 09:27:42 UTC
cf5a571 [rotorcraft telemetry] added a mode for the attitude visualizer, only send AHRS_REF_QUAT if STABILISATION_ATTITUDE_TYPE_QUAT 30 April 2012, 23:10:22 UTC
92f6b82 [conf] added quadrotor example config 30 April 2012, 23:04:14 UTC
0384881 [conf] some settings xml renames 30 April 2012, 23:01:43 UTC
7b654d7 [conf] cleanup and split of settings files for rotorcrafts 30 April 2012, 22:49:12 UTC
e5ed5f5 [conf] xml files should not be executable 30 April 2012, 22:43:53 UTC
d78c1e7 [i2c] proper use of i2c periph 28 April 2012, 14:32:47 UTC
8fffc98 [udev rule] added a udev rule to make luftboot on lisa/m usable with plugdev group 26 April 2012, 22:50:04 UTC
07aebfa [stm32] merge new i2c driver * the old i2c driver is still the default * to use the new i2c driver, add to the firmware section in the airframe file <configure name="USE_NEW_I2C_DRIVER" value="1"/> 26 April 2012, 14:25:45 UTC
23caa9e [rotorcraft] don't force failsafe commands if motors are off 26 April 2012, 14:10:32 UTC
4a3b145 [GCS] added RC_D shorthand for rotorcraft mode RC_DIRECT to server, so it is not displayed as unknown 26 April 2012, 12:58:43 UTC
910ddd8 [rotorcraft arming] Allow to turn on motors in any mode if they were switched off in a mode other than MODE_MANUAL. If arming via throttle or kill switch is used, at first startup you can only turn them on in MODE_MANUAL. 25 April 2012, 23:11:55 UTC
6ff033f [python attitude viz] added the improvements from the toytronics branch * fixes throttle indicator * apparently no flickering anymore * at zero roll/pitch the quadshot is in forward flight (was displayed in hover before) 25 April 2012, 20:19:29 UTC
7c2d610 [rotorcraft arming] fix USE_KILL_SWITCH_FOR_MOTOR_ARMING * also reset in_flight to false, when going into kill mode * when turing motors off, go back to correct waiting state in KILL_SWITCH and THROTTLE arming state machines 25 April 2012, 19:22:50 UTC
5cf7c48 Merge pull request #178 from paparazzi/b2_v12_mag_signs default mag signs/channels for IMU b2_v1.2 25 April 2012, 12:45:31 UTC
f7c06df Aspirin 2.0 Channels and Signs 25 April 2012, 09:34:46 UTC
2632417 Merge pull request #182 from gautierhattenberger/doc Modules documentation 24 April 2012, 07:41:54 UTC
bcaba7c [modules documentation] Add a doc node to module modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file 24 April 2012, 07:29:12 UTC
b064e2e [gps_nmea] fix start index of msg_buf, where parsing starts now the gps fix should be read correctly 22 April 2012, 22:53:26 UTC
60ade3b [gps_nmea] read hdop and use it as pdop, better than nothing 22 April 2012, 13:35:02 UTC
fd5ce73 [math] in function utm_of_lla_f: copy altitude from lla 22 April 2012, 13:33:59 UTC
89b5871 [gps] set gps.utm_pos.alt correctly it was zero because utm_f.alt was never written anywhere 22 April 2012, 13:33:58 UTC
dddde03 [gps_nmea] if fix is reported as 1, it is really no fix, was correct before 22 April 2012, 02:32:44 UTC
f20da8f [gps_nmea] attempt to fix nmea parser at least a little bit * fix gps.course * fix gps.lla_pos * fix altitude: it is in mm * compute gps.ecef_pos for rotorcrafts * added subsystem for rotorcrafts 22 April 2012, 01:59:38 UTC
75b35da [bat_checker module] only compile for target ap 21 April 2012, 20:36:45 UTC
ef5b5b0 [rotorcraft] force kill mode if ahrs is not aligned, even if RC is not used. only read rc to check motors and in_flight if not in FAILSAFE or KILL mode 21 April 2012, 13:37:50 UTC
35713bf removed old/obsolete booz2 subsystem makefiles 21 April 2012, 12:07:13 UTC
24ac592 [airframe files] removed MAG_[XY|XZ|YZ]_SENS defines, they are never used anywhere 18 April 2012, 21:13:41 UTC
c0c5771 Merge pull request #179 from scdwyer/dev fixes Issue #175 16 April 2012, 10:05:17 UTC
dfd80b2 made /opt/paparazzi take precedence over /opt/local in makefiles to address some path issues, OS X specific 16 April 2012, 02:00:04 UTC
ad33403 Merge branch 'dev' into dev_i2c 15 April 2012, 21:53:07 UTC
ecb723b Lisa/L does not use luftboot. Make it so! :) 15 April 2012, 21:51:09 UTC
5c9bcbe Merge branch 'dev' into dev_i2c 15 April 2012, 21:28:40 UTC
87dfcfa call mag handler in imu aspirin2 driver, otherwise will never be scaled 15 April 2012, 21:25:27 UTC
51c9434 Added the dfu flashing script. Lisa/m 2.0 board is now by default using the DFU flashing mode. As paparazzi (payload) does not contain a way to switch to the bootloader yet you need to connect ADC2 pin to ground on power up to force the bootloader mode. 14 April 2012, 00:04:25 UTC
eb801c8 Added preliminary support for luftboot. By default all lisa/m 2.0 firmware will end up at address 0x8002000 and jtag will put it there without erasing the bootloader. If you intend to not use Luftboot you have to set <configure name="NO_LUFTBOOT" value="1"/> in your airframe file. Using DFU for flashing firmware still needs to be added. 13 April 2012, 23:35:22 UTC
1cb498d Merge branch 'master' into dev * print period and freq of modules' periodic functions * updated bat_checker module to use that 11 April 2012, 14:51:13 UTC
69f53b8 use new generated x_PERIODIC_FREQ in bat_checker module 11 April 2012, 14:49:33 UTC
d644d13 print period and freq of modules' periodic functions in generated/modules, define freq/period with the name of the function all in capital letters followed by _FREQ or _PERIOD 11 April 2012, 13:51:46 UTC
e7e5116 wrap define of ABS in ifndef in std.h 11 April 2012, 12:09:57 UTC
5d9c9a1 updated the hardware test airframe files, positive gains, etc. 11 April 2012, 12:08:49 UTC
345f9d9 no trailing whitespaces please 11 April 2012, 12:01:43 UTC
0273baa fix SEND_I2C_ERRORS in some test progs, errors is now a member of the i2c struct with the new driver 11 April 2012, 10:47:48 UTC
ccb70ab imu b2_v1.2: default signs for the mag 10 April 2012, 22:36:35 UTC
d207187 Merge branch 'dev' into dev_i2c 10 April 2012, 21:02:36 UTC
5349657 Merge pull request #177 from flixr/rotorcraft_nominal_throttle Easier setting of a fixed nominal throttle command if one doesn't want to use the adaptive vertical filter. Define GUIDANCE_V_NOMINAL_HOVER_THROTTLE (in percent), otherwise the adaptive hover is used. You can also use settings to tune it. 10 April 2012, 20:42:10 UTC
056774c Merge pull request #174 from flixr/rotorcraft_arming * never start the motors if AHRS is not aligned (disable it with AUTOPILOT_DISABLE_AHRS_KILL) * if USE_KILL_SWITCH_FOR_MOTOR_ARMING is defined (to 1): * switch kill switch off to arm the motors * if kill switch is off during startup, you need to kill again first, then unkill to start * throttle needs to be down, other sticks centered to start motors * need to be in manual mode to start the motors * if USE_THROTTLE_FOR_MOTOR_ARMING is defined (to 1): * automatically start motors when applying throttle * if throttle was not down at startup, you need to put throttle down again first * other sticks need to be centered to start motors * need to be in manual mode to start the motors * else the "default" arming sequence with the yaw-stick-to-the-corner is used * if you have a RADIO_KILL_SWITCH defined, it it will be used to go into kill mode, regardless of what motor arming option is used 10 April 2012, 20:34:52 UTC
63b24ed a little rotorcraft airframe cleaning 10 April 2012, 18:34:55 UTC
6ce6e64 fix setting of nominal hover throttle 10 April 2012, 17:23:47 UTC
8e5a243 added the alt_unit_coef for the nominal throttle setting 10 April 2012, 17:07:19 UTC
80d3658 set nominal hover throttle in % 10 April 2012, 16:52:36 UTC
f8f9438 really use the nominal_throttle var instead of the define, warn if INV_M is still defined 10 April 2012, 16:16:45 UTC
09aaf0d removed battery_buzzer module, replaced by the more generic bat_checker module 10 April 2012, 16:11:08 UTC
595e3a6 Merge branch 'master' into dev * adds battery checker module 10 April 2012, 16:08:02 UTC
f983d7a Merge pull request #173 from cfr34k/bat_checker Battery warning module 10 April 2012, 16:05:06 UTC
88001a4 renamed AUTOPILOT_ARMING_x to USE_x_FOR_MOTOR_ARMING 10 April 2012, 15:54:34 UTC
e175caa fix ahrs_is_aligned() 10 April 2012, 15:46:27 UTC
2b4525f rotorcraft vertical guidance: set a nominal hover throttle instead of INV_M if you don't want to use adaptive nominal throttle estimation define GUIDANCE_V_NOMINAL_HOVER_THROTTLE in your airframe file to use it. it has a range of 0-9600 (just like the throttle command) 10 April 2012, 15:25:00 UTC
a0d1d9a rotorcraft vertical guidance: when INV_M is defined, use FF_CMD_FRAC instead of GV_ADAPT_X_FRAC to convert to BFP representation no functional change, as both are 18 right now anyway 10 April 2012, 15:06:07 UTC
6a328ff rotorcraft INS: fix ins_ltp_accel.z if VFF is not used or baro not running 10 April 2012, 14:36:34 UTC
f2a901b GUIDANCE_V_GAIN_SCALER Caused overflow in vertical d and i gain 10 April 2012, 13:36:24 UTC
bd88929 rotorcraft vertical guidance: set altitude setpoint on hover mode entry, also set vert speed setpoint to zero when entering climb mode 10 April 2012, 12:56:20 UTC
a9c9ed9 minor updates for fraser airframe 09 April 2012, 23:52:35 UTC
12613b3 Make bat_checker configurable via airframe file 06 April 2012, 11:48:12 UTC
06c7a2e rotorcraft arming: also prevent switching motors on via settings/GCS if AHRS is not aligned (unless AUTOPILOT_DISABLE_AHRS_KILL is defined) 06 April 2012, 11:27:56 UTC
6c2d32a added lisa_m_2.0 header file and some ADC defines and corrections for lisa/m 06 April 2012, 11:08:44 UTC
9a7dff4 rotorcraft AUTOPILOT_ARMING_THROTTLE: added a small counter/delay for arming/unarming via throttle 06 April 2012, 11:05:02 UTC
cee6dc5 rotorcraft: make it the default to go into kill mode until ahrs is aligned to be able to change the mode via RC if the AHRS is not yet aligned, define AUTOPILOT_DISABLE_AHRS_KILL 06 April 2012, 11:02:56 UTC
ffd501a added kill_throttle again, is needed because the kill button in the GCS is connected to the kill_throttle setting 06 April 2012, 09:13:31 UTC
fff541d Merge branch 'dev' into dev_i2c * this is for testing of the new i2c driver as long as locm3 is not far enough * has all the shebang from current dev, so positive gains, rc roll, etc.. 06 April 2012, 08:05:59 UTC
8995b02 rotorcraft arming: no need to check for RC_OK, only gets called on valid RC frame anyway 05 April 2012, 21:39:54 UTC
a51767a rotorcraft arming: add possibility to define AUTOPILOT_STICK_CENTER_TRESHOLD in airframe file 05 April 2012, 20:35:03 UTC
8887fed rotorcraft arming improvements * moved arming sequences to separate files * removed kill_throttle variable, use provided functions to turn motors on/off, was only used in settings anyway... * if AUTOPILOT_KILL_WITHOUT_AHRS is defined, never start the motors if AHRS is not aligned * if AUTOPILOT_ARMING_KILL_SWITCH is defined: * switch kill switch off to arm the motors * if kill switch is off during startup, you need to kill again first, then unkill to start * throttle needs to be down, other sticks centered to start motors * need to be in manual mode to start the motors * if AUTOPILOT_ARMING_THROTTLE is defined: * automatically unkill when applying throttle * if throttle was not down at startup, you need to put throttle down again first * other sticks need to be centered to start motors * need to be in manual mode to start the motors * else the "default" arming sequence with the yaw-stick-to-the-corner is used 05 April 2012, 20:07:03 UTC
ac661e5 I2C on stm32: make bitrate configurable, define I2C1_BITRATE or I2C2_BITRATE to change it 05 April 2012, 14:13:58 UTC
4b838a3 lisa_m_1.0: Reverse the LED/GPIO-pins again to be consistent with docs 05 April 2012, 12:51:21 UTC
03c3177 Improvements for the bat_checker module 05 April 2012, 12:51:19 UTC
885b1db Added a battery checker module 05 April 2012, 12:51:19 UTC
f8094c1 lisa_m_1.0: switch leds 4 and 5 to be consistent with docs. LED_4 is PC12, LED_5 is PC10 05 April 2012, 12:34:33 UTC
751b956 removed gps_c.patch file 05 April 2012, 12:14:38 UTC
a0b21c0 don't generate a define with a trailing whitespace if no value is given 05 April 2012, 12:14:00 UTC
22a0732 battery_buzzer module: use LOW_BAT_LEVEL define 05 April 2012, 10:28:13 UTC
e28cc53 lisa_m_1.0: PC10 and PC12 as LED4 and LED5 05 April 2012, 10:17:48 UTC
136afad added battery_buzzer module 05 April 2012, 10:17:06 UTC
2b0059a supervision scaling in fixedpoint, should work up to a supervision scale of 2^31/(4*9600)=55924 04 April 2012, 17:06:43 UTC
49d331f rotorcraft navigation: use CARROT_DIST only if GUIDANCE_H_USE_REF is NOT used 04 April 2012, 17:06:08 UTC
b90ca99 fixedwing stabilization attitude: fix sign of v_ctl_altitude_error when using AGR_CLIMB 03 April 2012, 21:12:08 UTC
496418f fix ACTUATORS_STARTUP_DELAY for asctec_v2 controllers 03 April 2012, 18:40:41 UTC
ad99bd7 moved define to c file for scaling for vertical loop 03 April 2012, 18:17:10 UTC
42588f1 added scaling for vertical loop 03 April 2012, 18:17:04 UTC
ef7e485 airframe file: use horizontal guidance reference generation for fraser 03 April 2012, 17:42:46 UTC
4e570ae rotorcraft guidance_h: make max bank angle in nav configurable in airframe file, default is still 20deg 03 April 2012, 16:37:32 UTC
9be470a rotorcraft guidance horizontal: divide gain scale for accel (feed-forward) gain by 256, should be same as in master again 03 April 2012, 15:11:14 UTC
9f980d6 rotorcraft horizontal guidance: fix earth.y command, rshift instead of lshift 03 April 2012, 15:09:21 UTC
d25a335 rotorcraft nav: fix NavVerticalThrottleMode, throttle is no longer scaled to 200 03 April 2012, 13:40:06 UTC
657714c paparazzi center: set telemetry/default_fixedwing.xml when creating a new airframe 02 April 2012, 18:41:34 UTC
e33817f only scale mag if USE_MAGNETOMETER is set, this is just to fix some builds right now, this should not necessarily be the case 02 April 2012, 18:11:05 UTC
afe5c5b make telemetry settings the first tab 02 April 2012, 17:03:17 UTC
7d92422 ahrs int_cmpl_quat: added gravity heuristic 02 April 2012, 15:41:32 UTC
2035f6c fix typo: it's AHRS_USE_GPS_HEADING, not AHRS_UPDATE_GPS_HEADING 02 April 2012, 14:51:13 UTC
back to top