Skip to content
Snippets Groups Projects
  1. Dec 08, 2020
  2. Dec 03, 2020
  3. Nov 27, 2020
  4. Nov 25, 2020
  5. Nov 24, 2020
    • Wilco Bonestroo's avatar
      Add obstacle footprint dwb critic test (#2099) · f6bbc5c8
      Wilco Bonestroo authored
      * Setup for obstacle footprint test.
      
      * Make std::string arguments const
      
      * Added additional tests for obstacle footprint test.
      
      * Add todo.
      
      * Several code cleanup actions. Renamed the function p to getPoint. Removed commented out code. Fixed the trow->throw typo and explained some tests in comments.
  6. Nov 21, 2020
  7. Nov 17, 2020
  8. Nov 14, 2020
  9. Nov 12, 2020
  10. Nov 11, 2020
  11. Nov 10, 2020
  12. Nov 07, 2020
  13. Nov 06, 2020
  14. Oct 30, 2020
  15. Oct 29, 2020
  16. Oct 27, 2020
  17. Oct 15, 2020
  18. Oct 14, 2020
  19. Oct 13, 2020
  20. Oct 10, 2020
    • Steven Macenski's avatar
      commenting out or removing AMCL dead code (#2028) · f6f9c28e
      Steven Macenski authored
      * commenting out or removing AMCL dead code
      
      * remove file from cmakelists
    • Wilco Bonestroo's avatar
      Remove code for DWA to DWB migration (#2027) · e49cb5ad
      Wilco Bonestroo authored
      * Remove the parameters.hpp file.
      
      * Put parameters.hpp back. Only removed the two functions for depricated parameters.
      
      * Removed DWBLocalPlanner::loadBackwardsCompatibleParameters(). It will now throw a runtime error if there are no critics declared in the parameters.
      
      * Remove moveParameter. It was not used anywhere.
    • Wilco Bonestroo's avatar
      Add test for tf_help. (#2029) · f37ae148
      Wilco Bonestroo authored
      * Add test for tf_help.
      
      * Fix lint error.
    • Steven Macenski's avatar
      Smac/Hybrid-A* planner (#2021) · d3fc28af
      Steven Macenski authored
      * adding smac_planner to navigation2 metapackage
      
      * adding params to metapackage
      
      * update config files
      
      * adding navfn benchmark testing
      
      * updates to costmap_2d for flexility
      
      * update planner API for new changes
      
      * adding ompl to underlay because ros2 master doesn't contain the rosdep key
      
      * patching templated footprint collision checker
      
      * fix typo
      
      * updating readme config file
      
      * Analytic expansion (#43)
      
      * Use OMPL to generate heuristics
      
      The calculation is run at every planning cycle. It does not seem to slow down
      the planner - the calculation time seems to be quick enough that the
      improvement in graph expansion accounts for it.
      
      * Use OMPL to calculate analytic solution when near goal
      
      * Make angles multiples of the bin size to stop looping behaviour
      
      * Uncrustify
      
      * Use faster std::sqrt function
      
      * Fix analytic path so that the collision checker has coordinates to check!
      
      * Pre-allocate variables in analytic path expansion
      
      *...
  21. Oct 08, 2020
  22. Oct 07, 2020