Skip to content
Snippets Groups Projects
  1. Oct 24, 2019
  2. Oct 16, 2019
  3. Oct 12, 2019
  4. Sep 26, 2019
  5. Sep 21, 2019
  6. Sep 11, 2019
  7. Aug 10, 2019
  8. Aug 08, 2019
  9. Jul 27, 2019
  10. Jul 20, 2019
  11. Jul 13, 2019
  12. Jul 12, 2019
  13. Jun 29, 2019
  14. 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.
  15. Jun 22, 2019
  16. Jun 20, 2019
  17. Jun 11, 2019
  18. May 04, 2019
  19. Apr 23, 2019
  20. Mar 23, 2019
  21. Feb 27, 2019
  22. Jan 10, 2019
  23. Dec 07, 2018
  24. Dec 06, 2018
  25. Nov 28, 2018
    • Michael Jeronimo's avatar
      Parallel planning and control (#362) · 7b4963b1
      Michael Jeronimo authored
      * Initial work on running planning and control in parallel
      * Checkpoint a working version with lots of debugging traces
      * Remove debugging traces
      * Remove the temporary hooks
      * Address lint issues
      * Remove some debug output
      * Fix a compile problem after taking out some debug code
      * Read the BT XML from an external file
      * Re-enable DWB code
      * Address reviewer feedback