Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 06, 2019
  3. Nov 28, 2019
  4. Nov 27, 2019
  5. Nov 21, 2019
  6. Nov 06, 2019
  7. 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
  8. Oct 28, 2019
  9. Oct 27, 2019
  10. Oct 26, 2019
  11. Oct 25, 2019
  12. Oct 24, 2019
  13. Oct 16, 2019
  14. Oct 12, 2019
  15. 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
  16. Sep 21, 2019
  17. Sep 11, 2019
  18. Aug 10, 2019
  19. Aug 08, 2019
  20. Jul 27, 2019
  21. Jul 20, 2019
  22. Jul 13, 2019
  23. Jul 12, 2019
  24. Jun 29, 2019
  25. Jun 26, 2019
    • Carlos A. Orduno's avatar
      Improved the SimpleActionServer interface and refactored DWB's main control loop (#849) · d1d36ddd
      Carlos A. Orduno authored
      Extended the SimpleActionServer interface and improved a few other things:
      * Added additional checks to make sure we only keep the latest preempt request in the queue.
      * Action server users no longer interact directly with the goal handles. 
      * Provided additional functions for aborting, canceling, etc.
      * Updated bt_navigator, motion_primitives, dwb_controller, navfn_planner to use the new interface.
      
      Refactored the DWB controller main loop.
      * Added checks for handling pending preemptions after the controller has succeeded or failed.
      d1d36ddd
  26. Jun 22, 2019
  27. Jun 20, 2019
  28. Jun 11, 2019
    • Mohammad Haghighipanah's avatar
      Fixed amcl related lifecycle issues (#774) · f2199621
      Mohammad Haghighipanah authored
      * removing recovery test tree
      
      * changed amcl to publish pose only when initial pose is known
      
      * update transform only when initial pose is known
      
      * fixed linter issues
      
      * print when amcl does not publishes a pose
      
      * changed publishing velocity msg from rclcpp_info to rclcpp_debug
      
      * fixed uncrustify
      
      * removed unused variable
      
      * deleted unused code
      
      * disabled localization test
      f2199621