sort by:
Revision Author Date Message Commit Date
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
ecb723b Lisa/L does not use luftboot. Make it so! :) 15 April 2012, 21:51:09 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
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
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
61bc161 make it globally configurable whether to use mag or not default is yes for all ahrs algos, except float_dcm where the default is not to use the mag to disable the mag, explicitly configure USE_MAGNETOMETER to zero. e.g.: <subsystem name"ahrs" type="int_cmpl_quat"> <configure name="USE_MAGNETOMETER" value="0"/> </subsystem) 02 April 2012, 14:28:29 UTC
d77a086 ahrs: heading update from gps course with hard realignment on first good measurement * fixed realignment for float_cmpl * implemented it for int_cmpl_quat * recommended to disable mag update if this is used 02 April 2012, 13:00:07 UTC
d309667 math: added two more convenience macros for fixed point 02 April 2012, 13:00:06 UTC
82a020f supervision: set override values for testing motor failure to STOP_MOTOR 02 April 2012, 13:00:06 UTC
2bb40c0 some Trojan tuning 01 April 2012, 15:25:14 UTC
bdb8d68 rotorcraft supervision: do the mixing in float to avoid overflows 01 April 2012, 12:57:57 UTC
420214a Change transmitter roll direction, adjust aspirin2, add Trojan T-28. 01 April 2012, 09:00:10 UTC
d1a527b Making upload tests skip if the hardware isn't detected on the host. 01 April 2012, 04:35:21 UTC
9ea34ed ahrs float_cmpl: hard realign heading once you get a good gps fix also only update heading if course accuracy is good 31 March 2012, 16:13:25 UTC
a356392 ahrs quaternion: in update_heading: attempt to only update bias if deviation is small e.g. needed when you only have gps providing heading and the inital heading is totally different from the gps course information you get once you have a gps fix. Otherwise the bias will be falsely "corrected". 31 March 2012, 16:11:26 UTC
ed45e01 gps: added course accuracy field, only filled with gps_ubx so far 31 March 2012, 16:07:55 UTC
f4fa0af imu subsystem: define ImuScaleMag to empty if there is not mag used on imu_b2 31 March 2012, 16:06:16 UTC
0b47f45 ahrs: fix heading update via gps course 31 March 2012, 12:09:33 UTC
98343f0 rotorcraft settings files: positive stabilization gains 30 March 2012, 13:12:32 UTC
e039575 adxl345: some convenience defines, data rate selectable for imu_aspirin subsystem * default is 800Hz rate (400Hz bandwidth), e.g. to set a different data rate: <define name="ASPIRIN_ACCEL_RATE" value="ADXL345_RATE_400"/> 30 March 2012, 12:31:57 UTC
570a69a moved INT32_QUAT_INTEGRATE_FI macro to math 30 March 2012, 11:04:01 UTC
aa7e145 Corrected the accel scaling. Added a comment that the defaults are also in imu_aspirin2.h. 29 March 2012, 23:01:50 UTC
a7ff5c5 Added default Aspirin V2.1 calibration file based on datasheet. 29 March 2012, 19:06:51 UTC
f1183fa get rid of some unused arg warnings 28 March 2012, 11:00:17 UTC
3e0d3d6 Updated lisa/m 2 and asp 2.1 pwm actuators rotorcraft airframe file to work on the dev branch. Also added calibration file for aspirin 21 serial number 000. 28 March 2012, 03:38:23 UTC
9cf0d7e rotorcraft pwm_supervision: warn if STOP_MOTOR is not defined in the airframe file 27 March 2012, 22:06:10 UTC
0c44569 messages: renamed BOOZ2_TUNE_HOVER and BOOZ2_CMD to ROTORCRAFT_TUNE_HOVER and ROTORCRAFT_CMD 27 March 2012, 20:05:48 UTC
313bde5 rotorcraft stabilization: updated gain scales to get roughly the same gains as before the change of commands * attitude int_quat: multiply old gain scale by 48 (9600/200) * attitude int euler: changed CMD_SHIFT from 16 to 11, so a multiply of 32 to be a bit more conservative for a start * rate: changed the command shift by 5, so also a conservative 32 27 March 2012, 19:49:37 UTC
1255133 Merge pull request #171 from flixr/supervision_fix Supervision fix 27 March 2012, 18:00:58 UTC
a7e7d94 supervision: SUPERVISION_CMD_SCALE in fixed point 27 March 2012, 17:59:10 UTC
ed12ac5 temporary fix for supervision scaling: * make SUPERVISION_CMD_SCALE a float value * we should probably do that in fixed point, by caculating a numerator/denominator for that 27 March 2012, 17:08:59 UTC
e756942 rotorcraft supervision: fix the scaling, SUPERVISION_MIN_MOTOR needs to be added without scaling 27 March 2012, 16:27:41 UTC
f91af0e rotorcraft_server: fix throttle indicator scaling 27 March 2012, 16:17:22 UTC
d631c55 some doxygen docs for fixedwing guidance 27 March 2012, 15:27:52 UTC
5a34315 fixedwing vertical guidance: fix sign error when using AGR_CLIMB in V_CTL_AUTO_THROTTLE_BLENDED submode 27 March 2012, 15:24:55 UTC
cbb37e8 fix trailing whitespaces in Doxyfile 26 March 2012, 21:35:37 UTC
back to top