sort by:
Revision Author Date Message Commit Date
c9a9340 [modules] fix gps_ublox for fixedwings Thanks Helge for finding and reporting this. 21 June 2016, 09:12:16 UTC
75540f1 [docker] use ubuntu 16.04 and deal with user/group ids != 1000 - Update to Ubuntu xenial and switch to new gcc-arm-embedded PPA. - Hhandle permissions for docker volumes by dynamically changing the id of user pprz to LOCAL_USER_ID. This should finally make it possible use the shared volume with the paparazzi source in docker on machines where your user/group id is not 1000 03 June 2016, 11:36:39 UTC
22cf7ff [travis] use new gcc-arm-embedded PPA The PPA of terry.guo with gcc-arm-none-eabi has been removed and replaced with team-gcc-arm-embedded. The package has also been renamed to gcc-arm-embedded. See https://launchpad.net/gcc-arm-embedded/+announcement/13824 03 June 2016, 11:31:29 UTC
a0f2bb4 [cockpit] workaround lablgtk 2.18 Debian/Ubuntu bug workaround wrong reported version of lablgtk in Debian Sid and Ubuntu xenial. ocamlfind reports version 2.16 while it's actually 2.18 see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822949 and https://bugs.launchpad.net/ubuntu/+source/lablgtk2/+bug/1577236 03 June 2016, 11:16:48 UTC
a07f7f9 The rules were not detecting Lisa/M V2.1 correctly. The string in the Lisa/M V2.1 DFU bootloader is: Lisa/M V2.1 (Upgrade) The wildcard now accepts the V2.1 as part of the string. Previous versions of Lisa/M DFU bootloader did not have the hardware version in them. This is needed so that the Lisa/M DFU is accessible from the userspace in the plugdev group. 29 April 2016, 21:19:13 UTC
ce5b50a [ignore] ignore future changes for better branch change experience 20 April 2016, 21:04:04 UTC
5296cb9 [energy ctrl] fix accel conversion for correct vdot This is a regression and seems to be wrong since 4bfab9d 07 April 2016, 14:52:31 UTC
21835db [docker] backport setup from master 31 March 2016, 20:10:05 UTC
3bd4a34 [docker] run.sh exit with correct status 31 March 2016, 19:44:44 UTC
81b853a [ground_segment] fix ant_track compilation 20 March 2016, 14:00:37 UTC
a7c97e1 v5.8.1 maintenance release 20 February 2016, 19:24:04 UTC
0a2c64a Raw read, defect found, fixed and tested magnetometer fix regression from commit 25fddec9d0d89a7506e1ab54bcb38a5092b9dfcc 19 February 2016, 15:08:44 UTC
22dce8d [generators] fix loading of subsystems and modules 16 February 2016, 10:22:54 UTC
fd4c4f3 [generators] service pack for various generators - gen_mtk (fix) - gen_periodic (fix) - gen_settings (support target attribute in modules'settings) - gen_common (print warning) 16 February 2016, 10:19:50 UTC
92e649c [modules] fix gps_ublox 03 February 2016, 22:54:51 UTC
1d3d070 [generators] gen_aircraft: actually add modules which are children of targets e.g. make this work as expected: <target name="nps" board="pc"> <module name="fdm" type="jsbsim"/> </target> which should be the same as <target name="nps" board="pc"> <subsystem name="fdm" type="jsbsim"/> </target> 03 February 2016, 22:54:08 UTC
83ba28a [generators] always put configure options at beginning put all makefile vars (specified via configure) before including the board makefile. e.g. RADIO_CONTROL_PPM_PIN has moved to the board makefile, and this ``` <subsystem name="radio_control" type="ppm"> <configure name="RADIO_CONTROL_PPM_PIN" value="UART1_RX"/> </subsystem> ``` was not working anymore and instead it was necessary to move the configure line outside of the subsystem lines: ``` <subsystem name="radio_control" type="ppm"/> <configure name="RADIO_CONTROL_PPM_PIN" value="UART1_RX"/> ``` This should fix that regression again. 14 January 2016, 11:26:15 UTC
9da6d3c [modules] temp_temod: fix TEMOD_I2C_DEV thanks @philipan 30 December 2015, 11:42:12 UTC
7c4f980 [tools] calibrate.py: default to auto_threshold fix the auto thresholding for sensors that don't have 0 neutral values and make it the default replace --auto_threshold with --noise_threshold that instead allows to specify it manually 30 December 2015, 11:42:09 UTC
e80ac19 [python] ivy_msg_interface: find message class by name and don't treat sender_name (first string in ivy message) as msg_class 28 December 2015, 22:26:37 UTC
e282981 [python] properly exit examples on CTRL-C 28 December 2015, 22:26:29 UTC
ac156a4 [python] realtimeplot: take alt_unit scale from drag'n drop 28 December 2015, 22:26:22 UTC
c45d35d [pyhton] realtimeplot: wx 3.0 needs Colour instead of Color 28 December 2015, 22:26:15 UTC
9f61b17 [python] fix font in realtimeplot for wx3.0 28 December 2015, 22:26:05 UTC
9395ca7 [python] sleep to make ivy happy 27 December 2015, 13:23:26 UTC
c8981c4 [boards] naze32: default to SERIAL (USB) flash mode 27 December 2015, 13:13:57 UTC
8b71950 [modules] stereocam2state improvements/fixes - changed description stereocam2state and replaced extern gps variable with abi message - stereocam2state fixed syntax and added downlink message closes #1490 21 December 2015, 13:55:55 UTC
c77f83a [conf] add fixed python real time plotter to tools menu 21 December 2015, 13:11:41 UTC
6750503 [python] style fixes for real_time_plot 21 December 2015, 12:15:39 UTC
72564f4 [python] some fixes for realtimeplotapp - use messages_xml_map from pprz_msg - hide the message picker instead of shutting it down (because that stops the ivy listener) - fix drag and drop 21 December 2015, 12:12:53 UTC
c387865 [python] remove old unused stuff 21 December 2015, 10:32:02 UTC
8c8b05d [python] fix fallback PAPARAZZI_SRC in examples 21 December 2015, 10:30:28 UTC
12bd529 v5.8 stable release 20 December 2015, 14:06:08 UTC
0f32ef0 [modules] stereocam: add dependency and brief description 20 December 2015, 13:57:59 UTC
c1d8065 Merge branch 'stereocam2state_pullrequest_kim' of https://github.com/knmcguire/paparazzi into knmcguire-stereocam2state * 'stereocam2state_pullrequest_kim' of https://github.com/knmcguire/paparazzi: [stereocam] New module for sending measurements from external stereocamera to state, with seperate conf files 20 December 2015, 13:39:49 UTC
c8c5e98 Merge pull request #1487 from gautierhattenberger/clean_fms_dir [cleaning] remove lbeknav and fms folder if libeknav should be used again, it can be included as a submodule from https://bitbucket.org/jbrandmeyer/libeknav 19 December 2015, 13:02:34 UTC
bab2c89 Merge pull request #1469 from martinmm/bebop_i2c_changes Bebop i2c changes Allow an external I2C bus connected through USB for the Bebop. Use the correct repeated-start for Transceive function for Linux targets as required by some I2C sensors. We are changing/correcting the low-level I2C protocol for transceive from START write STOP START read STOP to START write START read STOP 19 December 2015, 12:59:40 UTC
9f67793 [conf] fix multi-line comment in ladybird_lisa_s.xml the perl SimpleXML parser used for the tests can't handle it... 19 December 2015, 12:20:46 UTC
8b6e82b [tests] improve 01_compile_all_aircrafts.t - only fold arrays on 'name' for aircraft, firmware and target to not get warnings about none unique 'name' attribs for modules and subsytems - if airframe file could not be parsed, show error at the end 19 December 2015, 12:17:32 UTC
1f23c3f [conf] fix compilation of LadyLisaBartBluegiga 19 December 2015, 11:32:16 UTC
a5101da [cleaning] remove lbeknav and fms folder if libeknav should be used again, it can be included as a submodule from https://bitbucket.org/jbrandmeyer/libeknav 18 December 2015, 20:32:53 UTC
059a458 [conf] TUDELFT: remove non existent module 18 December 2015, 16:56:23 UTC
bef409e [conf] fixed br optitrack file, fixed my own conf closes #1485 18 December 2015, 16:55:09 UTC
52326e1 [tests] reword reporting of invalid airframe files 18 December 2015, 16:50:46 UTC
182fc43 [stereocam] New module for sending measurements from external stereocamera to state, with seperate conf files 18 December 2015, 16:09:27 UTC
cc354c6 Merge pull request #1480 from paparazzi/fix_ubx_ucenter [gps] fix ubx ucenter autobaud and autoconf The reason it is not working (at least one of the reasons...) is that the autobaud function is not working. Or exactly it is not very robust to properly catch the ACK. And if it happens to work (either it found the correct value while testing them or it falls back to the default and it is the correct one), it will not set the uart to the "new" value. It will send the message to set the baudrate to the last tested rate. This is because UBX_GPS_BAUD is defined to GPS_LINK.baudrate which is set to the last value, not the initial one. The end result in most cases is that the modules are saturated with messages at 9600 bauds and that the reply of the version request fails, and then the NAV config is sent instead of NAV5. I'm going to try this patch: - save target baudrate at init - use NAV5 by default if version couldn't be fetched 18 December 2015, 15:18:57 UTC
c401793 [modules] nav_catapult: Avoid conditional directives that split up parts of statements closes #1454 17 December 2015, 20:12:10 UTC
dc5d20d Second release candidate for v5.8 stable release 16 December 2015, 14:00:14 UTC
4a13ee5 [generators] print version in generated files 16 December 2015, 13:02:26 UTC
2918fce Merge pull request #1481 from flixr/naze32_default_config [boards] naze32: PPM input on PA0 by default That means by default you can't use SERVOS 1 and 2 and only the pwm channels on servo connectors 3-6 are active. Chosing RADIO_CONTROL_PPM_PIN as PA7 (RC_CH6) via <configure name="RADIO_CONTROL_PPM_PIN" value="PA7"/> will also enable servos 1 and 2. 16 December 2015, 11:04:28 UTC
9567927 [mavlink] accept waypoint in MAV_FRAME_GLOBAL_RELATIVE_ALT 15 December 2015, 23:41:12 UTC
ea08e97 [mavlink] start adding guided mode stuff 15 December 2015, 23:41:00 UTC
6e07ea7 Merge pull request #1457 from paparazzi/rotorcraft_guided_mode Rotorcraft guided mode Set the autopilot mode to GUIDED and then send the GUIDED_SETPOINT_NED message to "goto" a position: currently you can specify a frame in flags (first 4 bits): - 0x0: LOCAL_NED, position in local NED frame - 0x1: LOCAL_OFFSET_NED, position relative to where the vehicle currently is in NED - 0x2: BODY_NED, same as LOCAL_NED for position - 0x3: BODY_OFFSET_NED, position relative to vehicle pos AND heading (so X=forward, Y=right, Z=down) 15 December 2015, 23:39:49 UTC
93b7bae [messages] rename POSITION_TARGET_LOCAL_NED to GUIDED_SETPOINT_NED 15 December 2015, 21:47:19 UTC
8cee6f8 [python] add guided_mode_example.py to show usage 15 December 2015, 21:46:16 UTC
10b56e4 Merge pull request #1479 from EwoudSmeur/rate_sp Rate controller: sp in degrees/s 15 December 2015, 19:34:09 UTC
7009fbb updated all airframe files to new rate control setpoint 15 December 2015, 14:50:28 UTC
ce5cd4d [gps] fix wrong macro 15 December 2015, 12:02:51 UTC
002119c Removed quot and new format added of string and array string types 15 December 2015, 11:44:35 UTC
0d12487 [gps] fix ubx ucenter autobaud and autoconf 15 December 2015, 10:49:23 UTC
2a6b981 rate sp in degrees/s 15 December 2015, 09:58:20 UTC
9ba4315 [boards] naze32: PPM input on PA0 by default That means by default you can't use SERVOS 1 and 2. Numbering is like on the silkscreen (use servos 3-6), like "standard mode" numbering of Abusemark naze32. Chosing RADIO_CONTROL_PPM_PIN as PA7 (RC_CH6): Enable servos 1 and 2. 13 December 2015, 13:58:07 UTC
1951056 [bluegiga] fix warning 13 December 2015, 12:45:07 UTC
f59bdeb [boards] nicer way to configure RADIO_CONTROL_PPM_PIN 13 December 2015, 12:30:38 UTC
776a1f1 [messages] add POSITION_TARGET_LOCAL_NED to control guided mode 12 December 2015, 20:47:39 UTC
85777e8 [rotorcraft] add a GUIDED mode meant for controlling the rotorcraft via external input (from a module or datalink message) Currently positions mode only: - specify frame via first 4 bits in flags: - 0x0: LOCAL_NED - 0x1: LOCAL_OFFSET_NED - 0x2: BODY_NED - 0x3: BODY_OFFSET_NED 12 December 2015, 20:45:12 UTC
a8d581f remove some accidentally added stuff 12 December 2015, 19:45:11 UTC
fa487f5 Merge pull request #1473 from rmeertens/pocketavoidfix Follow me based on stereo camera 12 December 2015, 16:56:26 UTC
6676015 +description of module 12 December 2015, 16:18:27 UTC
14078be Merge branch 'master' of github.com:paparazzi/paparazzi into pocketavoidfix 12 December 2015, 16:12:54 UTC
f45ece5 Merge pull request #1474 from EwoudSmeur/motor_update_fix Bebop2 motor order/spin direction changed for final version 12 December 2015, 09:13:16 UTC
2cbea24 [ocaml] fix dependency for easier compilation should we really keep this xml_get.out program ? 11 December 2015, 21:10:16 UTC
e77288e Merge pull request #1471 from paparazzi/load_modules_from_firmware [build] Modules can be used like subsystems in airframe files 11 December 2015, 20:54:18 UTC
edcc0c3 +comments +fixed codestyle 11 December 2015, 18:18:23 UTC
257f5d0 motor order/spin direction changed 11 December 2015, 14:42:03 UTC
02667e0 Merge branch 'master' of github.com:paparazzi/paparazzi into fixed_airframe_quot_croft 10 December 2015, 21:03:39 UTC
d4b6048 Removed all old airframe quot cruft and added string and arry string types 10 December 2015, 21:02:46 UTC
57f2aec -unneccessary file 10 December 2015, 16:31:26 UTC
791c10e +follow me function that uses the stereocam 10 December 2015, 16:31:03 UTC
58db7fa [conf][modules] require doc and description 10 December 2015, 13:34:44 UTC
357fda9 Unified AGGIEAIR and related configs 10 December 2015, 13:30:14 UTC
3a8dbac Unified FLIXR and related configs 10 December 2015, 11:50:04 UTC
c540523 Unified LS and related configs and one RM config file 10 December 2015, 11:03:11 UTC
df1f7f9 Merge pull request #1472 from rmeertens/pocketavoidfix fixed pocket stereo demo 10 December 2015, 10:56:04 UTC
715589f fixed code style 10 December 2015, 10:52:05 UTC
2ecbd93 fixed multigaze avoid demonstration 10 December 2015, 10:49:52 UTC
5ce9867 Unified CDW airframe naming and moved related configs 10 December 2015, 10:37:15 UTC
1217a93 fixed pocket stereo demo 10 December 2015, 10:02:00 UTC
8af36ce [build] fix target filtering 09 December 2015, 23:09:24 UTC
2fdff76 Fixed 3rd party using 3rd party configs and a quick streocodefix 09 December 2015, 22:41:03 UTC
f3a92f2 Merge remote-tracking branch 'paparazzi/master' into load_modules_from_firmware 09 December 2015, 21:27:39 UTC
87b0325 [build] example airframe with only modules 09 December 2015, 20:59:39 UTC
28b12af [build] Modules can be used like subsystems in airframe files First important step towards merging modules and subsystems: - modules can be loaded from firmware section like subsystems. - last point includes filtering on target. - subsystems can be renamed to modules (even if conversion is not done). - completely backward compatible (for now). 09 December 2015, 20:34:01 UTC
6c1db38 [modules] fix video_rtp_stream and bebop_front_camera if not using UDP for telemetry and add missing configure options to doc 09 December 2015, 19:38:29 UTC
3b33fd7 Bebop with serial port telemetry and external I2C 09 December 2015, 19:12:09 UTC
0633452 Merge pull request #1470 from paparazzi/fixed_tudelft_config_to_naming_convention Fixed TU and related configs to new unified conf layout 09 December 2015, 15:27:27 UTC
fd36c0a Fixed TU and related configs to new unified conf layout and cleanup files. Use of start.py may come in handy 09 December 2015, 15:02:20 UTC
76405dc Ignore backup control panel XML documents No "add ." and a coincidental push will pollute main codebase. 09 December 2015, 08:06:20 UTC
dfdf057 Use repeated start for Linux I2C TransReceive 08 December 2015, 19:57:21 UTC
a867cdf Allow i2c3 as optional port for i.e. payload sensors for Linux 08 December 2015, 19:56:20 UTC
back to top