Skip to content
Snippets Groups Projects
  1. Oct 12, 2019
  2. Sep 26, 2019
  3. Sep 21, 2019
  4. Sep 11, 2019
  5. Aug 10, 2019
  6. Aug 08, 2019
  7. Jul 27, 2019
  8. Jul 20, 2019
  9. Jul 13, 2019
  10. Jul 12, 2019
  11. Jun 29, 2019
  12. 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.
  13. Jun 22, 2019
  14. Jun 20, 2019
  15. Jun 11, 2019
  16. May 04, 2019
  17. Apr 23, 2019
  18. Mar 23, 2019
  19. Feb 27, 2019
  20. Jan 10, 2019
  21. Dec 07, 2018
  22. Dec 06, 2018
  23. Nov 28, 2018
  24. 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