Skip to content
Snippets Groups Projects
  1. Nov 28, 2019
  2. Nov 27, 2019
  3. Nov 21, 2019
  4. Nov 06, 2019
  5. 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
  6. Oct 28, 2019
  7. Oct 27, 2019
  8. Oct 26, 2019
  9. Oct 25, 2019
  10. Oct 24, 2019
  11. Oct 16, 2019
  12. Oct 12, 2019
  13. 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
  14. Sep 21, 2019
  15. 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