https://github.com/tudelft/paparazzi

sort by:
Revision Author Date Message Commit Date
080a71e ADD unfinished position controller for soaring and charging along a desired line efficiently 19 July 2024, 16:30:05 UTC
39c46da Add minimum altitude setting for the circle descent, change default alt of standby etc to 100m 05 June 2024, 14:37:56 UTC
83b6721 Merge branch 'rotwing_low_airspeed' of https://github.com/tudelft/paparazzi into rotwing_low_airspeed 05 June 2024, 13:46:55 UTC
3cb7b86 Userconf change 05 June 2024, 13:44:17 UTC
88ec2c5 Modified flight plan for circles to have climb speed, added debug_vect to flight recorder telemetry 05 June 2024, 13:16:49 UTC
10a77d6 Fix calibration 17 May 2024, 15:05:33 UTC
563e7cf CHANGE to DEBUG_VECT message, remove same msg from guidance_indi... and ekf_aw...., fix telemetry accordingly 17 May 2024, 14:08:41 UTC
331fe64 ADD a telemtry message for the AW aoa and aos, add Q and R settings to the GCS 17 May 2024, 13:44:25 UTC
a3b75ee ADD reset ekf_aoa_aos functionality 17 May 2024, 11:00:13 UTC
ff8689c ADD ekf to estimate angle of attack and angle of sidelip Currently, this functionality just passively calculates the angles Added to the rotwing V3H airframe and highspeed_rotocraft telemetry Missing the messages.xml modification 17 May 2024, 10:46:47 UTC
e878701 [fp] Updated low airspeed flightplan 30 April 2024, 09:25:01 UTC
4deeeee [EHVB_fp] Updated fp for safety feature 26 April 2024, 11:11:34 UTC
6762183 Added resets for prefered pitch angle 26 April 2024, 09:46:25 UTC
90a556f [fp EHVB] Takeoff 3 seconds on att 0,0 26 April 2024, 07:18:37 UTC
9c00e69 Prepared slow airspeed test 25 April 2024, 15:03:42 UTC
a30815a [rot_wing_state] Updated free state in rotwing_state 25 April 2024, 14:24:42 UTC
82ed6b1 [rot_wing_v3] Updated max bank in all airframes 25 April 2024, 14:11:01 UTC
0fb6611 [EHVB_rotwing fp] Updated takeoff stratgey with roll and pitch check and added standby_free to flightplan 25 April 2024, 13:05:01 UTC
3b692be Prepared elevator moment compensation fix 24 April 2024, 10:56:11 UTC
202e670 takeoff no attitude msec timer 24 April 2024, 09:49:21 UTC
1a4cff2 parachute module 23 April 2024, 09:42:21 UTC
16e8846 Fix allocation switching problem 23 April 2024, 09:07:37 UTC
7f5a2c1 [rotwing_state] move rotwing free state processor to NAV if statement 23 April 2024, 09:06:09 UTC
c3b98ae [rot_wing_state] fix nav_max_goto_speed setting from state machine 23 April 2024, 08:54:57 UTC
ef7ab56 [rot_wing_eff_sched] Added rate limiter on pusher prop 23 April 2024, 08:46:13 UTC
06837f4 max bank in deg 23 April 2024, 08:41:34 UTC
3ec3a0c [rotwing_state] Added free configuration to be requested for rotwing drone 22 April 2024, 14:35:53 UTC
893a65f [guidance_indi_hybrid] Added airspeed filtering with separate filter values for guidance (#3260) * [guidance_indi_hybrid] Added secondary airspeed filtering in guidance * Rename for clarity: guidance_indi hybrid can have a separate filter --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> 17 April 2024, 15:06:53 UTC
50694ba Use Commands instead of actuator_pprz (#3265) * Add actuator type attribute to command * Implemented new command based counting of the atuators in the oneloop controller * Added group attribute to dtd file. Initialize as empty subgroup count of commands. Avoid unnecessary array to list conversion. * Generate list of names from defined commands * Use the defined commands number and name in NPS * Update sw/tools/generators/gen_airframe.ml Co-authored-by: Gautier Hattenberger <gautier.hattenberger@enac.fr> * Added logic to remove redundant code --------- Co-authored-by: Gautier Hattenberger <gautier.hattenberger@enac.fr> 16 April 2024, 21:06:23 UTC
16068cc [rot_wing nps] add more aerodynamic drag in rotwing simulation (#3259) * [rot_wing nps] add more aerodynamic drag in rotwing simulation * Triple the CD * surface --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> 16 April 2024, 16:03:10 UTC
d0f97e1 Rotwing show both CAN bus messages... (#3263) 11 April 2024, 10:03:02 UTC
15d8a63 Bidirectionnal DShot for H7 (#3253) 09 April 2024, 22:44:47 UTC
6fb37f8 [modules] EKF2 fixed initialization warning (#3262) 09 April 2024, 11:36:33 UTC
afa9378 [modules] Rotating wing better ADC sensor integration (#3251) * Make adc sensor mappable from the airframe. Better interface for adc in the rotwing state. * Added parameters to v3b airframe * Addressed the comments * Removed external variable 09 April 2024, 09:25:44 UTC
25ec862 TUD course update 2024 (#3258) * removed the -o flag because it caussed natnet errors * smaller obstacle zone for first week testing * Updated distance measurement script * 3x3 convolution addition (#97) Added a convolution algorithm for a general 3x3 kernel --------- Co-authored-by: robinferede <robinferede@tudelft.nl> Co-authored-by: yamacbirol <y.birol@student.tudelft.nl> Co-authored-by: dvanwolffelaar <50547974+pigparty6@users.noreply.github.com> 04 April 2024, 09:00:14 UTC
69f2248 INDI restructuring (#3256) 04 April 2024, 08:55:41 UTC
6667d50 Slight Changes to INS EXT POSE and INS EKF2 (#3233) 03 April 2024, 13:02:25 UTC
5b13467 [board] fix crazyfly board files (#3255) - use correct main file with chibios - fix pin definitions 26 March 2024, 09:11:58 UTC
3bedf95 Use altitude waypoints for EKF2 25 March 2024, 10:20:36 UTC
757c637 fix omega discontinuous (#3250) * fix omega discontinuous * readable code, add comment 14 March 2024, 12:23:25 UTC
12da43e Fix natnet2ivy rotation order (#3231) 01 March 2024, 13:50:54 UTC
ae5f47a Add vl53l5cx driver (#3240) Based on St ULD 29 February 2024, 09:46:01 UTC
edff4bc [airframes] Updated calibrations of rotating wing drones 27 February 2024, 08:26:41 UTC
f44444c Rot wing updates (#3238) * [airframes] rot_wing airframe updates * Updated small rot_wing drones * Updated rot_wing_v3f calibrations 13 February 2024, 12:33:23 UTC
2ae4fed [conf] update Enac rotorcraft so that they work in simulation as well (#3235) - update Enac rotorcraft airframes - remove dead aircraft - add jsbsim model files - update bebop2 example 07 February 2024, 12:54:55 UTC
19952d8 [fix] guidance sp was not correct in speed mode (#3236) After #3197, the functions guidance_h_set_xxx are reseting the state so it creates inconsistent behavior when abusing the 'set_pos' to update the gcs display. 07 February 2024, 09:20:27 UTC
bbcb166 [nav] remove nav_manual mode (#3234) This mode is not really used and not even recommended. It is also not implemented in all firmwares. If a direct call to stabilization command is needed, it should be done with a specific function but not from a builtin instruction from the flight plan. It was discussed in #3208, but not applyied because of nav_heli_spinup. A new h_mode 'NONE' allows to disable guidance and stabilization while in NAV mode, which allows to set directly the commands. 05 February 2024, 08:40:09 UTC
fe35af7 [nps] fix inconsistent sensor scaling in simulation (#3230) 29 January 2024, 15:19:05 UTC
41998a1 [doc] Update pprzcenter and GCS presentation. (#3229) * [doc] Update pprzcenter and GCS presentation. Simplify install instructions. * [doc] Windows install + some fixes 26 January 2024, 08:01:13 UTC
1b34580 [generator] add support for matrix and struct in airframe (#3228) * [generator] add support for matrix and struct in airframe update ENAC airframe and code for indi G1 matrix and IMU calib * update calibration tool output 09 January 2024, 09:46:47 UTC
175e3e0 [doc] fix version number in doc 22 December 2023, 11:00:40 UTC
45884b3 Fix all compile warnings confs (on 20.04) (#3227) * JP aircraft removed from ENAC * Silent compile warnings GVF * silent warning: periodic freq must be dividable by telemetry freq * NPS_COMMANDS_NB * gzip -f since compiling make small targets in a row can have the same file name if compiling is too fast. 22 December 2023, 09:36:40 UTC
78c3ff3 [flightplans] tudelft flightplans (#3220) * 4 different files * Landing based on height 22 December 2023, 09:35:49 UTC
6f3d9f6 mark v7.0 unstable since it is a major version, backward compatibility is not guaranteed 21 December 2023, 14:29:25 UTC
5113a21 stable release v6.3 21 December 2023, 14:07:35 UTC
d509719 New final corrections (#3224) * Silent warning: accel_x shadows global declaration * [disco] was a shared airframe file with ENAC 20 December 2023, 16:39:43 UTC
378b936 Enac conf cleaning (#3223) move boards test files to separated folder 20 December 2023, 08:33:15 UTC
c1ab6d5 [airframes] cleanup all tudelft airframes (#3221) * bug fixes: simulation not selecting airframe, error when removing command, ADC not present in simulation * remove command_trimmed not used warning (indeed not used) + add comments * RAM3 overflow. Test of module done in RW3. * coverity - Microjet - SIM * clean BR * CDW + tests * make openuas/mavlab * Remove Special ARDrones * conf * fixed typ in eff_scheduler of rotwing_25kg * Updated preflight checks for rotwing v3b actuators * Updated tudelft conf --------- Co-authored-by: Dennis van Wijngaarden <32736330+Dennis-Wijngaarden@users.noreply.github.com> 19 December 2023, 20:30:49 UTC
6614729 Gvf for rotorcrafts (#3197) * Core GVF changes * Update GVF module conf file for rotorcrafts * Integration of acceleration in guidance rotorcraft firmware * Update command chain in guidance for ACCEL command integration * [guidance] select guidance sp mode with enum instead of bitmask * [guidance] reset ref if input type has changed --------- Co-authored-by: Mael FEURGARD <mael.feurgard@laas.fr> Co-authored-by: Gautier Hattenberger <gautier.hattenberger@enac.fr> 19 December 2023, 14:04:30 UTC
cf23b6b [fix] nominal throttle was not initialised (#3222) 19 December 2023, 13:34:29 UTC
3a956fa [link] Pprzlink router (for herelink) (#2497) 19 December 2023, 09:22:20 UTC
20ef416 Remove command_pitch and command_roll and command_yaw (#3208) ... when not used 19 December 2023, 08:58:39 UTC
1ea818d [xml] Airframe updates after testflights (#3218) 19 December 2023, 07:54:46 UTC
94c79d4 Cleanup airframes: make test_all_confs (#3217) 18 December 2023, 20:51:01 UTC
5fd7d56 [pfc] Actuator motion pre-flight-check (#3202) * PFC for actuator deflections * [checks] Preflight check actuators [checks] PFC actuators merge-error * Fixes for other airframes * [pfc] Fix better debug information for actuator checks * [modules] Fix warnings in test build * Update conf/modules/imu_mpu9250_i2c.xml * Update conf/modules/imu_mpu9250_spi.xml * [uavcan] Fix possible misconfiguration and overflow --------- Co-authored-by: Freek van Tienen <freek.v.tienen@gmail.com> 18 December 2023, 14:47:40 UTC
751edc5 Add flash mode: STM32CubeProgrammer (#3204) 18 December 2023, 14:16:03 UTC
e0d188a Electrical update: add VBoard for CUBE (#3213) * [electrical] Add board voltage [energy] Test energy message [conf] Fix offset Testing airspeed fixes [arch] Fix i2c invalidate buffer when reading * Revert debug * Default when not defined * Send VBoard in ROTORCRAFT_STATUS --------- Co-authored-by: Freek van Tienen <freek.v.tienen@gmail.com> 18 December 2023, 13:53:18 UTC
a07d674 Fix compile warnings in ```make test``` (#3216) * Silent compile warnings in tests * silent warnings in conf_test * fix defines: if OLD -> warn and convert. If new, then use. If no old and no new, use default. 18 December 2023, 11:34:58 UTC
f0d2cd3 [rotwing_state] Redundant reading of actuator feedback (#3215) 18 December 2023, 10:15:44 UTC
ab18f2a [modules] Add offset and scaling to UAVCAN airspeed sensor (#3212) Updated airspeed and servo endpoints Airspeed debugging Co-authored-by: Freek van Tienen <freek.v.tienen@gmail.com> 18 December 2023, 09:22:50 UTC
b040314 [imu] simulating 3 IMU's failed since an NPS IMU is added. Increase MAX_IMU to 4 (Solves #3135) (#3211) 17 December 2023, 14:29:53 UTC
4d8c690 Hide actuator driver number from code (#3206) * Hide actuator internal driver number. Should never be used in code. * Bugfix ... these should not be actutator_driver numbers but INDI output numbers 15 December 2023, 07:25:23 UTC
fc047cf [boards] fix pwm timer enabled for lisa_mx[s] boards with chibios (#3209) close #3207 15 December 2023, 07:12:32 UTC
f7a981a Support for TawakiV2 (STM32H7) (#3199) * tawakiV2 support. * clean and update linker scripts * update ram configuration * update chibios * update airframe 14 December 2023, 10:19:27 UTC
38d8388 error if non-standard periodic freq without imu sampling spec (#3191) --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> 13 December 2023, 16:08:14 UTC
250250d Set wing rotation via rot_wing_state (#3177) * Rotating wing controller moved to rotating wing state extra airframe * Update _IDX and rebase * Requested changes from PR * Code style * xml fix * Update sw/airborne/modules/ctrl/eff_scheduling_rot_wing.c 13 December 2023, 13:23:52 UTC
a8f1c06 Rotwing State Update: no hardcoded defines in flightplan (#3201) 13 December 2023, 12:22:07 UTC
481a53d [fix] use variable instead of macro for thrust dyn in guidance_indi (#3200) 12 December 2023, 14:49:04 UTC
864cfba [modules] UAVCAN range sensor and cleanup (#3198) * [modules] Cleanup airspeed uavcan * [modules] Add UAVCAN range sensor 11 December 2023, 19:39:47 UTC
0b8cc6b Control camera's over MAVLink (#3178) Allow to configure the MAVLINK autopilot type to drive e.g. DJI camera's but do not change the default behaviour 08 December 2023, 09:49:02 UTC
2083b58 Fix continuous actuator (#3196) * fix extra bug for #3190 * fix extra extra bug for #3190 * fix for fix of fix * final fix? * Update comment: specify natural log = ln 07 December 2023, 19:19:08 UTC
7279d9b [fix] fix some bugs from #3190 (#3195) 04 December 2023, 10:30:49 UTC
12c6524 [checks] Add IMU heater preflight check and fix minor bugs (#3193) 04 December 2023, 08:10:48 UTC
cd3c2af [pwm] use different names to activate PWM drivers in chibios and pprz (#3194) ChibiOS PWM driver is required for DShot driver, but activating it should not result in an activation of the PWM driver by paparazzi. Otherwise, the last driver to be called at init will set the parameters and eventually overwrite the correct values. 04 December 2023, 08:10:00 UTC
8b60965 [imu] Fix Invensense V3 driver temeperature and disable AFSR (#3192) 04 December 2023, 08:09:23 UTC
cfae3bc INDI actuator dynamics in continuous time (#3190) * change INDI to use continuous time actuator frequency * change to continuous time act dynamics definitions - guidance_indi - guidance_indi_hybrid - stabilization_indi_simple * keep the old values as deprecated default 04 December 2023, 08:08:39 UTC
8751466 Jpo2023-Chimera-WS2812 (#3188) 28 November 2023, 08:19:38 UTC
9c1e21d [supervision] Add log extractor. (#3186) 27 November 2023, 07:52:30 UTC
b0b127d [fix] Wrong header file (#3187) Co-authored-by: Florian Sansou <florian.sansou@enac.fr> 27 November 2023, 07:47:37 UTC
dd49c23 [fix] typo in master 26 November 2023, 13:36:58 UTC
8d01b02 [ins] fix ekf2 status flag when using external vision positionning (#3184) 25 November 2023, 21:38:34 UTC
68ddea1 [scheduling] harmonize efficiency scheduling modules (#3182) - harmonize name - make a 'generic' module with basic linear scheduling - old ctrl_effectiveness_scheduling was very specific to cyfoam, so renamed - add falcon scheduler, related airframe will come later 25 November 2023, 21:16:03 UTC
44a3abb warnings (#3185) 24 November 2023, 10:26:40 UTC
92b5ad0 we need force forward also in NPS (#3181) 23 November 2023, 14:24:50 UTC
d007969 [supervision] Fix sessions save. (#3183) 23 November 2023, 10:11:18 UTC
7b54c09 [checks] Add preflight checks (#2951) --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> Co-authored-by: Gautier Hattenberger <gautier.hattenberger@enac.fr> 15 November 2023, 21:54:38 UTC
80ad17c [xml] final quadplane xml files rotwing (#3176) * [xml] final quadplane xml files rotwing * Since no other airframes use crossfire AUX4 we can modify the original instead of making a copy 15 November 2023, 21:02:09 UTC
9634e56 nav_transition_automation (#3172) * nav_transition_automation * new filtering update * fix compile * Update conf/airframes/tudelft/rot_wing_25kg.xml * Update conf/airframes/tudelft/rot_wing_25kg.xml * filtering shorter and cleaner notation * Typo * docs * freq from module * Update sw/airborne/modules/rot_wing_drone/rot_wing_automation.c 15 November 2023, 08:20:18 UTC
82d1f94 fix INT filtering: @freek this is nice but is this used? (#3174) 14 November 2023, 10:29:19 UTC
5aff1f7 Remove the dependencies of 'nav_hybrid' from 'guidance_indi_hybrid'. (#3160) * remove nav_hybrid dependency from guidance_indi_hybrid * removed NAV_MAX_SPEED definition from the testing airframe * removed dependency from max bank angle of guidance --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> 13 November 2023, 13:24:21 UTC
back to top