Skip to content
Snippets Groups Projects
  1. May 19, 2021
  2. Apr 28, 2021
  3. Mar 22, 2021
  4. Mar 08, 2021
  5. Feb 16, 2021
  6. Sep 22, 2020
  7. Aug 27, 2020
  8. Aug 26, 2020
  9. Aug 07, 2020
    • Morten Fyhn Amundsen's avatar
      Fix build warnings · 273eb7ed
      Morten Fyhn Amundsen authored
      I tried to build the avoidance repo just now, and the build failed
      with clang. The error in clang is just a warning in gcc, so gcc builds,
      but with warnings. I've taken the warnings reported by both clang and
      gcc, and tried to fix them.
      
      The issues were
      
      * assigning from an uninitialized variable,
      * reaching the end of a non-void function, and
      * passing a std::string to a "%s" specifier (expects char*).
      273eb7ed
  10. Jul 01, 2020
  11. May 19, 2020
  12. Apr 17, 2020
  13. Feb 26, 2020
  14. Feb 13, 2020
    • Hamish Willee's avatar
      README: Add improve melodic setup (#559) · 00ef8b8f
      Hamish Willee authored
      * README: Add improve melodic setup
      
      * Update README.md
      
      * Touch a few points so I can ask questions
      
      * Tidy out dependencies
      
      * tidy mavros install part
      
      * Fix bad world export
      
      * Fix typo
      
      * Remove statement that you need to check mavros version
      
      * Remove invalid  ros-melodic-yaml- dependency
      
      * Clarify how you view the disparity map
      
      * Tidy
      
      * Add correct dependencies
      00ef8b8f
  15. Feb 07, 2020
  16. Feb 05, 2020
  17. Jan 23, 2020
    • Hyon Lim's avatar
      [Global Planner] Fix Alt Prior handling (#553) · 5c470d66
      Hyon Lim authored
      
      *  [Global Planner] Fix Alt Prior handling
      
      alt_prior_ is pre-defined & limited length std::vector (currently 25 elements are defined)
      Accessing out of index of this vector for path finding can cause path finder to fail, thus high altitude RTL is not available in current status.
      This would allow high altitude RTL to work in current master, tested in SITL.
      
      * Fixed code style
      
      Co-authored-by: default avatarSeunghwan Jo <snipertype@hotmail.com>
      5c470d66
  18. Dec 10, 2019
  19. Dec 09, 2019
  20. Nov 20, 2019
  21. Nov 18, 2019
  22. Oct 29, 2019
    • Julian Kent's avatar
      Fix asynchonous camera transforms (#520) · 3c1c637d
      Julian Kent authored
      * Revert "Get Rid of TF Warnings (#511)"
      
      * Clean up point cloud transform locks
      
      * Use condition variables for lower latency
      
      * Small cleanup
      
      * Exit quickly, gentler on allocator with swap
      
      * Decouple wp thread from planner thread
      
      * Use condition variable to wait for transformed camera data for the planner, if it isn't available yet.
      3c1c637d
  23. Oct 28, 2019
  24. Oct 24, 2019
  25. Oct 22, 2019
  26. Oct 21, 2019
  27. Oct 18, 2019
  28. Oct 17, 2019
    • Martina Rivizzigno's avatar
      Get Rid of TF Warnings (#511) · f1c5064f
      Martina Rivizzigno authored
      local planner: if a cloud has not yet been transformed but a new one has already arrived, drop the new cloud. If the cloud cannot be transformed for one second, use the new pointcloud
      f1c5064f
  29. Oct 16, 2019
  30. Oct 14, 2019
    • Julian Kent's avatar
      Code coverage (#495) · ed63d10e
      Julian Kent authored
      * Add timeouts for wait
      
      * Add coverage targets for avoidance and local_planner
      
      * Add travis target for coverage
      
      * Fix CMAKE_BUILD_TYPE
      
      * Zero counters, use source as base directory, remove tests
      
      * Improve .travis
      
      * Fix catkin target issue
      
      * Also build global and safe landing planner coverage
      
      * Try coveralls integration
      
      * Fix indent
      
      * Try to find where coverage files are
      
      * Fix CMake warnings
      
      * Add a script to generate the html coverage with
      
      * Add coverage report to README
      
      * Disable branch coverage
      
      * Make paths in coverage file relative
      
      * Revert "Add timeouts for wait"
      
      This reverts commit ce6865360683e988c1733cee13c41d13de9c32fe.
      ed63d10e
    • Martina Rivizzigno's avatar
      Move local planner to a Nodelet (#478) · 0e61dc91
      Martina Rivizzigno authored
      * Port LocalPlannerNode to nodelets
      
      * hacks to make nodelet work
      
      * fix param namespace
      
      * Support running local_planner as node
      
      * Fix tests
      
      * Refactor LocalPlannerNode to LocalPlannerNodelet
      
      * Update path
      
      * Fix launchfile for nodelets
      
      * Fix test broken from refactor
      
      * Update valgrind suppressions
      
      * Update CMake
      
      * Fix local_planner_node
      
      * Move thread join to destructor
      
      * Make destructure of nodelet virtual
      
      * Fix warnings
      
      * fix style
      
      * register dynamic params under nodelet
      
      * Fix debug build
      
      * Fix segfault in roscore tests
      
      * Update Valgrind suppressions
      0e61dc91
Loading