sort by:
Revision Author Date Message Commit Date
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
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
896c84e Merge branch 'attitude_ref_frac' into dev * cleaned up rotorcraft stabilization and guidance * removed not properly functioning nav tracking algorithm * same guidance loop for hover and nav (except that nav uses a reference) * guidance should now be running properly for quaternion stabilization as well 26 March 2012, 17:26:25 UTC
a24ae2d Merge branch '4.0_beta' into dev 26 March 2012, 17:06:32 UTC
e4d52d3 Merge pull request #169 from paparazzi/supervision rotorcraft stabilization/supervision commands with standard PPRZ range 26 March 2012, 17:04:47 UTC
398c8f9 rotorcraft vertical guidance: fix sign error 26 March 2012, 16:51:39 UTC
77daacd rotorcraft vertical guidance: fix sign error 26 March 2012, 16:49:14 UTC
67743b5 rotorcraft guidance: removed ngain since tracking algorithm was removed 26 March 2012, 16:22:18 UTC
ba8aa32 rotorcraft horizontal guidance: * removed tracking algorithm (no integral part) from nav_run * was used if position error > HOLD_DISTANCE * but was not working properly * use the same traj_run for both hover and nav modes * in hover set the reference speed and accel to zero * in nav use compute real reference if GUIDANCE_H_USE_REF, just like before 26 March 2012, 16:22:13 UTC
577b52a rotorcraft guidance and stabilization: * moved reading of RC setpoint to separate header file * fix and clean up resetting of psi reference * more minor cleanup 26 March 2012, 14:07:27 UTC
812b6b3 rotorcraft guidance and stabilization: start changeing all euler setpoints to INT32_ANGLE_FRAC only reference eulers with REF_ANGLE_FRAC 26 March 2012, 14:05:09 UTC
ee08fb8 rotorcraft stabilization: removed unused macro 26 March 2012, 09:38:46 UTC
7d078e7 Changing the telemetry file to resolve test errors. 26 March 2012, 09:36:40 UTC
acdd03e Merge branch 'dev' into 4.0_beta * preliminary fix for rotorcraft guidance when fixed-point quaternion stabilization is used 25 March 2012, 23:35:59 UTC
f8fd4f8 rotorcraft guidance: hopefully fixed the fixedpoint resolution for attitude setpoint when using the quaternion stabilization * still needs to be cleaned up properly, it's bad that the stab_att_sp_euler has a different fixedpoint fraction for quat than for euler 25 March 2012, 23:33:46 UTC
7a609ae math: added INT32_EULERS_LSHIFT and INT32_EULERS_RSHIFT macros 25 March 2012, 23:31:34 UTC
c840489 Merge branch 'dev' into 4.0_beta * updated tests * set quaternion setpoint in hover and attitude nav 25 March 2012, 15:25:26 UTC
8a95ddd rotorcraft guidance: if quaternion stabilization is used, compute quat setpoint from eulers in hover and attitude nav as well 25 March 2012, 15:23:51 UTC
8d02514 Merge branch 'master' of github.com:paparazzi/paparazzi into 4.0_beta 24 March 2012, 19:09:52 UTC
aa88480 Cleanspaces 24 March 2012, 12:53:18 UTC
20d0b61 Paparazzi SD-Logger Board 24 March 2012, 12:51:38 UTC
4bb7e7c Merging changes from the dev branch. 24 March 2012, 06:38:02 UTC
fb7ce73 fix makefile for lisa/l 1.1: using the header file for lisa 1.0 23 March 2012, 18:16:07 UTC
fa39419 board makefiles: allow to configure other ACTUATORS in airframe file and no more including of other makefiles 23 March 2012, 15:51:42 UTC
1905e35 rotorcraft stabilization: bound stabilization_cmd to MAX_PPRZ 23 March 2012, 14:17:45 UTC
a1ba648 rotorcraft commands and supervision: stabilization_cmd and inputs to supervision_run with a range of [-MAX_PPRZ,MAX_PPRZ] 23 March 2012, 14:17:35 UTC
fe7c72c rotorcraft guidance and stabilization: only documentation and cosmetics 23 March 2012, 14:11:42 UTC
030732d rotorcraft actuators: headers and doxygen 22 March 2012, 18:29:07 UTC
1bbaeef actuators_pwm_supervision: removed old/unused booz2_commands 22 March 2012, 18:29:07 UTC
a9c3454 Signs for Futaba receiver modified so no changes are needed in the transmitter 21 March 2012, 11:05:06 UTC
7a785f3 Merge branch 'dev' of github.com:paparazzi/paparazzi into 4.0_beta 21 March 2012, 10:21:14 UTC
3229ec5 Long lasting Line Ending Error 21 March 2012, 10:16:44 UTC
e134fba ocaml simulator: limit max roll angle to ROLL_MAX_SETPOINT (Auto2) from airframe file instead of hardcoding the limit to 0.7 rad 21 March 2012, 09:55:54 UTC
9ce4478 ocaml simulator: limit max roll angle to ROLL_MAX_SETPOINT (Auto2) from airframe file instead of hardcoding the limit to 0.7 rad 21 March 2012, 09:53:06 UTC
4f2fbbc Excluding the sim target for the new example config on mac since it fails due to a JSBSim error 21 March 2012, 06:31:49 UTC
62299b7 Updated the example airframe for Lisa/L with Aspirin_v1.5 and Overo. Still more work to do but it's better than it was. 21 March 2012, 06:20:20 UTC
7b486ee Correcting the aircraft id conflict 21 March 2012, 06:03:34 UTC
b2ec548 Building the correct target aircraft for the LisaL/02_With_aspirin_v1.5_and_overo.t test cases. 21 March 2012, 05:42:44 UTC
975c8a9 Cleaning up make errors when running make clean. Not cleaning up the test results multiple times. 21 March 2012, 04:43:45 UTC
763bd72 Adding a clean target to the tests make file to fix a warning when running make clean. Corrected a typo in the LisaL tests. 21 March 2012, 04:21:42 UTC
d743651 Correctly targeting the Microjet when starting the launchsitl process. 21 March 2012, 04:03:31 UTC
406fe3f Cleaning up the reporting of example airframe compile test messages. Fixing the linux find command issue. Adding a check to see if the Ivy module will load and then skipping tests if it fails to load. 21 March 2012, 03:57:43 UTC
a0899c7 trying to fix an error on Linux for the finding of test directories. 21 March 2012, 03:06:29 UTC
2c9f962 Changing the testing to not run hardware tests by default. Started to create some sim testing for the Microjet. Removed the test_all_examples target. 21 March 2012, 02:56:33 UTC
b45585f spektrum radio control: fix default roll and yaw signs 20 March 2012, 23:02:07 UTC
f44367a ocaml simulator: fix sign of roll command 20 March 2012, 22:31:54 UTC
back to top