Skip to content
Snippets Groups Projects
  1. Apr 09, 2018
  2. Apr 08, 2018
  3. Apr 04, 2018
  4. Mar 28, 2018
  5. 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
  6. Mar 22, 2018
  7. Mar 21, 2018
  8. Mar 15, 2018
  9. Mar 12, 2018
  10. Mar 11, 2018
  11. Mar 07, 2018
  12. Mar 06, 2018
  13. Mar 05, 2018
  14. Mar 04, 2018
  15. Mar 01, 2018
  16. Feb 22, 2018
  17. Feb 17, 2018
  18. Feb 16, 2018
  19. Feb 14, 2018
  20. Feb 13, 2018
  21. Feb 09, 2018
  22. Feb 08, 2018
  23. Jan 31, 2018
    • ChristophTobler's avatar
      rcS: automate tfmini start · acaf7cd2
      ChristophTobler authored
      disable mavlink on aero telemetry if tfmini enabled and start on mavlink companion device for others (needs SYS_COMPANION to be 0)
      acaf7cd2
  24. Jan 29, 2018
  25. Jan 27, 2018
  26. Jan 16, 2018
    • Julien Lecoeur's avatar
      Iris: set mixer to quad_wide · 0e657535
      Julien Lecoeur authored
      The geometry was previously quad_deadcat in which front motors are closer to CG and thus more loaded in hover.
      quad_wide is the same geometry as quad_deadcat except the CG is centered so all motors are loaded equally.
      Flight logs on IRIS with deadcat mixer showed that
      - all motors are equally loaded during hover (actuator_outputs 0 to 3 have similar values)
      - a negative pitch offset is building up soon after takeoff (visible in actuator_controls)
      0e657535
  27. Jan 10, 2018
Loading