Skip to content
Snippets Groups Projects
  1. May 09, 2020
    • Sarathkrishnan Ramesh's avatar
      Change publishers to publish unique ptrs (#1673) · 2113b6a7
      Sarathkrishnan Ramesh authored
      * Change publishers to publish unique ptrs
      
      * Revert test case modification
      
      * Update function signature to receive unique_ptrs
      
      * Update publishers in nav2_costmap_2d to publish unique ptrs
      
      * Update publishers in nav2_planner and nav2_map_server
      
      * Change nav2_map_server publisher to publish occupancy grid unique ptr
      
      * Change publisher in nav2_planner to publish path unique ptr
      
      * Remove smart pointer return from functions in nav2_costmap_2d
      
      * Run cpp_lint manually in nav2_costmap_2d
      
      * Minor fixes
      
      * Adhere to conventions of smart pointers passing to function
      
      * Change publisher in dwb_core to publish unique pointer
      2113b6a7
  2. Apr 26, 2020
  3. Feb 15, 2020
  4. Feb 11, 2020
    • Steven Macenski's avatar
      Fixing system tests in CI (#1509) · 7e284a3f
      Steven Macenski authored
      * TEMP remove all system tests from running to add back in one by one
      
      * hottt patch, working simple action server again
      
      * removing a few debugs
      
      * adding debug
      
      * fixed test actions file
      
      * removing debug statements and removing opensplice and connext jobs
      
      * reintroduce planner tests
      
      * reintro localization tests
      
      * reintroduce updown tests
      
      * updating defaults
      
      * allow controller to react to different controlller requests
      
      * add params
      
      * planners tests online
      
      * add tests back in
      
      * remove flaky multirobot test for CI but leaving here for utility
      
      * adding back connext dds
      
      * crusty
      
      * refactor lots and lots of code...
      
      * adding gtest mains
      
      * disable planner tests
      7e284a3f
  5. Feb 01, 2020
  6. Jan 16, 2020
    • Carl Delsey's avatar
      GH Pages docs for DWB (#1422) · 7097e694
      Carl Delsey authored
      * Moving tuning to configuration.
      
      * WIP writing up controller docs.
      
      * DWB Parameter Structure Complete.
      
      * Fixing review comments.
      
      * Fix wording on progress checker.
      7097e694
  7. Dec 13, 2019
  8. Dec 10, 2019
    • Carlos A. Orduno's avatar
      Fix build errors (#1427) · 3c736f87
      Carlos A. Orduno authored
      Fixing build error introduced by #1356
      3c736f87
    • Carlos A. Orduno's avatar
      Improvements to SimpleActionServer (#1356) · 25981de1
      Carlos A. Orduno authored
      * Handle action server deactivation while the action is still running.
      * Handle race condition between completing an action and receiving a preemption.
      * Terminate all goals if cancel was requested on any goal handle.
      * Terminate only the current goal if the module fails to execute the action.
      25981de1
  9. Dec 06, 2019
  10. Nov 28, 2019
  11. Nov 27, 2019
  12. Nov 21, 2019
  13. Nov 06, 2019
  14. Nov 03, 2019
    • Steven Macenski's avatar
      cleanup all globally hardcoded remaps for multirobots (#1214) · a227539e
      Steven Macenski authored
      * cleanup all globally hardcoded remaps for multirobots
      
      * fixing map path
      
      * fix pep8 indent
      
      * linter happy now?
      
      * Fix linter errors
      
      * reincluding /scan on scan
      
      * multirobot launch with unique configurations
      
      * multirobot tests using both configuration files
      
      * make flake8 happy
      
      * flake8 try2
      
      * flakey9
      
      * flake10
      
      * attempt flake exception
      
      * flake11
      
      * flake12
      
      * noqa on lin
      
      * changing launch configuration in loop
      a227539e
  15. Oct 28, 2019
  16. Oct 27, 2019
  17. Oct 26, 2019
  18. Oct 25, 2019
  19. Oct 24, 2019
  20. Oct 16, 2019
  21. Oct 12, 2019
  22. Sep 26, 2019
    • Carlos A. Orduno's avatar
      [multirobot] Add namespacing to nav stack. (#1147) · 226f06ce
      Carlos A. Orduno authored
      * Extending `rewritten_yaml` to also replace keys.
      
      * Adding a node launcher that puts a condition to
      applying the remappings.
      
      * Add namespacing of launch files.
      
      * Update namespace of costmap and passing of correct
      namespace by planner & controller.
      226f06ce
  23. Sep 21, 2019
  24. Jun 11, 2019
    • Michael Jeronimo's avatar
      Rename the nav2_controller to nav2_lifecycle_manager (#696) · 928e6ee9
      Michael Jeronimo authored
      * Per review feedback, rename the nav2_controller to be nav2_lifecycle_manager
      
      To avoid confusion with low-level controllers, be more explicit in the name.
      
      * Avoid colliding node names; make navigation dialog's node name generic
      928e6ee9
    • Michael Jeronimo's avatar
      Nav2 lifecycle controller (#680) · 92ac2380
      Michael Jeronimo authored
      * Add the lifecycle controller
      
      * Generalize the nav2_controller code.
      
      The only nav2-specifics are now the list of node names.
      
      * Some reformatting
      
      * Rename the Srv service to be more explicit; Add description to the package XML file
      
      * Address more review feedback
      92ac2380