https://github.com/tudelft/paparazzi

sort by:
Revision Author Date Message Commit Date
37fc82e updated branch to Guido, updated airframes 25 April 2017, 17:28:58 UTC
1851183 added outdoor airframe and gdb fixes 25 April 2017, 16:40:34 UTC
741514b update airframe 25 April 2017, 16:40:25 UTC
ee62f25 update opencm3 25 April 2017, 16:40:12 UTC
8a8d361 fix rotation of lisa mx and update exponential landing code 25 April 2017, 16:39:38 UTC
8bc98fa upgrade mavtec from lisa m to lisa mx 25 April 2017, 16:39:27 UTC
8c407cd [event_of] Several fixes: log module frequency, downlink landing controller state, larger UART buffer 25 April 2017, 16:39:27 UTC
741f274 [event_optic_flow] Integrated with optical_flow_landing for MavTec, needs testing 25 April 2017, 16:39:16 UTC
b0a8935 Logging body rates directly from state, instead of LP filtered 25 April 2017, 16:38:18 UTC
0e143ac [event_optic_flow] Flow field preservation, applied to fast divergence landings 25 April 2017, 16:38:18 UTC
d6d9cd0 [event_optic_flow] Closed-loop flight working, both for vision and ground truth 25 April 2017, 16:36:53 UTC
b5ef18c [event_optic_flow] Kalman filter adjustment, throttle protection 25 April 2017, 16:36:53 UTC
cb640e8 [event_optic_flow] Controller added, along with settings and throttle logging 25 April 2017, 16:36:10 UTC
6ee08d2 [event_optic_flow] Confidence filter fix, derotation including yaw 25 April 2017, 16:36:10 UTC
cf8b9fa [event_optic_flow] Removed buffering step in event acquisition, added outlier rejection 25 April 2017, 16:36:10 UTC
dbd6827 [event_optic_flow] Update: statistics are no longer computed through low-pass filting, but through summing instead 25 April 2017, 16:36:10 UTC
0081120 [event_optic_flow] Multi-directional flow field with confidence filter 25 April 2017, 16:36:10 UTC
30b7eca [event_optic_flow] Derotation per flow vector, parameter adjustment 25 April 2017, 16:35:42 UTC
70f6606 [high_speed_logger] Logger timestamps now start at zero whenever the module is started 25 April 2017, 16:32:54 UTC
0827d0b [natnet2ivy] Fixed transmit frequency adjusment from command line input 25 April 2017, 16:32:54 UTC
ae2ffeb [event_optic_flow] Fixed position variance eigenvalue problem, some refactoring 25 April 2017, 16:32:53 UTC
7a59444 suggested changes to get led control working 25 April 2017, 16:32:53 UTC
dc10cda [event_optic_flow] Added ground truth flow to messages, ready for use with IR LEDs 25 April 2017, 16:32:53 UTC
655cc9c [event_optic_flow] New version of flow field algorithm, using orientation weighting 25 April 2017, 16:32:53 UTC
df95bd1 [NatNet] Made separate callbacks for logging and Ivy transmission 25 April 2017, 16:32:53 UTC
7e2dece [event_optic_flow] Bug fixes, added/modified high speed logger 25 April 2017, 16:32:53 UTC
b4b4d28 [event_optic_flow] Derotation now using moving average of rates 25 April 2017, 16:31:12 UTC
02c059d [event_optic_flow] Settings implemented 25 April 2017, 16:31:12 UTC
13b1d3c [event_optic_flow] Hover controller implemented, flow field code refactored 25 April 2017, 16:31:12 UTC
3ffb0af [event_optic_flow] Module works - requires cleanup 25 April 2017, 16:31:12 UTC
58a5f98 [event_optic_flow] Implemented paparazzi message sending 25 April 2017, 16:31:12 UTC
df64749 [event_optic_flow] Implemented UART communication and flow computation 25 April 2017, 16:30:12 UTC
08ef768 [event_optic_flow] Implemented flow field estimation, UART not yet 25 April 2017, 16:30:12 UTC
e9e401d Cleanup of unused module files 25 April 2017, 16:30:12 UTC
89f7c21 Added module files 25 April 2017, 16:30:12 UTC
9961e76 small cahnges 25 April 2017, 16:30:12 UTC
b644195 initial commit for dvs over uart 25 April 2017, 16:30:12 UTC
b4e4a4d [event_based_flow] Created empty module 25 April 2017, 16:30:12 UTC
d256310 adjusting bounds 19 January 2017, 19:04:27 UTC
8d89a5e adding a d-gain and a reduction factor that can be easily set 19 January 2017, 17:59:56 UTC
ab5f10f Land when the gain is too low 19 January 2017, 13:28:06 UTC
06eac4a Solved (all) time issues 19 January 2017, 13:23:00 UTC
f967adb Fixing the exponential decaying control 19 January 2017, 11:15:56 UTC
a746a4d Added small comment to make clear that not only the integrators are reset when not flying, but also the landing phases, etc. 18 January 2017, 15:47:31 UTC
e5b9260 Added exponentially decaying gain while landing with constant divergence 26 December 2016, 09:26:53 UTC
e955252 Merge branch 'master' of github.com:paparazzi/paparazzi 21 December 2016, 14:29:43 UTC
dd3b4ee Update viewvideo.c 21 December 2016, 14:14:14 UTC
fa7a580 [rotorcraft] only run adaptive throttle estimation if desired zd was updated (#1972) Only run adaptive throttle estimation if we are in flight and the desired vertical velocity (zd) was updated (i.e. we ran hover_loop before). This means that the estimation is not updated when using direct throttle commands. This should fix #1857 20 December 2016, 18:44:41 UTC
e577814 fix loss of information due to quality variable type declaration in OF ABI (#1974) * fix loss of information due to quality variable type declaration in OF ABI * removed FIXME comment 19 December 2016, 18:07:58 UTC
b1e08d4 [stm32][locm3] fix trigger selection names after libopencm3 update where they were renamed 18 December 2016, 15:51:09 UTC
fb4d3f4 [rotorcraft] re-use main timer if PERIODIC_FREQUENCY == MODULE_FREQUENCY (#1971) Use the main periodc freq timer for modules if the freqs are the same This is e.g. useful to log the important values every time the control loop runs. should fix #1923 16 December 2016, 16:22:32 UTC
a7b0b4e [boards] start support for openpilot revo nano (#1968) - While the STM32F411 can run at up to 100MHz, this is not supported out-of-the-box with libopencm3 yet. So we use the 84MHz clock setup from the STM32F401. - ADC pins not set up yet 16 December 2016, 16:04:31 UTC
6ffcc2c [flight plan] make 'until' attribute consistent (#1970) This makes the 'until' attribute of `heading`, `attitude` and `manual` consistent with the rest: So until will always behave like: - do something - check if again E.g. `<attitude ... until="some_condition"/>` will now create ``` NavAttitude(...); if (some_condition) NextStageAndBreak(); break; ``` Fixes #1903 16 December 2016, 15:57:21 UTC
b496bd9 [server] store FW GPS data if they are at least in 3D 16 December 2016, 13:45:38 UTC
0989b2c [rotorcraft] make sure global waypoints are localized (#1966) Stopgap measure to fix #1961 This is actually only needed if USE_INS_NAV_INIT is used (the default). 15 December 2016, 16:33:05 UTC
8a1b326 Merge branch 'master' of github.com:paparazzi/paparazzi 15 December 2016, 03:48:38 UTC
d05500c Added stop-process shortcut 15 December 2016, 03:48:18 UTC
8cd43d4 [conf] update settings_modules to avoid annoying reodering changes when opening a conf is opened in Paparazzi Center 14 December 2016, 23:34:46 UTC
5a9bc29 [datalink] maximum MSG_SIZE is 256 (#1969) 14 December 2016, 23:29:04 UTC
a3a5fce [modules][ahrs] make sure the board defaults for AHRS_ALIGNER_LED are used 14 December 2016, 23:15:26 UTC
7c35772 [ext] update to latest libopencm3 (#1965) 14 December 2016, 17:20:35 UTC
3ed049e [nav] goto waypoint with heading towards the waypoint (#1935) add NavGotoWaypointHeading(wp) which sets the heading towards the navigation target using nav_set_heading_towards_target() 14 December 2016, 17:12:25 UTC
17ee4c8 [stm32][i2c] allow to define the GPIO alternate function number 14 December 2016, 13:13:43 UTC
433c215 [conf] TUDelft: Iris autonomous outdoor (#1963) * Removed unused targets from Iris airframe * Outside magneto calibration, set nominal hover throttle * Upped gps baud and lowered horizontal pgain, which solves toilet balling in HZH * Added safety features to basic outdoor flightplan 12 December 2016, 17:57:51 UTC
9cd4ee5 [px4] fix a few issues related to px4 and intermcu support - fix KILL_SWITCH channel name - give priority to KILL_SWITCH over AUX1 - add missing comments for forceprog option - swap radio_control power logic (spektrum port) - add comment for modem port 12 December 2016, 14:37:53 UTC
61977a1 [calibration] auto noise threshold for mag then manual values as parameters also apply for mag 12 December 2016, 14:20:56 UTC
10fc2c4 PX4FLOW fixes in the state machine 10 December 2016, 01:57:45 UTC
1793186 Lidar update documentation 09 December 2016, 22:43:46 UTC
93394f8 Fixed gain scheduling settings 09 December 2016, 18:50:27 UTC
ae7716f Changed confusing airframe names 09 December 2016, 15:57:06 UTC
7a2976a [stm32] also compile C++ files (#1561) 07 December 2016, 20:55:54 UTC
8ca6b3b [fix] mistake with baro sign 07 December 2016, 14:27:06 UTC
21a981b Added tooltip hint for keyboard shortcuts in the pprz center 06 December 2016, 22:26:46 UTC
f3fe6b4 Added keyboard shortcuts to the paparazzi center Alt+C -> Clean Alt+B -> Build Alt+U -> Upload 06 December 2016, 18:12:08 UTC
0274c61 [max7456] Fix overflow condition 05 December 2016, 21:12:37 UTC
7bc1df3 Compensate baro for reference frame conversion (#1861) The barometer measures in the lla frame, but the INS is in the NED frame. Conversion is therefore necessary. Use a simple calculation using the earth's radius 05 December 2016, 19:29:43 UTC
4368cbc Coverity fixes (#1959) 05 December 2016, 17:42:30 UTC
8bbece8 Solving build errors and warnings (#1958) 05 December 2016, 13:55:05 UTC
4d25a55 [AggieAir] Updated config 02 December 2016, 18:13:13 UTC
03e7f72 using actuators_pprz in the command laws 02 December 2016, 18:02:09 UTC
8e7a4ab [LidarLite] Fix indentation 01 December 2016, 22:23:09 UTC
3763602 [Lidar] Update lidar lite driver, now works with new lidars 01 December 2016, 21:37:37 UTC
8108996 [AggieAirConf] Minor updates 01 December 2016, 18:59:36 UTC
6dcabb3 update INDI tu use full control effecitvens matrix (#1916) * update INDI tu use full control effecitvens matrix Instead of using commands (roll, pitch, yaw, thrust), give the controller direct control over all actuators. This allows for online individual actuator control effectiveness estimation and inversion, as well as better saturation handling. The INDI controller as it was previous is renamed to 'simple'. * Made INDI more flexible wrt number of actuators - 4x4 matrix inverse to accomodate the thrust axis as well - support for more actuators - cleanup of code * Change filters guidance indi to butterworth * Added body acceleration to state interface * Better adaptation and guidance thrust increment - Adaptation flexible wrt. number of actuators. - Added adaptation of the specific force effectiveness of the actuators. - Added connection to guidance INDI through ABI. The thrust increment is caclulated in guidance INDI and sent to the stabilization. * lower case variables * change filter of indi to butterworth * INDI fix array index & no declarations in for loop - Also added doxygen comments * Added actuators_pprz the array actuators is used to drive the servos, so a new array to store the command to the actuators in pprz scale is needed * Removed hardcoded scaling 01 December 2016, 18:02:36 UTC
6026187 [conf] remove failing and unused nps target in MXS example 28 November 2016, 10:59:42 UTC
df4d8e4 [imu] mpu9250: wait for valid WHO_AM_I reply before starting configuration (#1949) [imu] wait for a valid WHO_AM_I reply before starting configuration on mpu9250 26 November 2016, 13:26:01 UTC
83cdcdf [actuators] sbus actuators output (#1952) 26 November 2016, 13:23:40 UTC
cd3b9ed Changed the behaviour of var in command laws (#1955) It used to be int16_t, but that easily overflows servo_value and command_value are already int32_t, so there is no reason to stick to int16_t 26 November 2016, 13:22:15 UTC
739f939 [build] reverse list of modules to have generated functions called in the correct order (airframe order) (#1948) 26 November 2016, 12:45:41 UTC
09c8662 [build] add some ChibiOS flags to prevent errors when 'find_vpaths' script with this arch 24 November 2016, 21:39:52 UTC
e92de55 Merge pull request #1956 from EwoudSmeur/conf_cleanup Removed configurations inactive developers 24 November 2016, 12:40:06 UTC
8f2a14b Change from MIN_BAT to LOW_BAT 24 November 2016, 12:03:10 UTC
27c89a8 Removed configurations inactive developers 24 November 2016, 10:42:41 UTC
0868b7e Added 2x3 way mode switch (#1954) * Added 2x3 way mode switch, which is used in the FrSky rc * Improved comment 21 November 2016, 16:37:32 UTC
b9b5a70 Added define to disable rc-direct fbw mode manual (#1953) 21 November 2016, 14:04:18 UTC
7859e0a Px4 imu fixes (#1950) * Lsm303d spi driver * Use lsm303d for pixhawk instead of depricated lsm303dlhc * Fixed the actual acc problem * Removed lsm303dlhc_spi device, which does not even exist * Updated acc calibration after solving scaling bug * INDI adaptive tuned Iris * Conf stuff * Remove seperate pid airframe, as indi works pretty good and I'm not maintaining it anyway * Fixed units in airframe file * Enlarged range of slider for indi max rates 18 November 2016, 18:38:05 UTC
d633f60 [airframe] lisa_mx_s 18 November 2016, 10:30:28 UTC
80c8419 Add Vectornav AHRS ID 16 November 2016, 23:06:45 UTC
c7f0c04 Kill switch now also works for fbw mode (#1951) for rotorcraft firmware 16 November 2016, 22:58:24 UTC
2dd6762 Vectornav as AHRS (#1946) 15 November 2016, 23:59:01 UTC
back to top