Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Aug 18, 2018
  3. Aug 17, 2018
  4. Aug 08, 2018
  5. Mar 31, 2018
  6. Mar 22, 2018
  7. Mar 01, 2018
  8. Feb 14, 2018
  9. Feb 06, 2018
  10. Jan 17, 2018
    • Anthony Lamping's avatar
      CI: improve mavros SITL tests logging (#8714) · 85ba1607
      Anthony Lamping authored
      * add more logging to help with #8556
      * log subscribed topics on mission start and test exit (pass or fail)
      * use mavlink enums everywhere to avoid maintaining dictionary mappings and to have readable values
      * log when the FCU advances to next mission item without satisfying the position reached offset/radius
      * some renaming for readability
      * log more state value changes (connected and MAV_STATUS)
      85ba1607
  11. Jan 15, 2018
    • Anthony Lamping's avatar
      improve mavros SITL tests (#8652) · d375880c
      Anthony Lamping authored
      -created a test base class to centralize redundant methods among the different tests
      -added mission waypoint list topic listener (this also helps make sure the simulation is ready)
      -check number of mission waypoints in FCU against mission
      -increase time for mavros topics to be ready from 30 to 60 seconds
      -reduce position check loop rates
      -clean up logging
      -support QGC plan for mission file format, see #8619
      -vehicle is an arg for mission test launch file, working toward other airframes
      -Jenkins: fix vtol vehicle arg value
      -get MAV_TYPE param and use FW radius for pure fixed-wing mission position check
      -remove unused vehicle arg from test in multiple tests launch, clearing runtime warning
      d375880c
  12. Jan 02, 2018
  13. Nov 15, 2017
  14. Nov 13, 2017
    • korigod's avatar
      integrationtests: upgrade numpy before px4tools install (#8274) · c3fe7e98
      korigod authored
      
      During px4tools installation, the latest version of pandas is
      installed, which requires numpy>=1.9.0. Pandas installs the required
      version, however, due to the presence of the old numpy in the docker
      image, the present version 1.8.2 is used, which leads to an error
      when importing pandas.
      
      This commit fixes the problem by explicitly upgrading numpy before
      px4tools installation.
      
      Signed-off-by: default avatarAndrey Korigodsky <akorigod@gmail.com>
      c3fe7e98
  15. May 03, 2017
  16. Apr 20, 2017
  17. Jan 15, 2017
  18. Dec 28, 2016
  19. Dec 27, 2016
  20. Dec 26, 2016
  21. Dec 25, 2016
  22. Dec 15, 2016
    • Julian Oes's avatar
      integrationtests: use Python2 for dependencies · 18dd6923
      Julian Oes authored
      This changes the shebang of the integration test files to python2
      because the scripts fail on systems with Python 3 as the default.
      
      Even though ROS has been ported to Python 3, there are still some
      dependencies not playing along.
      
      The error that comes up when starting with Python 3 is:
      > No module named 'mavexpression'
      18dd6923
  23. Dec 13, 2016
  24. Dec 11, 2016
  25. Dec 03, 2016
  26. Aug 28, 2016
Loading