https://github.com/tudelft/paparazzi

sort by:
Revision Author Date Message Commit Date
3fce2ec check yingfu's computer 12 September 2019, 19:08:18 UTC
b8963b0 add drone_race message 12 September 2019, 17:37:47 UTC
cde0e2e add acado optimal 12 September 2019, 15:13:59 UTC
0e84c4c implement own vertical 27 August 2019, 10:29:36 UTC
9f71f4a optitrack replan 27 August 2019, 08:26:17 UTC
acd1e8e optimal ctrl works on bbp 26 August 2019, 12:49:12 UTC
cb2ecb5 qpoas now port to dr race 25 August 2019, 16:53:43 UTC
c66e360 non-embedded qpoases 24 August 2019, 19:22:28 UTC
f2fcba6 not in sw/ext anymore 17 August 2019, 22:46:39 UTC
15d026d qpoas not linking 17 August 2019, 16:09:16 UTC
c65c6d0 still doesn't compile 16 August 2019, 18:06:34 UTC
e3183f8 qpport in prog 16 August 2019, 15:49:44 UTC
427d615 qpoasses beg 12 August 2019, 16:33:40 UTC
d13dafb fix from codacy 22 July 2019, 09:59:02 UTC
7e1fc73 [parrot] improve bebop scripts old shell scripts are removed and replaced by python script similar to ardrone2 it is possible to - install and remove the autostart and network scripts - configure autostart mode - configure network to join a wifi router - it is no longer need to modify the pprz.conf file before sending it to the drone - the security options (AMODE) are not handled yet 22 July 2019, 09:59:02 UTC
48e7b20 TU Delft MAVLab course 2019 (#2452) * Add video capture functionality to video_capture module The video_capture module can now capture timestamped image-sequences using the buttons or setting in the GCS. Images are stamped using their capture pprz_ts, which can be synchronized with the csv file logger (todo). (video_capture) Add video capture functionality to video_capture module (video_capture) name images with current timestamp (video_capture) Log capture timestamp instead of current time (video_capture) Minor XML fixes (video_capture) Store pprz_ts-stamped images in boot-time-stamped folder Stamping images with calender time does not make sense in simulation, which has an independent clock that runs at a different rate, and does not have any concept of a calender time. * Minor usability tweaks to file logger * XML changes and new gazebo worlds after collecting datasets Flight plan for orange pole dataset Add flightplan to fly towards textured panel XML changes after collecting dataset Revert video capture and stream to front camera * FIX datalink timeout in NPS * minor fix: make colorfilter's color_count volatile Shared between video thread and autopilot thread, so should technically be volatile (although it seemed to work already). * updated orange avoider to module state machine and added simple guided mode example (#46) * updated orange avoider to module state machine and added simple guided mode example * Apply suggestions from code review Co-Authored-By: kirkscheper <kirkscheper@gmail.com> * add mutex and update guided to return to arena * Minor fix: increase freq of WP_MOVED telemetry message This makes the waypoint-based orange avoider example easier to follow. * minor readability tweak for file logger * Enable video_capture by default, place before object detector * Fix OpenCV inconsistencies in NPS, update to 3.4.5 (#47) With this fix, the opencv example module will link the OpenCV lib from the bebop_opencv submodule rather than the locally installed one. This prevents inconsistent behavior between the real drone and the simulator; previously a bug in OpenCV caused U and V channels to be swapped depending on the installed version. The Bebop and sim now both use OpenCV 3.4.5. Commits: * FIX color loop error Not exactly sure what went wrong, but this code works on both sim and bebop without segfaulting. Note that the YUV channel order problem still exists in this commit. * YUV test function * WIP SEGFAULT Try to upgrade opencv_bebop This commit segfaults on the Bebop, caused by OpenCV's cvtColor function (confirmed with printf and gdb). Might be caused by this: https://github.com/opencv/opencv/issues/12176 . * WIP Update opencv_bebop * WIP get compilation working for nps * WIP Clean up makefile, update conf LDFLAGS * Restructure opencv_bebop makefile Also update pprz because paths and ldflags have changed. * Minor opencv_bebop makefile changes * Fix YUV channel order * FIX Consistent OpenCV behavior on drone and in NPS, OpenCV 3.4.5 With this fix, the opencv example module will link the OpenCV lib from the bebop_opencv submodule rather than the locally installed one. This prevents inconsistent behavior between the real drone and the simulator; previously a bug in OpenCV caused U and V channels to be swapped depending on the installed version. The Bebop and sim now both use OpenCV 3.4.5. * update opencv_bebop * Remove opencv demo module from course airframe * Separate grayscale and color examples * Add joystick xml for SM600 Joystick should be set in Reflex XTR mode. Tested on Ubuntu 16, but not on 18 yet. * Change sm600.xml to G3-G4.5 axis order Reflex mode behaves differently between Ubuntu 16 and 18... :/ * Add OptiTrack distance measuring tool Usage: 1. Connect through ethernet to OptiTrack pc. 2. In dist.py, change id number (line 19) to rigid body id to track. 3. Run dist.py 4. Results are not saved, copy manually. dist.py was written by Shushuai Li. * Made find_object_centroid documentation more comprehensive (#50) * GPS coordinates of CyberZoo (#51) * GPS coordinates of CyberZoo Update GPS coordinates of the CyberZoo along the green carpet * Update conf/flight_plans/tudelft/course2019_orangeavoid_cyberzoo.xml * Update conf/flight_plans/tudelft/course2019_orangeavoid_cyberzoo.xml * Fixed capitalisation in xbox controlled and added Turnigy controller (#52) * Fixed capitalisation in xbox controlled and added Turnigy controller - Fixed capitalisation in conf/joystick/xbox_gamepad.xml - Added Turnigy controller conf/joystick/turnigy_evolution.xml * Added a newbie friendly version of xbox_gamepad The xbox controller both sticks have springs in both axis and in the configuration of the xbox_gamepad.xml the yaw and throttle are on the same axis. This configuration has the yaw on the triggers making for a more pleasant experience. * FIX missing #endif in abi_sender_ids.h * Update airframes to use bebop_cam module TODO: retune, test and tag in cyberzoo * Update opencv_bebop submodule to latest master Also updated linked libraries in cv_opencvdemo module. Should be re-tested on a clean system. * Further cleanup for pull request * Change sm600.xml throttle range Throttle did not seem to behave correctly. Calibration only makes things worse (incorrect ranges and lots of noise). The current xml seems to work with an UNcalibrated joystick, with the trim sliders in the middle (including throttle). * Change default joystick to sm600.xml * Revert sm600.xml range * Re-tune camera Camera settings were changed after bebop camera overhaul. * Further tuning of green detector * Tag aircraft after test flights * FIX 'land here' incorrect capitalization Changed back to lower case to maintain compatibility with other flight plans that may not have been merged into master. * FIX reduce WP_MOVED update rate Avoidance code used waypoint_set_ functions instead of wp_move_, which lacks the downlink message to update the wp position in the GCS. Implemented the missing move functions and used these instead, reduced the update rate of WP_MOVED to its original, low rate. * FIX file_logger error message referring to video_capture * FIX file_logger for fixed wing ac * FIX sm600.xml missing newline * WIP Cleanup opti_dist 18 July 2019, 11:14:33 UTC
27057a3 [fix] fix PWM7 index and disable pwm on SRVb connector by default 09 July 2019, 09:23:50 UTC
2289512 Merge pull request #2447 from enacuavlab/enac_student_projects-integration Enac student projects integration 08 July 2019, 16:19:00 UTC
a7b05cf [fix] add some ref and set_integral function to PID lib 08 July 2019, 14:05:09 UTC
7b2050a [fix] fix some DMA issues and motor pins for DShot on Tawaki (#2450) also: - activate the mag ahrs update by default - use board not rotated by default 06 July 2019, 08:10:21 UTC
096209b python paparazzi center tools impovement (#2445) * [Python supervision] Change tool Menu. #2093 * [Python supervision] Adds tool icons. * [Python supervision] Separates tools from control panel. * [Python supervision] Adds blacklist feature. * [Python supervision] Clean test code. * [Python supervision] Allows tools override. * [Python supervision] Removes useless constants. * [Tools] Adds script to convert old xml tools format to the new one. * [Python supervision] Handles new tools definition. * Reduce diff with master * [tools] adds reference to icons in tools xmls. 05 July 2019, 13:45:45 UTC
a369cea Created a default Bebop aircraft using optitrack and full INDI (#2448) * Added a default working bebop with optitrack * replaced indi_simple with indi * Added optitrack + joystick flight session to tudelft userconf * bebop_optitrack now also works in nav mode * Test flight performed * Added some comments * Changed max horizontal speed and test flown * added clarification that this is the bebop1 drone. Also changed the airframe name to make clear that it uses optitrack 04 July 2019, 20:49:52 UTC
11bd5f2 missing include for bebop board 01 July 2019, 11:14:21 UTC
4c05aaa [gps] fix PRIMARY_GPS check in precompile step 01 July 2019, 11:14:21 UTC
69df254 [ins] INS invariant filter can use GPS heading instead of magneto 01 July 2019, 11:14:21 UTC
c8dba29 [fix] typo and body_accel update 01 July 2019, 11:04:44 UTC
57b4448 [module] add shift_tracking module This module is trying to track an axis based on a local position estimate that can come from an UWB position system or a smart cam like jevois for instance. The control idea is to apply a shift around a reference trajectory that should be close enough from the final desired path. This was developped to help final approach for landing in a net. See https://hal-enac.archives-ouvertes.fr/hal-01936955 for more information. Also include a simple PID library (discrete or "continuous" form). 01 July 2019, 10:49:58 UTC
407975c [dw1000] integrate EKF and secondary GPS config - dw1000_arduino module can now be used as local position system or as a GPS device - the position can be filtered using a basic kinematic EKF, which also provides the velocity - the GPS config allows to use it as primary/secondary GPS (use a regular GPS or indoor positioning as backup) 01 July 2019, 10:33:34 UTC
a2bca8b [jevois] update and fix jevois cam driver - add report message - fix parsing and sending bugs 01 July 2019, 10:25:15 UTC
5b8a9ce [rover] small corrections and user files for rover operation 01 July 2019, 10:16:11 UTC
bfb678d add missing doc 30 June 2019, 14:48:44 UTC
19c9b37 [ahrs] configurable weighting band 30 June 2019, 14:48:44 UTC
02a5d39 [ahrs] add filter on accel heuristic of DCM AHRS the same filter is already applied in the int_quat ahrs and can prevent incorrect measurement rejection when strong structural vibrations increase the IMU noise 30 June 2019, 14:48:44 UTC
9c6bcf9 update chibios stable version for latest bug fix 26 June 2019, 08:42:53 UTC
17c3dd1 [tawaki] fix RTC conf for Tawaki board 26 June 2019, 08:42:53 UTC
8c145b7 Improvement to start.py maintenance tools (#2438) * Added last commit dates to lists of untested flight plans and airframes * Improved paparazzi_health to include a list of all modules and their usage * improved paparazzi_health to include a list of board makefiles not used by any airframe * improved paparazzi_health to generate list of unused airframes, flightplans and boards sorted by most recently changed * airframe details now stores modules as tuple of name and type: [(name, type), ...] * added seeing includes in paparazzi_health * Removed unneccesary print statements * Added widget to start.py to generate html table of the module usage of the airframes for the selected conf * improved html table readability and sorted airframe names alphabetically * fixed alphabetical ordering of airframe name being case sensitive and added comments * Added module class, more info about modules now gets printed. Commit dates should still be fixed * Did speed improvement, but still slow * split up more info and lists of untested files * Added checkboxes to start.py to give user option to show airframe detail, or untested files, or both * Cleaned up some code * Added separator to make link between checkboxes and MoreInfo button clearer * Fixed code style * Added description to the module listing * one should now be able to select which aspects to show in the maintenance tools * Initial version of maintenance tools window * Now also checks if modules are mentioned in the settings modules in an userconf * Improved layout of maintenance tool window * Improved variable names and tooltip information * Small QoL changes to prepare for pull request * Fixed a bug with the untested boards not showing correctly if airframes was not also selected and fixed some Codacy issues * Added functionality to generate module overview by board name * Module overview table now also displays the xml file and of the airframe * Update health_monitor_update branch with master changes * Bug-fixes and added description to maintenance tools 24 June 2019, 19:56:14 UTC
208c37b [module] WS2812 led module (#2435) Using the ChibiOS DMA driver 19 June 2019, 08:00:13 UTC
17b185d Merge pull request #2419 from paparazzi/tawaki_board-integration Tawaki board integration 19 June 2019, 07:43:46 UTC
4d7045d [python] fix natnet3 speed filter previously, only the last computed speed was return in the end, regardless of the filter option (number of points to use) 18 June 2019, 17:16:06 UTC
8f4b107 [python] add small tool to get A/C conf from server (#2431) This is providing the init sequence as done by the GCS to get and maintain the list of aircraft known by the server and their configurations 18 June 2019, 16:34:02 UTC
281116f LSM6DS33 (gyro/accel) and LPS25H (baro) drivers (#2437) 18 June 2019, 15:27:54 UTC
0391b4d [nps][bebop] update gazebo sim camera (#2383) This pull request updates the Bebop camera simulation in order to work with the new defines and settings from #2364. It also includes a number of small fixes by @kirkscheper . The new setup renders the entire camera sensor, which allows the crop and zoom settings to be changed at runtime just as on the real drone. The resolution of the simulated sensor can be reduced for better runtime performance. ---- * update gazebo sim camera * WIP Revert Bebop SDF cam hfov to 3.0, TODO update to full sensor size * WIP mt9f002.c remove OUTPUT_SCALER comment * WIP FIX image.c casting problem vectors.pos is now cast to float to prevent unwanted implicit casting to uint. I did not change the point_t types as I do not have time to test this, but this would be a good idea for a later pull request. * WIP lucas_kanade.c comment keep_bad_points * WIP opticflow_module.c replace memcpy with assignment for readability * WIP nps_fdm_gazebo fix mt9f117 check for bottom_cam instead of front_cam * WIP nps_fdm_gazebo do not set env_texture_size The current size (2048) is probably large enough for all realistic ZOOM settings. * WIP ERROR nps_fdm_gazebo fix camera, corrupt image in gazebo :/ * WIP ERROR zoom is not tuneable at runtime :/ * WIP fixed sensor resolution in gazebo Since the zoom should be adjustable at runtime, the zoom factor will need to be implemented in the image sampling routine, it cannot be set beforehand in the bebop model. * WIP include mt9f002.c and mt9v117.c in NPS Added simple wrapper files to prevent overwriting the video_thread_nps.c ones. * WIP enable runtime zoom and offset changes for mt9f002 in NPS! Zoom and offset settings can now be adjusted at runtime just like on the real drone. The mt9f002.c code handles the bounds checking etc. * WIP take out string comparison in read_image * WIP ignore GCC errors that do not appear in compilation for ARM Might be better to actually fix these errors, but I am not familiar with that part of the code. * WIP remove todo file * FIX ardrone2_gazebo build error linking error was caused by undefined reference to mt9f002 struct (which is not used in the ardrone). Removing the NPS MT9F002 define means that this struct is always linked, even though it may not be used. To fix, I added an empty `__attribute__((weak))` struct that prevents these linking errors, but could cause unexpected behavior when a Bebop model or other model with mt9f002 camera is used without the bebop_cam module. * FIX naming conflict after merge * FIX Allow arbitrary simulated sensor sizes for runtime improvement The FDM can now handle arbitrary sizes for the camera sensor. This allows the sensor size to be reduced from the real-world 4608x3288 to a lower resolution to reduce rendering times, at the cost of lower-resolution images. The downscaling of the sensor is controlled using the `NPS_MT9F002_SENSOR_RES_DIVIDER` define. * Update Bebop 2 gazebo models for new front- and bottom cam code 17 June 2019, 08:39:51 UTC
5ed41ce [test] compile gpio_arch for chibios test progs 14 June 2019, 09:31:13 UTC
c93a84e [chibios] fix LED_ON/OFF to take board conf into account 14 June 2019, 08:36:07 UTC
d6765a5 [board] add new board TAWAKI based on STM32F7 with ChibiOS 14 June 2019, 08:15:54 UTC
949d88e small corrections for baro bmp and sd log 14 June 2019, 08:15:54 UTC
698bd24 [imu] add support of ICM imu sensors to the mpu60x0 driver register map is almost the same, the WHO_I_AM value can tell which sensor is being used 14 June 2019, 08:15:54 UTC
db991f4 [mcu] add support for I2C4 and SPI4 14 June 2019, 08:15:54 UTC
d23ed71 Improved automated python tools for maintenance (#2433) * Added last commit dates to lists of untested flight plans and airframes * Improved paparazzi_health to include a list of all modules and their usage * improved paparazzi_health to include a list of board makefiles not used by any airframe * improved paparazzi_health to generate list of unused airframes, flightplans and boards sorted by most recently changed * airframe details now stores modules as tuple of name and type: [(name, type), ...] * added seeing includes in paparazzi_health * Removed unneccesary print statements * Added widget to start.py to generate html table of the module usage of the airframes for the selected conf * improved html table readability and sorted airframe names alphabetically * fixed alphabetical ordering of airframe name being case sensitive and added comments * Added module class, more info about modules now gets printed. Commit dates should still be fixed * Did speed improvement, but still slow * split up more info and lists of untested files * Added checkboxes to start.py to give user option to show airframe detail, or untested files, or both * Cleaned up some code * Added separator to make link between checkboxes and MoreInfo button clearer * Fixed code style * Added description to the module listing * one should now be able to select which aspects to show in the maintenance tools * Initial version of maintenance tools window * Now also checks if modules are mentioned in the settings modules in an userconf * Improved layout of maintenance tool window * Improved variable names and tooltip information * Small QoL changes to prepare for pull request * Fixed a bug with the untested boards not showing correctly if airframes was not also selected and fixed some Codacy issues 09 June 2019, 08:55:49 UTC
1da047b [ocaml] add special keyword to avoid conflict with XML invalid characters (#2434) see #2429 31 May 2019, 11:51:59 UTC
24452de Removal of unused flightplans (#2430) * Removed old unused flightplans from main flightplans folder * Removed untested old legacy flight plans 29 May 2019, 10:18:15 UTC
37cf050 [rotorcraft] don't reset vertical ref in guided mode (#2418) When calling the set_z or set_vz functions in guided mode, the reference should not be called as it would make them ineffective when the control rate is high close #2410 17 May 2019, 08:26:27 UTC
f22009f [filter] set default freq 14 May 2019, 07:02:18 UTC
1d93354 [periph] configurable stack size for UART, I2C and SPI Minimum recommanded size is 256. Default is bigger to have some margins but can be set smaller or bigger if needed. 14 May 2019, 07:01:40 UTC
7d41b65 [airborne] Fix yaw arming (#2421) 13 May 2019, 13:13:59 UTC
009b121 [ins] Add EKF2 from the PX4 ECL library (#2402) * [abi] Add timestamp to AGL and BARO_ABS * [make] Add support for c++0x for all architectures * [math] Add air density calculation * [gps] Add horizontal and vertical position accuracy * [boards] PX4FMU change default baudrate and add SBUS * [ins] Add EKF2 * [tests] Add Bebop2 with EKF2 * [nps] Fix jsbsim simulator initialisation and GPS accuracy 12 April 2019, 21:12:31 UTC
f328eb1 Pullrequest bluegiga stdma dongle (#2261) 09 April 2019, 15:54:03 UTC
0a6d735 add code quality badge 09 April 2019, 09:38:54 UTC
8a7ba22 [doc] fix comment in 1euro filter description 04 April 2019, 14:34:06 UTC
228c882 [filter] IMU prefiltering using the One Euro filter (#2413) One Euro filter is a very simple adaptive low pass filter that can efficiently remove the noise from the gyros and accelerometers without adding to much lag. As it is a separated module connected to the ABI bus, it can be used with any IMU and AHRS/INS combination by selecting the correct data source for the estimation filters. 02 April 2019, 07:45:04 UTC
18b61c9 Fixed ACT corner bug (#2411) Fixed ACT corner issue giving a segfault. Code style fixed 27 March 2019, 20:23:42 UTC
9f03148 [Tools] Blacklisted tools copied from blacklisted_example. (#2409) 21 March 2019, 10:19:38 UTC
53c4f9c [driver] add BMP3 (Bosh-Sensortech) baro driver - peripheral and test module - only I2C interface for now - configured with recommended settings for drone applications - tested with BMP388 18 March 2019, 08:10:48 UTC
22be04f [tests] Fix unneeded warnings for test build (#2403) 15 March 2019, 18:34:50 UTC
61f1d24 fix ref to pprzlink (#2405) 06 March 2019, 19:23:07 UTC
b43108f [boards] Fix PX4FMu ADC defaults (#2401) 05 March 2019, 21:34:57 UTC
60d0769 [chibios] add support of DSHOT to chibios - driver for DSHOT protocol, including telemetry (but used yet) - actuators interface for Paparazzi - generic DMA driver - configuration for Apogee board 05 March 2019, 09:03:06 UTC
1458cf5 [chibios] change timing for event checking to limit jitter 05 March 2019, 09:03:06 UTC
def6832 [matlab2pprz] fix nb of arguments and add to tools 28 February 2019, 13:26:52 UTC
8e4029c add some comments and fix callback 28 February 2019, 13:26:52 UTC
905c980 [matlab] bridge between Natnet, Simulink and Paparazzi 28 February 2019, 13:26:52 UTC
39735d5 [joystick] convert old joystick input to module The message field and types are extended to add yaw and to use int16 so that pprz_t command can be used directly. When a new JOYSTICK_RAW message is received, an ABI JOYSTICK message is sent. Flight plan for direct control of planes and rotorcraft are given as examples. 28 February 2019, 13:26:52 UTC
2430b31 [gazebo] add ROS support and sonar sensor (#2399) 28 February 2019, 08:58:12 UTC
a807bf7 [airframes] MavTec auto2 fix and heli450 28 February 2019, 08:01:36 UTC
1be79a9 Pullrequest bebop2 optitrack (#2398) * added files * added to tudelft/conf * minor fixes + successful smooth flight in cyberzoo * removed modules section 27 February 2019, 16:24:55 UTC
e7df046 Cleanup TUD (#2397) * [airframes] silent warning and report test flown code * Remove airframes that are not called from any conf... * Report good flight AscTec CDW tested MavTec MavTec 5 BR flies * Remove non-used airframes that are in conf 27 February 2019, 13:53:09 UTC
27c12a5 [modules] Add TFMini lidar (#2395) 27 February 2019, 12:32:02 UTC
33e02c9 [airframes] fix CDW, TUD 27 February 2019, 12:07:53 UTC
3c20b30 Airframes BR 27 February 2019, 11:58:41 UTC
4536f43 [chibios] Add PX4FMU V4 (pixracer) (#2394) 26 February 2019, 09:31:18 UTC
0f1bd11 [mag] add lis3mdl driver and module 25 February 2019, 08:41:34 UTC
fcfac87 [airspeed] add sdp3x differential presssure sensor driver 25 February 2019, 08:41:34 UTC
a48a6a0 [fix] define ffd gain for quat_int stabilization close #2391 22 February 2019, 09:59:47 UTC
e188151 [linux] Fix uart/serial waiting 12 February 2019, 15:18:19 UTC
926e570 Rover holonomic (#2388) * [autopilot] add a throttle command that will be used to report on GCS This way, it will not explicitly rely on COMMAND_THRUST or COMMAND_THROTTLE or any variant * [rover] add holonomic guidance for rovers 07 February 2019, 10:05:03 UTC
153e693 [autopilot] flight times and kill_throttle were not available in GCS … (#2387) * [autopilot] flight times and kill_throttle were not available in GCS anymore * update for pprzlink ref 06 February 2019, 18:27:48 UTC
6ab48de added explicit pyhton2 binding where ambiguous (#2373) 01 February 2019, 08:41:55 UTC
841f1f7 Fix bugs of quat_from_earth_cmd_f() (#2117) 30 January 2019, 20:40:48 UTC
46a8bfb Futaba16SZ, units in circular formation, and no IMU in default msg cfg (#2382) * fixed tab and IMU not necessary in default * explicit units * Futaba T16SZ conf file * units * fixed tab and IMU not necessary in default * explicit units * Futaba T16SZ conf file * units 29 January 2019, 10:19:24 UTC
6d36c58 Restructure bebop camera settings and ISP (#2364) 28 January 2019, 14:44:22 UTC
638f513 [cv] fix possible divide by zero 25 January 2019, 21:22:30 UTC
50f574d Adding DelFly Nimble (#2380) * Changes necessary for bare DelFly Nimble * adding explanation why disabling PWM5 * Changes requested * Fix formatting 23 January 2019, 14:48:49 UTC
9ba84b8 fix linux spi_arch (#2379) 15 January 2019, 17:38:41 UTC
70d221e upgrade voltage and current to float (#2360) merged with https://github.com/paparazzi/pprzlink/pull/95 15 January 2019, 17:26:07 UTC
16444fd mark as v5.15 devel until next release 19 December 2018, 21:26:17 UTC
3f680d1 stable release v5.14 19 December 2018, 21:22:00 UTC
69953a7 [conf] temporary remove failing aircraft rust on CI server not compiling at the moment 19 December 2018, 21:08:51 UTC
9b94543 [rc] Fix SBUS initialization synchronising with timeout (#2370) 19 December 2018, 17:05:19 UTC
bb35c16 [math] fix quat_of_axis functions (#2367) improve doc and choose a more reasonable output resolution of the integer version fix #2331 18 December 2018, 16:13:07 UTC
d875cc7 [docker] back to sourcing cargo env 16 December 2018, 21:40:06 UTC
back to top