Skip to content
Snippets Groups Projects
  1. Sep 21, 2019
  2. Sep 11, 2019
  3. Aug 10, 2019
  4. Aug 08, 2019
  5. Jul 27, 2019
  6. Jul 20, 2019
  7. Jul 13, 2019
  8. Jul 12, 2019
  9. Jun 29, 2019
  10. 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
  11. Jun 22, 2019
  12. Jun 20, 2019
  13. Jun 11, 2019
  14. May 04, 2019
  15. Apr 23, 2019
  16. Mar 23, 2019
  17. Feb 27, 2019
  18. Jan 10, 2019
  19. Dec 07, 2018
  20. Dec 06, 2018
  21. Nov 28, 2018
  22. Nov 13, 2018
    • Michael Jeronimo's avatar
      Task server not node (#311) · dacb85c2
      Michael Jeronimo authored
      * Getting started; not working yet
      * Update the unit test
      * Fix issue #44 to modify TaskServer to accept a ROS node rather than be a ROS node
      
      Updated the TaskClient and TaskServer templates to accept a rclcpp::Node::SharedPtr
      reference. Also updated the Robot class to do the same. Also had to then change
      the execute method to be set on the TaskServer rather than have derived classes
      override the method. Now, it is more like the SimpleActionServer from ROS1,
      which sets us up a bit better for the port to Actions when ready on ROS2.
      
      * Rename various execute methods to be specific now that they are not overrides of a base class virtual method
      * Costmap service name should just be GetCostmap
      dacb85c2
  23. Nov 06, 2018
    • Nick Medveditskov's avatar
      Fix cppcheck issues (#282) · a09a02fe
      Nick Medveditskov authored
      * Fix cppcheck issues for nav_2d_utils
      * Fix cppcheck issues for nav2_costmap_2d
      * Fix cppcheck issues for dwb_critics
      * Fix cppcheck issues for dwb_plugins
      * Fix cppcheck issues for costmap_queue
      * Fix cppcheck issues for dwb_core
      * Fix cppcheck issues for nav2_util
      * Update define for headers to follow the same pattern
      a09a02fe
  24. Nov 01, 2018