Skip to content
Snippets Groups Projects
  1. Jun 21, 2018
  2. Jun 20, 2018
  3. Jun 09, 2018
    • Beat Küng's avatar
      airframes: update 4050 generic 250 racer defaults · a76c82f5
      Beat Küng authored
      - P and D gains are too high for a racer
      - default I gain is too low (0.25 is still quite low)
      - use the thrust curve param instead of TPA
      - improve responsiveness in Manual & increase max tilt angle to 60 degrees
      - enable one-shot
      - enable high-rate logging profile
      - disable RC filter
      a76c82f5
  4. May 31, 2018
  5. May 28, 2018
    • Beat Küng's avatar
      ROMFS: fix SYS_USE_IO==0 · 77cea884
      Beat Küng authored
      When SYS_USE_IO was disabled, px4io would not start and thus there was no
      RC. SYS_USE_IO=0 is interesting on Quads to avoid the IO and reduce output
      latency.
      
      Tested on Pixhawk 1 and Pixhawk 4
      77cea884
  6. May 25, 2018
  7. May 23, 2018
  8. May 22, 2018
  9. May 20, 2018
    • Beat Küng's avatar
      rcS: update default params for Omnibus F4 SD · 527070bb
      Beat Küng authored
      527070bb
    • nathan's avatar
      Initial omnibusf4sd target support · f754d092
      nathan authored
      Flight tested: ekf2 w/ mag and compass by @nathantsoi: https://logs.px4.io/plot_app?log=79b81031-cf1e-41f0-890b-d6cd7d559766
      
      NOTE: external I2C devices need a pullup. I have tested with a 3.3v 2.2k pullup.
      
      Working:
       - mpu6000, bench tested and verified via nsh
       - fmu
       - all 6 ch output bench tested w/ pwm and oneshot via nsh
       - ppm input bench tested
       - dsm input bench tested
       - bmp280, bench tested and verified via nsh
       - hmc5883, bench tested and verified via nsh, but requires an external i2c pullup
       - gps on uart6
       - startuplog, nsh, mavlink on uart4, but params are not sent for some reason. RSSI pin is TX, MOTOR 5 is RX (normal mode, 57600 baud)
       - rgbled over i2c, bench tested and workingp
       - sbus via the shared sbus/ppm pin (which includes an inverter to the mcu SBUS in pin), remove the solder bridge or jumper to the ppm pin before use
      
      Not yet implemented:
        - ADC
        - OSD: passthrough video is untested, use at your own risk until a basic driver is implemented.
      f754d092
  10. May 14, 2018
  11. Apr 24, 2018
  12. Apr 17, 2018
  13. Apr 09, 2018
  14. Apr 08, 2018
  15. Apr 04, 2018
  16. Mar 28, 2018
  17. Mar 26, 2018
    • ksschwabe's avatar
      ROMFS list files explicitly instead of using GLOB_RECURSE (#9107) · 500a1c80
      ksschwabe authored
      * Lists ROMFS files explicity instead of using GLOB_RECURSE
      
      Previously, when ROMFS files that were not airframes were touched, the ROMFS
      would not be rebuilt. The ROMFS files are now specified explicityl in a
      CMakeLists.txt file that is located in the root ROMFS directory.
      
      Now when one of the ROMFS files is touched the whole ROMFS is rebuilt.
      
      When new files are added to the ROMFS, they need to be explicity added to
      the CMakeLists in the ROMFS root directory.
      
      * ROMFS: adds individual CMakeLists files in each subdirectory
      
      Also moves the temporary ROMFS build directory to ${PX4_BINARY_DIR}/ROMFS/genromfs
      so that the cmake_install.cmake files and the CMakeFiles directories (generated whenever
      are not add_subdirectory() is called) are not generated in the temporary ROMFS directory
      from which the ROMFS binary is created.
      
      * cmake ROMFS generate add px4_add_romfs_files function
      
      * ROMFS CMakeLists: adds explanatory comment to px4_add_romfs_files function
      
      * ROMFS CMakeLists: updates copyright headers
      500a1c80
  18. Mar 22, 2018
  19. Mar 21, 2018
  20. Mar 15, 2018
  21. Mar 12, 2018
  22. Mar 11, 2018
  23. Mar 07, 2018
  24. Mar 06, 2018
  25. Mar 05, 2018
  26. Mar 04, 2018
  27. Mar 01, 2018
Loading