sort by:
Revision Author Date Message Commit Date
649f2bd [stm32] F4: fix ppm input timer frequency for TIM2 - krooz: don't use TIM2 for PWM - change to 6 ticks per usec to fit all frequencies - on the F1 we assume to run at 72MHz for HCLK and both timer clocks TIM1 -> APB2 = HCLK = 72MHz TIM2 -> 2 * APB1 = 2 * 36MHz = 72MHz - on the F4 we assume 2 * AHB clock: TIM1 -> 2 * APB2 = 168MHz TIM2 -> 2 * APB1 = 84MHz 09 July 2013, 19:17:16 UTC
60a6d89 [math] buf fix on geodetic function 02 July 2013, 13:55:43 UTC
f56aa8a [math] fix ecef_of_[ned|enu]_i 02 July 2013, 11:18:12 UTC
5dac597 [dfu] Small fix to finddevs timeout 02 July 2013, 11:17:38 UTC
0dee842 [fix] logging wrong channels 22 June 2013, 23:24:03 UTC
85c75a1 [fix] Yaw command was overwritten by trim. 22 June 2013, 23:24:03 UTC
7d70cf9 [imu] fixes for imu_drotek_10dof_v2 - fix copying of unscaled gyro/accel data - make i2c addresses of mpu and hmc configurable - change orientation so z-axis is down when chips face up: define IMU_DROTEK_2_ORIENTATION_IC_UP - silence some warnings 22 June 2013, 23:24:02 UTC
aae9841 [peripherals] mpu60x0_i2c: only copy ext data if i2c_bypass is false 22 June 2013, 23:24:02 UTC
b5512d6 [nps] make radio_control type datalink work 22 June 2013, 23:24:02 UTC
0d5001a [ground_segment] add joystick hat to input2ivy You can use the Hat<Position>(<hat_name>) function to trigger events, where <Position> is one of Centered/Up/Right/Down/Left/RightUp/RightDown/LeftUp/LeftDown Only one hat can be used, but the interface will allow multiple ones in the future. 22 June 2013, 23:23:58 UTC
8a90143 [rotorcraft] settings and rough example for float ahrs/stabilization 22 June 2013, 23:21:44 UTC
1ab2636 [rotorcraft] add missing include so stabilization_attitude_euler_int can be used standalone 22 June 2013, 23:21:31 UTC
9c4637f [conf] add pcre lib to NPS For some reason this needs to be explicitly specified for Ubuntu 13.04, while it was working without it on 12.04. 22 June 2013, 23:21:22 UTC
22d79c7 [dox] doxygen file header fixes 17 June 2013, 23:01:20 UTC
877963e [release] v5.0 stable version 16 June 2013, 22:53:43 UTC
f1b8499 [conf] update example sessions for ARDrone2 Removed Logitech Joystick because users are not going to have it and it will cause error messages when they launch it. Adding notes in Wiki on how to add joystick yourself. We now only need one session for ardrone2 16 June 2013, 22:51:52 UTC
cf0dba8 [rotorcraft] check_in_flight without RC Closes #464 Changes to make ARDrone2 SDK fly without joystick Still needs to be properly solved as per issue #201 16 June 2013, 22:25:45 UTC
1931ec6 cleanup some trailing whitespace 14 June 2013, 21:22:54 UTC
20588e8 [rotorcraft ]Added ardrone2 sdk version gps, fixed some bugs. The GPS receiver from parrot is added for the SDK version of the ardrone2. This new gps receiver is the flightrecorde from parrot. Also fixed some bugs in the navdata receive of the SDK version, and added some comments to the INS. Closes #463 14 June 2013, 21:20:46 UTC
0195a94 [airframe] updating some ENAC airframes 14 June 2013, 16:22:32 UTC
dab1d0e [rotorcraft] rc euler read in fixed point closes #462 14 June 2013, 13:27:01 UTC
b97d8c2 [peripherals][imu] i2c slaves for the mpu60x0 new IMU drivers using the mpu60x0 peripheral with slave support - aspirin 2 (spi) driver with mag as real slave - drotek 10dof v2 with mag as passthrough slave (untested and axes might be wrong) closes #450 closes #190 14 June 2013, 13:04:56 UTC
65d0889 [rotorcraft] fix stabilization_attitude_read_rc_setpoint_eulers Reported by Ewoud. The constants max_phi_scale etc. were zero because it is an integer divide where the denominator is larger (depending on STABILIZATION_ATTITUDE_SP_MAX_PHI). This causes the euler setpoint to always be zero. Closes #461 14 June 2013, 12:49:01 UTC
eda1ea3 [boards] add missing defines for lisa/l board 14 June 2013, 10:48:20 UTC
272cb37 [stm32][ppm] config cleanup 13 June 2013, 20:47:11 UTC
4222a3a [stm32] i2c3 for stm32f4, untested 13 June 2013, 20:47:11 UTC
c3e2582 [stm32][conf] fix UART1_GPIO_RX on lisa/m 13 June 2013, 20:47:01 UTC
a3c87b0 [conf][stm32] spektrum defines for Lisa/L 13 June 2013, 15:23:30 UTC
10006e9 [stm32][i2c] pin configuration in board files Use the gpio_enable_clock helper function. Also remove the unused scl_pin and sda_pin variables in the i2c struct. 13 June 2013, 15:13:13 UTC
e7bca1f [stm32] spektrum for F4 Not tested on an actual F4 board! Using some of the new gpio helper functions. Also removed seemingly useless DebugInit. 13 June 2013, 14:08:55 UTC
42d11fb [conf] fix some example GLS_APPROACH defines 13 June 2013, 07:25:44 UTC
09d5bcc GLS (new) implemented a new intercept that takes into account wind on final and APP_Angle fixed desired altitude to match the actual setpoint should work now with any type of vertical control since all control parameters have been removed closes #453 12 June 2013, 22:57:19 UTC
bc64049 [mcu_periph] gpio helper functions also removed the old gpio1 that was used on lpc and fixedwing firmware 12 June 2013, 22:42:06 UTC
d72934e Fixing issue that arised after commit 1de769b6f20679419e0baf41b1ab87413f7972c6, compiles fine. Test flight needed. 09 June 2013, 21:27:14 UTC
87abc44 Renamed wifi to udp and started using PprzTransport again 09 June 2013, 21:27:10 UTC
0dc71e3 [stm32][uart] refactor pin configuration UART pins on F1 boards now also defined in board files 08 June 2013, 18:49:56 UTC
d19bdcd [stm32] fix init for UART6 08 June 2013, 15:44:02 UTC
572ba12 [rotorcraft] fix STAB_ATTITUDE telemetry 08 June 2013, 12:58:54 UTC
8d2781e [rotorcraft] horizontal guidance mode switching If swtiching to HOVER or NAV mode: reset attitude stabilization if previous mode was not using it 08 June 2013, 12:58:54 UTC
e28f7ff [rotorcraft] remove unused STICKS_RMAT312 hack 08 June 2013, 12:58:54 UTC
1de769b [rotorcraft] big fat attempt to clean stabilization and guidance - No more STABILIZATION_ATTITUDE_FLOAT_x in airframe file. - Hopefully seamlessly switch between int and float. - Also make it possible to not use a reference at all, e.g. for passthrough 08 June 2013, 12:58:53 UTC
2556e6e [conf] add ms-sidewinder joystick 08 June 2013, 12:09:54 UTC
e313b55 added Esky EK2-0905A joystick to play with 07 June 2013, 23:13:38 UTC
e42e2dd Enabled usage of magnetometer again and changed back SP_MAX_R to 90 deg/s 07 June 2013, 23:13:38 UTC
f89ab73 [datalink] Fixed a bug in wifi.c The buffer was not cleared resulting in a constant reparsing of the same message when no other message was sent to the drone during idling time. Big thanks to Freek for helping out with this 07 June 2013, 23:12:52 UTC
a7b46f4 [supervision] reload targets when changing airframe fix #233 06 June 2013, 21:42:50 UTC
1c6aec3 [dfu] remove verbose mode (not useful) 06 June 2013, 15:19:59 UTC
35f87c0 [hmc] fix telemetry report for hmc58xx module 06 June 2013, 15:13:06 UTC
6350452 [stm32] specify PPM_IRQ_CCIF for lisa boards closes #451 06 June 2013, 09:22:08 UTC
d9c68f9 make TELEMETRY_FREQUENCY changeable, still defaults to 60Hz 05 June 2013, 20:45:54 UTC
04fe432 [fix] c and h files were swapped 05 June 2013, 15:48:02 UTC
a2b0fde [dfu] add dfu-util support to flash stm32 display in paparazzi center is still confusing. It seems the verbose mode is not on stdout and the information status are red (dfuERROR status) while they are not errors 05 June 2013, 12:51:13 UTC
a4e6748 [ins] USE_INS_NAV_INIT now defaults to TRUE 04 June 2013, 21:59:35 UTC
4b32701 [ext] update luftboot for latest libopencm3 04 June 2013, 21:00:01 UTC
058e4c1 Merge initial stm32f4 support - apogee board working, including IMU - KroozSD board files, IMU driver still missing - not all peripherls have f4 support yet - configuration cleanup, e.g. pin assignments in board header files - mpu60x0 peripheral (without slave support so far) - uart_periph_set_mode with separate tx,rx enable - update libopencm3 for uart6 and timer fixes and other stuff.... 04 June 2013, 17:37:24 UTC
211187a [mcu_periph] fix UART2SetBaudrate 04 June 2013, 17:25:17 UTC
ed489f5 [stm32] fix ppm for LisaL 04 June 2013, 17:21:26 UTC
b084e20 [stm32] fix ADC sample rate after libopencm3 update 04 June 2013, 17:00:38 UTC
fb272f4 [ext] update libopencm3 to get timer_ic_set_polarity on F1 again 04 June 2013, 17:00:35 UTC
3328dfb fix test_rc_spektrum, remove unused USE_TIM6_IRQ 04 June 2013, 17:00:30 UTC
6cbe186 Merge pull request #440 from EwoudSmeur/switch_sticks Added possibility to switch sticks The reason for this commit is that the sticks in rate control are 'quadcopter sticks'. This is because the default (IMU_TO_BODY) configuration is hover. The only way to get the sticks naturally right is to have the BODY_TO_IMU orientation as airplane. The easier way is to just switch roll and yaw when in rate control, if the user defined this in his airframe of course. 03 June 2013, 13:25:29 UTC
e1df2e5 [ardrone2] merge remaining ardrone2 support closes #396 03 June 2013, 13:08:50 UTC
f623864 [multimon] use -fPIC for all arch except 32bit i686 01 June 2013, 11:43:23 UTC
922ee37 Merge pull request #449 from EwoudSmeur/autonomous_transition Added example airframe file for Quadshot on master 31 May 2013, 15:43:04 UTC
580a3b2 updated Quadshot airframe file 31 May 2013, 15:35:28 UTC
c1f2b91 [fix] bug fix in sht25 module 31 May 2013, 13:50:21 UTC
64549e0 Added example airframe file for Quadshot on master 31 May 2013, 13:08:23 UTC
f105fd9 [ext] don't build libopencm3 stm32f2 as it is not used atm 30 May 2013, 16:25:03 UTC
92f94e5 [fix] Silent warning 29 May 2013, 12:48:25 UTC
e599975 [shortcut] Solve compiler path issues while flashing LuftBoot 29 May 2013, 12:39:20 UTC
0c02be4 [warning] Missing initializer 29 May 2013, 12:01:42 UTC
e90cee5 [gcs] use correctly "visible" attribute for link page this should solve #445 28 May 2013, 16:17:22 UTC
11ce753 Merge pull request #447 from TobiasMue/energy_ctrl fix v_ctl_climb_loop and v_ctl_altitude_loop are called by different fre... 28 May 2013, 14:11:26 UTC
e5d0371 Merge pull request #446 from TobiasMue/amsys Amsys 28 May 2013, 14:09:30 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
542148e fix v_ctl_climb_loop and v_ctl_altitude_loop are called by different frequencies therefor they need different time increments dt_navigation (4Hz) and dt_attitude (60Hz) 21 May 2013, 06:57:23 UTC
7ab792f fix corrected i2c adress to match wiki 74-E8 72-E4 it s the first bit that is ignored! not the last one 20 May 2013, 18:58:21 UTC
9f208ff fix for SITL 20 May 2013, 18:55:06 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
3710206 Added possibility to switch sticks 17 May 2013, 16:25:41 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
b79972b [boards] Porting KroozSD 12 May 2013, 21:47:31 UTC
3e689f0 [tools] update dfu script - add a timeout so you have time to connect the device - less verbose, don't print all addresses 12 May 2013, 21:30:24 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
back to top