https://github.com/tudelft/paparazzi

sort by:
Revision Author Date Message Commit Date
e30c88e [CDW] Imu Quality Assessment 21 May 2013, 13:29:05 UTC
71b2816 [CDW] update airframes 21 May 2013, 13:29:05 UTC
e73ffbf [xml] AscTec 21 May 2013, 13:29:05 UTC
0e5eb2b [xml] Tricopter 21 May 2013, 13:29:05 UTC
4a48500 [CDW] Airframes 21 May 2013, 13:29:05 UTC
d6a2f6f [fix] circle-count without rewinding when flying in opposite direction 21 May 2013, 13:23:32 UTC
73aad01 [ins] xsens_mtig700 21 May 2013, 13:11:48 UTC
63a527c [trim] rudder-trim 21 May 2013, 13:11:10 UTC
45e46d9 [math] use double in ecef_of_lla_d 19 May 2013, 23:08:15 UTC
c84095b [gcs] the map can be scrolled using the mouse even without the tiles displayed 18 May 2013, 14:01:44 UTC
31b35f1 Merge pull request #429 from uaarg/redundant_comms Redundant comms 17 May 2013, 14:52:57 UTC
c4b9070 Merge pull request #439 from RoboticaTUDelft/new_joystick [joystick] Added Logitech Extreme 3D Pro joystick 16 May 2013, 13:30:06 UTC
cf6b179 [omap] All OMAP aditions add during ardrone development 11 May 2013, 07:52:50 UTC
5d866e1 safety feature for energy_ctrl adjustment of v_ctl_climb_setpoint to assure safe airspeed i case of a deficiency in energy 11 May 2013, 07:52:44 UTC
a5b09be [conf] update MentorEnergy example after energy_ctrl update 09 May 2013, 16:59:45 UTC
a511891 [telemetry_wifi] Added telemetry wifi: - wifi.[ch] for communication over wifi - telemetry_wifi makefile - adjustments to fms_network for doing a network_read - wifi including in downlink - wifi implementing datalink macro structure - fixed some trailing empty lines - radio_control_datalink makefile moved from fixedwing to shared 09 May 2013, 15:11:53 UTC
61512c2 fixedwing energy_ctrl rate limiter with GS protect rate limiter now in m/s/s (AIRSPEED_SETPOINT_SLEW) fix in init 06 May 2013, 16:18:17 UTC
841dfe8 [modules] baro_ets: fix for SITL 07 May 2013, 11:26:09 UTC
9f368f2 [ahrs] float_cmpl: more precise warning 07 May 2013, 10:15:00 UTC
eaf52da [modules] baro_ets: BARO_ETS_TELEMETRY not only in SITL 07 May 2013, 09:35:22 UTC
62f918a [dox] fix comment about initial value of adaptive hover thrust estimation 06 May 2013, 21:59:24 UTC
2517243 [fixedwing] ins_alt_float fixes/updates - correct sign for altitude from baro pressure - set initial altitude to ground_alt - also update altitude after baro update - make GPS_DT defineable in airframe file 06 May 2013, 19:03:14 UTC
e57d0f7 [fixedwing] ins_alt_float: hopefully fix baro altitude 06 May 2013, 18:18:29 UTC
1074765 [ins] rename estimator_z to ins_alt to avoid confusion with old stuff 06 May 2013, 18:08:08 UTC
534fe5e [rotorcraft] navigation_carrot calulation in separate function 06 May 2013, 13:02:40 UTC
4f04d85 [rotorcraft] remove global waypoints_float 06 May 2013, 11:48:32 UTC
0ddfedb [stm32] sys_tick_handler declared in c file only 04 May 2013, 10:19:39 UTC
c446e4e [boards] fix LED_12 on Lisa/M 2 04 May 2013, 10:17:38 UTC
c3a308e [guidance] use atan2f instead of INT32_ATAN for more accurate route reference 03 May 2013, 11:12:02 UTC
6be2332 [rotorcraft] Add stabilization attitude passthrough This is usefull for the ardrone-sdk version which runs next to the ArdroneLib API program that controls the aircraft so that stabilization is allready done 02 May 2013, 20:08:19 UTC
8f341f0 [lib/ocaml] fix float conversion on ARM On architectures/platforms where doubles need to be aligned, link was throwing a Bus error since the floats in the received message are not aligned. Now it just copies floats/doubles byte by byte to avoid this issue. This should fix #421 29 April 2013, 11:35:00 UTC
8cec6f2 [energy_ctrl] warning if STALL_AIRSPEED not defined Stall airspeed is automatically protected (+23%) with unexpected high airspeed when not defined... At least warn the user 29 April 2013, 08:31:02 UTC
622c244 [energy_ctrl] Airspeed slew always active because of defines at start. Remove confusion. 29 April 2013, 08:30:52 UTC
e3484da [energy_ctrl] output is v_ctl_pitch_setpoint, not nav-pitch anymore 29 April 2013, 08:30:35 UTC
30be6ac [energy_ctrl] fix dt 29 April 2013, 08:00:16 UTC
0093794 [modules] digital_cam: dc_buffer is uint16, set max number as default DC_IMAGE_BUFFER 29 April 2013, 07:52:13 UTC
02910c7 [ahrs] add float multiplicative quaternion linearized Kalman Filter 28 April 2013, 15:21:18 UTC
8b14159 Added sample redundant communications session to control_panel.xml. 27 April 2013, 19:49:42 UTC
5ffaf6e Adding support for displaying link status information when multiple aircraft are connected through the same link. Also added support for recording link status information in flight logs and displaying it during a replay. 27 April 2013, 19:10:27 UTC
3955a15 Added GUI in GCS for multiple links. The information for this is sent from link_combiner.py in the LINK_STATUS message. The GCS now has a page in the notebook named Link, the ratio of active links appears in the main link indicator, and messages when a link is lost or gained are displayed in the console. 27 April 2013, 18:57:01 UTC
cc761a9 Started the second step of the redundant communication link, writing the Link Combiner agent. This agent receives ivy messages from the link agent(s) when they have a name specified, removes duplicate messages, then sends ivy messages of the same format that the link agent used to send messages. 27 April 2013, 18:51:14 UTC
09a704e Start of work on Redundant Link. This first step modifies the exisitng link agent to allow it to be given an id (through the -link_id flag) and to send ivy messages of a different format (when -redlink is set). The messages are sent within the TELEMETRY_MESSAGE message as a ;sv (colon-seperated-value) which are listed to by the link_combiner.py agent. 27 April 2013, 18:49:56 UTC
38e2b82 [Makefile] fix common arm toolchain stuff 27 April 2013, 15:10:30 UTC
6eaf41c [Makefile] slightly improve common arm makefiles 27 April 2013, 12:47:41 UTC
0fa2b7e [toolchain] Added arm toolchain 27 April 2013, 11:20:53 UTC
7dd446b [gen_airframe] only den is negative when converting float to num/den 27 April 2013, 09:43:29 UTC
543f979 Added mode dependent actuator laws 25 April 2013, 18:14:03 UTC
7647c4a [gps] fix and cleanup sirf Actually make it compile: - replace cpu_time_ticks by sys_time.nb_sec_rem - only use print function if DEBUG_SIRF - cleanup indentation - remove dead/commented code - add default switch case - some doxygen comments 25 April 2013, 17:53:00 UTC
8ec4b26 [gps_sirf] Added gps sirf 25 April 2013, 17:31:48 UTC
5530172 [conf] add radio file for Turnigy 9XR from Michal 25 April 2013, 17:26:10 UTC
c72e921 [ahrs] clean ahrs_gx3 - cleanup indentation, remove trailing whitespaces - removed unused USE_GX3 flag - move makefile to shared, as in principle it should work for fixedwings as well - make ImuEvent a cleaner static inline function 25 April 2013, 17:22:44 UTC
acbfb2c [ahrs] Add Microstrain GX3 AHRS subystem The AP stays in kill mode until it gets valid data from AHRS (using ahrs_aligner) 25 April 2013, 17:03:13 UTC
da0e122 [joystick] Added Logitech Extreme 3D Pro joystick 25 April 2013, 14:35:28 UTC
e175d00 [Makefile] build sim target in custom mode on ARM 25 April 2013, 13:00:04 UTC
dcc6377 add native versions of gcs/server to gitignore 25 April 2013, 12:53:26 UTC
b8dc78b [Makefile][joystick] fix dependency and link in custom mode for ARM 25 April 2013, 12:27:34 UTC
360bf69 [rotorcraft] fix FAILSAFE vertical setpoint This was a regression, thx Michal for catching this!! The vertical speed setpoint was set to 0.5m/s descent rate, but upon guidance_v_mode_changed it was set back to zero so FAILSAFE was essentially alitude hold. 25 April 2013, 09:42:54 UTC
84ab3bd [Makefile] ground_segment.opt target to build native gcs/server 25 April 2013, 09:29:46 UTC
f299d70 [paparazzicenter] also check PRINT_CONFIG for upload button 25 April 2013, 09:18:40 UTC
8aeaa5d [Makefile] find correct lablgtk2 init 25 April 2013, 09:08:53 UTC
eecac3e [tcas] tcas always runs on AP. Proposed solution for compile error. 23 April 2013, 16:34:02 UTC
1d6b5b2 [umarim] remove warning if no mag are used with umarim 23 April 2013, 11:15:35 UTC
cf5a44a [Makefile] use -fPIC for all architectures 21 April 2013, 23:34:32 UTC
09c97dd [rotorcraft] TRANSITION_MAX_OFFSET in radians, float fixes 19 April 2013, 10:05:42 UTC
4024836 [rotorcraft] Add forward mode for transitioning vehicles 19 April 2013, 09:38:56 UTC
d07d054 [Makefile] improve detection of lablgtk2-gnome.* 18 April 2013, 23:59:18 UTC
b4bd31b [makefile] fix sim build on OS X after broken from no_custom, can't seem to build the autopilot.so properly so back to -custom just for simsitl 18 April 2013, 01:45:25 UTC
2056017 [rotorcraft] alternate buses when sending I2C_ERRORS message 16 April 2013, 22:24:07 UTC
adca986 [rotorcraft] silence warning in guidance 16 April 2013, 22:24:07 UTC
64b1fe8 [stm32] Fixes for USART interrupt handler. The interrupt handler occasionally hangs in case of noise on the line. Fixes were two: 1) Disable IDLE line interrupt, disable LIN break interrupt in the port settings. (neither of them should be used for asynchronous single buffer communication). 2) In interrupt handler routine, explicitly check for the error flags, only if no errors occur check the received byte. Otherwise clear the USART_DR and log the error. Added USART_ERRORS messages to monitor problems on USART lines. Closes #418 16 April 2013, 22:23:49 UTC
24d7fd6 [airframes] update GUIDANCE_H gains for quadrotor example 13 April 2013, 16:15:34 UTC
28b2b1e [rotorcraft][messages] GUIDANCE_H_INT message 13 April 2013, 16:03:49 UTC
a5032dd [nps] don't bypass ahrs by default By default use the result of the normal ahrs estimation, if you want to bypass that and use the attitude from NPS define NPS_BYPASS_AHRS to TRUE. 13 April 2013, 16:01:15 UTC
370100b [rotorcraft] use horizontal guidance ref by default Also use the horizontal guidance reference for HOVER mode. Using the reference can be temporarly disabled via settings. The reference is then still computed to stay consistent, but not used. 13 April 2013, 12:33:53 UTC
cde37be [supervision] allow launching of external tools with absolute path 13 April 2013, 11:41:11 UTC
dcf47b7 [dfu] print exception 13 April 2013, 10:16:09 UTC
e8608f2 [spi] remove warning 11 April 2013, 07:50:42 UTC
9d84976 [doc][modules] minor update to sonar doc 10 April 2013, 21:46:51 UTC
33abab1 [sonar] split sonar modules with and without ins binding 10 April 2013, 20:16:03 UTC
ce1ddec [sonar] and event hook to use the sonar with the ins 10 April 2013, 16:55:28 UTC
5bb133c [lpc][IRQ] disable all interupts when i2c or spi submit it is not what we want, but the result is a much more stable code, might be due to asynchronous behavior of VIC/core interaction needs deeper investigation 10 April 2013, 16:52:11 UTC
896085f [lpc21][i2c] trying to fix disabling/re-enabling of i2c interrupts 09 April 2013, 21:41:32 UTC
5d866ae [mcu] add missing include for INFO macro 09 April 2013, 17:09:26 UTC
1625a07 [lpc21][i2c] clear naming for i2c channel 09 April 2013, 12:48:24 UTC
5c7f979 [config] consistent foo_I2C_DEV and PRINT_CONFIG 09 April 2013, 12:27:19 UTC
c854979 [imu] aspirin: print SPI/I2C devices 09 April 2013, 08:10:25 UTC
d89e215 [ext] PREFIX without trailing dash again, like in libopencm3 08 April 2013, 23:01:56 UTC
dc8146e [ext] update luftboot submodule PREFIX now needs the trailing dash, so /foo/bar/arm-none-eabi- 08 April 2013, 20:11:15 UTC
26be32b [conf] remove unused MAG_[XY|XZ|YZ]_SENS defines 08 April 2013, 16:36:24 UTC
d1da6f0 [makefile][imu] configurable ASPIRIN_I2C_DEV 08 April 2013, 15:57:28 UTC
421446c [lpc21][imu] aspirin_i2c defaults to i2c0, configurable via ASPIRIN_I2C_DEV 08 April 2013, 15:46:45 UTC
b6c6ad7 [dox] fix typos: rates are in rad/s 05 April 2013, 11:40:24 UTC
563ce35 [logalizer][fix] add pcre lib to plotprofile, weird... Very weird stuff: works here on several Ubuntu 12.04 machines without explictly adding -lpcre For Pranay it only works with explicitly adding it gcc ... --verbose outputs _exactly_ the same stuff as on my machine, but he gets: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingCompile: error: undefined reference to 'pcre_compile' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingCompile: error: undefined reference to 'pcre_study' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingCompile: error: undefined reference to 'pcre_fullinfo' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingFree: error: undefined reference to 'pcre_free' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingFree: error: undefined reference to 'pcre_free' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function IvyBindingExec: error: undefined reference to 'pcre_exec' collect2: ld returned 1 exit status 04 April 2013, 22:23:01 UTC
580cd4d [GUIDANCE] abs(c_route) and abs(s_route) instead of abs(route) in north and east route components calculation 04 April 2013, 09:01:31 UTC
bf9e273 [python] towards python3 compat: division, map 03 April 2013, 22:36:48 UTC
5aef6a7 [python] fix realtimeplotapp realtimeplotapp calls Stop() on IvyMessagesInterface and expects it to only unbind. Add an extra Shudown method for messagesapp that also stops Ivy. 03 April 2013, 21:58:37 UTC
8cd3c49 [python] more cleanup - pep8: 4spaces indentation - print_funtion - use 'in' instead of has_key for dicts - log stuff not tested... 03 April 2013, 21:47:12 UTC
1dbbf8f [python] cleanly shutdown messages_app 03 April 2013, 20:01:12 UTC
8e66efb [python] filter returns an iterator in python3, make sure it stays a list 03 April 2013, 17:42:00 UTC
5f0423b [python] fix settingsapp: use generated var/<acname>/settings.xml 03 April 2013, 17:31:37 UTC
back to top