sort by:
Revision Author Date Message Commit Date
f848aa1 [board] GNU_SOURCE flag for beaglebone should we really keep this board ? 07 April 2020, 12:32:06 UTC
de667ef [i2c] fix gpio port type to remove warnings 07 April 2020, 12:32:06 UTC
6c288ed [i2c] remove warning for cast_qual in softi2c 07 April 2020, 12:32:06 UTC
9cfb773 [bebop] remove extra paranthesis in SITL also, only compensate rotation on real frame, sim is directly using the distance to the ground 07 April 2020, 12:32:06 UTC
b5aad0b [module] sweep_var should have been removed with #2504 07 April 2020, 12:32:06 UTC
53ac83c [pyhton] add auto init if abi bindings are used 03 April 2020, 11:09:21 UTC
0f68056 [python] remove unused var 03 April 2020, 11:09:21 UTC
ff29e8b [python] improve create_module with ABI bindings 03 April 2020, 11:09:21 UTC
b2c947f [python] replace combo list by buttons 03 April 2020, 11:09:21 UTC
5140d3c [python] improve file generation with create_module tool 03 April 2020, 11:09:21 UTC
fba667b Add software-I2C (#2514) 03 April 2020, 09:06:15 UTC
e01e8fc #2384, Convert some scripts to Gtk3.0. (#2513) 02 April 2020, 08:09:27 UTC
6519cab [create_module] restore generate qt files These files have been removed by mistake because of the 'clean' rule. Renaming it to avoid futur errors. 01 April 2020, 13:34:11 UTC
10b700c [gps] fix typo (#2515) 01 April 2020, 13:13:32 UTC
12f5700 [device] properly match pprzlink_device interface also correctly implement return values for char_available and check_free_space functions this is solving the warning cast-function-type 01 April 2020, 09:19:52 UTC
623f5a3 [pprzlink] update version pprzlink with unaligned access for all 01 April 2020, 09:19:42 UTC
dd3325b [build] build NPS with fPIC option to make travis and clang happy 30 March 2020, 23:08:06 UTC
6959f1d [travis] compile with bionic 30 March 2020, 21:47:59 UTC
ed83e04 [build] add dep to Makefile changes 30 March 2020, 21:47:59 UTC
69fc51d [appserver] protect buffers that might overflow 30 March 2020, 21:47:59 UTC
017ad07 [bridge] buffer is might be too small 30 March 2020, 21:47:59 UTC
a7f84e9 [gpsd] make gpsd compatible with API above 6 for Ubuntu 20.04 30 March 2020, 21:47:59 UTC
00d0c27 [gtk] fix depreciated gtk2 elements 30 March 2020, 21:47:59 UTC
30f63ac [sim] change name of stdlib module to avoid collision with the new stdlib in ocaml >= 4.08 30 March 2020, 21:47:59 UTC
4d920c1 [ocaml] fix and update for latest ocaml fix usage of Bytes and String drop support of ocaml < 4.02 we keep Compat for functions that need ocaml 4.03 until end of life of Ubuntu Xenial 16.04, drop support of previous releases enforce type safe_string option to prevent future errors replace Pervasives by Stdlib (depreciated in latest ocaml vesions) only use ocamlnet >= 4.0.4 30 March 2020, 21:47:59 UTC
dbd1729 [pprzlink] update version update pprzlink for gcc9 and ocaml compat 30 March 2020, 21:47:59 UTC
731cc33 [ctrl] Fix gain scheduling warning with FFD gain (#2508) 24 March 2020, 21:33:06 UTC
9c72ed9 [hardware] Add Pixhawk 4 autopilot (#2506) 23 March 2020, 20:39:34 UTC
60812c5 [mag] Add IST8310 ABI id (#2505) 23 March 2020, 14:31:44 UTC
ac37f8a [ubx] update ubx auto conf module 20 March 2020, 10:19:46 UTC
87e50bc [gps] clean gps_ubx driver also match field names with datasheet of UBX protocol 20 March 2020, 10:19:46 UTC
9380293 [gps] compile gps generic part for fbw target 20 March 2020, 10:19:46 UTC
1bac296 [gps] add support for UBX PVT message 20 March 2020, 10:19:46 UTC
8028e75 [fix] split the sweep variable and let each module use its own (#2504) this is to prevent multiple declarations 19 March 2020, 14:30:00 UTC
9a29798 [misc] Add GPSD to IVY functionalities for follow me (#2499) 16 March 2020, 21:02:52 UTC
609261c [pprzlink] Update 16 March 2020, 15:54:02 UTC
aa37b5b [sdlog] Add sdlog filename and fix Flight Recorder maximum message rate 16 March 2020, 15:54:02 UTC
d2b12e4 [ekf2] Add more debugging information and magneto setting 16 March 2020, 15:54:02 UTC
ba726cd [i2c] Fix small bug in error message sending (#2498) 16 March 2020, 12:51:59 UTC
26050a8 [fix] datalink_time is currently set to zero even for non-telemetry link (#2492) When using the extra_dl port for communication with an onboard computer board, the datalink_time variable which is used for datalink lost detection is set to zero for all new messages. This is including the onboard messages that are never lost. This fix disable by default the datalink_time update for extra_dl and make it configurable for all over possible datalink transports. 16 March 2020, 12:45:17 UTC
ba55c3e [mag] Add IST8310 magnetometer (#2496) 16 March 2020, 12:44:24 UTC
683037a [datalink] parse the correct datalink buffer (#2494) When using a different datalink buffer than dl_buffer, the callback functions from the modules must use the buffer address passed as a parameter, otherwise there is no guarentee that the correct buffer will be parsed. Co-authored-by: pprz <xp31@free.fr> 16 March 2020, 09:30:38 UTC
96126e2 Merge pull request #2493 from paparazzi/small_features Small features 12 March 2020, 09:16:14 UTC
53e1e79 [nav] add an estimation of time to home The estimation is taking into account the wind speed if available, the airspeed (or NOMINAL_SPEED param if not available) to compute the time to go back to HOME point in straight line. This can be used in a flight plan exception to deroute a return to home if the expected flight time is too long (and not only the current flight time) 10 March 2020, 14:57:06 UTC
a067b0a [gcs] add a tooltip for settings name that are too long even when the "shortname" is used, the settings name is sometimes too long to be visible 10 March 2020, 14:54:11 UTC
4503016 [chibios] add support for unaligned pprzlink data 10 March 2020, 14:52:40 UTC
91aba94 [apogee] add definition of power switch for Apogee with ChibiOS 10 March 2020, 14:51:48 UTC
547f32c [setting] group power switch in strip 10 March 2020, 14:51:03 UTC
78b2fef doc fixed in gvf_module (#2491) 10 March 2020, 14:45:42 UTC
81d4ceb Merge pull request #2489 from jburns11/master Extending dynamic sweep width to poly_rotorcraft and poly_osam modules 18 February 2020, 15:07:19 UTC
3b647f4 Extended Dynamic Survey to nav_survey_polygon_gvf. This uses the sweep_var defined in nav.h, as all FW surveys should. 14 February 2020, 20:55:50 UTC
b02ce41 Merge branch 'master' into master 13 February 2020, 18:23:10 UTC
afeb3e2 changed name of variable sweep to sweep_var in sw/airborne/subsystems/navigation/nav_survey_rectangle.c this is how it should be for all fixedwings. 13 February 2020, 05:47:22 UTC
ac6148b Restart Build Checks 12 February 2020, 22:46:15 UTC
d716f14 removed comment that was not needed from nav_survey_rectangle.c 12 February 2020, 22:05:19 UTC
d8621d1 Added support for dynamic sweep in poly_rotorcraft and poly_osam... Moved definition of 'extern float sweep_var' to nav.h/nav.c to allow using same variable in survey_rectangle and survey_poly_osam Added definitions to poly_osam and poly_rotorcraft module documents 12 February 2020, 21:42:54 UTC
bbc6108 Dynamic grid in rectangle surveys (#2488) 10 February 2020, 21:16:42 UTC
0f504bb Fixed definition of NAV_SURVEY_RECTANGLE_DYNAMIC in RC and FW navigation module files 10 February 2020, 19:46:04 UTC
9682a83 Added configuration settings for supporting dynamic sweep distance in navigation modules for RC and FW vehicles 10 February 2020, 19:13:40 UTC
266c8af Merge pull request #2486 from chris-djong/tuned_disco_energy Added tuned energy airframe for Parrot Disco 10 February 2020, 13:14:24 UTC
5318d1f Changed implementation to use 'extern float sweep' for nav_survey_rectangle_rotorcraft_run and 'extern float sweep_var' for nav_survey_rectangle_run 08 February 2020, 17:29:07 UTC
6ae08ca fixed errors 08 February 2020, 04:22:58 UTC
2d23c3f Update nav_survey_rectangle.c fixed naming issues 08 February 2020, 03:56:56 UTC
4e112e9 Update nav_survey_rectangle.c fixed naming issue 08 February 2020, 03:51:45 UTC
e68f59b Update gen_flight_plan.ml 08 February 2020, 03:31:53 UTC
112e648 Update nav_survey_rectangle.h 08 February 2020, 03:27:22 UTC
1c83754 Update nav_survey_rectangle.h fixed comment 08 February 2020, 03:26:03 UTC
f152df0 Update nav_survey_rectangle.c 08 February 2020, 03:17:28 UTC
00454b5 Update nav_survey_rectangle.h 08 February 2020, 03:15:17 UTC
81f5d10 new implementation using single global variable 08 February 2020, 03:07:16 UTC
4b23c59 WMM updated for 2020-2025 period (#2485) 07 February 2020, 10:46:56 UTC
48efd1f Update nav_survey_rectangle.h fixed small bug 07 February 2020, 07:02:38 UTC
1601135 Update nav_survey_rectangle.h fixed small bug 07 February 2020, 07:01:14 UTC
6f17a57 Update nav_survey_rectangle.h fixed error 07 February 2020, 05:40:58 UTC
8569737 Update nav_survey_rectangle.c fixed error 07 February 2020, 05:07:07 UTC
8299ce9 Update nav_survey_rectangle.c fixed error 07 February 2020, 05:00:30 UTC
6115568 Update nav_survey_rectangle_rotorcraft.h fixed error 07 February 2020, 03:46:45 UTC
d61e31d Update nav_survey_rectangle_rotorcraft.c fixed error 07 February 2020, 03:39:38 UTC
b8779e3 Update nav_survey_rectangle_rotorcraft.h added support for survey_rectangle_dynamic 07 February 2020, 02:57:03 UTC
5f3c413 Update nav_survey_rectangle_rotorcraft.c This allows dynamic updates to the sweep width of our rectangle survey. The dynamic logic is the only one that is used (the survey with two arguments calls the dynamic function with a grid value of -1. This signifies to the dynamic logic to use the grid value from the last cycle (probably the one given at setup). The grid argument should only be positive for the survey logic. Using one function means that the flight plan can actually switch back and forth between calling the 2 functions. This will also preserve backwards compatibility with the previous use of survey_rectangle. 07 February 2020, 02:53:38 UTC
a11c4ae Update nav_survey_rectangle.h Added support for survey_rectangle_dynamic 07 February 2020, 02:49:11 UTC
817118f Update nav_survey_rectangle.c This allows dynamic updates to the sweep width of our rectangle survey. The dynamic logic is the only one that is used (the survey with two arguments calls the dynamic function with a grid value of -1. This signifies to the dynamic logic to use the grid value from the last cycle (probably the one given at setup). The grid argument should only be positive for the survey logic. Using one function means that the flight plan can actually switch back and forth between calling the 2 functions. This will also preserve backwards compatibility with the previous use of survey_rectangle. 07 February 2020, 02:47:28 UTC
eceb79b Update gen_flight_plan.ml Added generator functionality for survey_rectangle_dynamic. - References new "NavSurveyRectangleDynamic(_wp1, _wp1, _grid)" function 07 February 2020, 02:34:14 UTC
4b71d9d Update flight_plan.dtd Added survey_rectangle_dynamic to flight plan structure 07 February 2020, 02:29:55 UTC
9c4a980 Fixes PR #2475 (#2478) 04 February 2020, 08:29:55 UTC
b16271b Added tuned energy airframe for Parrot Disco New 03 February 2020, 14:35:24 UTC
d93adeb Wls update (#2484) * FIX: initialization of WLS residual * Add a test for an overdetermined WLS problem 29 January 2020, 00:21:40 UTC
a27212a [build] comment rust/hacl test conf until this is repaired on CI side 28 January 2020, 23:42:04 UTC
6556f8b [pprzlink] fix submodule ref after merge of #2481 23 January 2020, 12:31:48 UTC
3c411d6 Merge pull request #2481 from paparazzi/crazyflie_2.1-integration Crazyflie 2.1 integration 13 January 2020, 22:32:22 UTC
c5a122e Qt module creator (#2479) * Adds a GUI tool to help create new modules. * Adds Module Creator to tools. * Remove original OCaml create_module. 13 January 2020, 20:57:43 UTC
f646737 [fix] fix macro It was not making issues since by default PWM_FREQUENCY is also 1M. 13 January 2020, 13:22:01 UTC
9b14ce4 [board] Crazyflie 2.1 board file and airframe example 13 January 2020, 13:22:01 UTC
2287376 [tool] crazyradio to Ivy bridge Used for datalink with crazyflie drones. Update pprzlink for compatibility between Python 2 and 3. Requires to install crazflie-lib-python from Bitcraze. 13 January 2020, 13:21:54 UTC
380143f [datalink] support the datalink over syslink (bitcraze) protocol Use for communication with crazyflie drone. A generic device implemetation allows to use this as a regular device for telemetry. Also provide battery and link status information. The UART driver is adapted to allow software flow control if needed (chibios only). 13 January 2020, 12:29:17 UTC
010cba6 [ahrs] add Madgwick AHRS implementation This a basic AHRS that doesn't need magnetometer and only provide roll and pitch. Based on quaternions. 13 January 2020, 12:24:00 UTC
4599fde [imu] add support for the BMI088 imu (gyro, accel) 13 January 2020, 12:20:14 UTC
8bc1f7c Merge pull request #2471 from enacuavlab/jevois-improve [jevois] move some functionnality to jevois cam driver 28 December 2019, 12:46:11 UTC
364a26d Added RTCM moving baseline messages and extended amount of GPS channels (#2477) 17 December 2019, 17:40:53 UTC
1b57ff1 [build] fix build dep for tools (#2472) * [build] fix build dep for tools fix #2228 * fix more dep for fast and recent proc it's awesome ![clean_after](https://user-images.githubusercontent.com/483944/70664849-8b28b280-1c6b-11ea-81b3-d21ff45e2897.png) ![make_after](https://user-images.githubusercontent.com/483944/70664852-8cf27600-1c6b-11ea-977a-8cb783217548.png) 11 December 2019, 22:13:41 UTC
back to top