- Sep 21, 2019
-
-
Yathartha Tuladhar authored
-
Yathartha Tuladhar authored
-
Yathartha Tuladhar authored
-
- Sep 11, 2019
-
-
bpwilcox authored
-
Steven Macenski authored
-
Steven Macenski authored
-
- Aug 10, 2019
-
-
Carlos A. Orduno authored
-
- Aug 08, 2019
-
-
Steven Macenski authored
-
- Jul 27, 2019
-
-
Carl Delsey authored
* Add back parameter to configure DWA rate * Report out if we missed our control loop time.
-
- Jul 20, 2019
-
-
Steven Macenski authored
-
- Jul 13, 2019
- Jul 12, 2019
-
-
Carlos A. Orduno authored
-
- Jun 29, 2019
-
-
bpwilcox authored
deleting robot package
-
Steven Macenski authored
-
Steven Macenski authored
-
- Jun 26, 2019
-
-
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.
-
- Jun 22, 2019
-
-
Michael Jeronimo authored
* Precise control of the contained node to improve shutdown reliability * Add a couple TODO comments about further reducing code, eliminating duplication
-
- Jun 20, 2019
-
-
Mohammad Haghighipanah authored
-
- Jun 11, 2019
-
-
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
-
Michael Jeronimo authored
* Move the temporary lifecycle headers to nav2_util * Also update the package.xml and CMakeList.txt files * Minor patch-up after rebasing and testing
-
Michael Jeronimo authored
In the future, there can be some error recovery here.
-
Michael Jeronimo authored
-
Michael Jeronimo authored
-
Michael Jeronimo authored
* Port DWB to ROS2 actions and update for ROS2 parameter changes * Remove the rate monitor-related code (not ready for check-in yet) * Remove a callback related to rate monitoring * Address some review feedback * More review feedback
-
Michael Jeronimo authored
* Port the dwb code to lifecycle nodes * Add a few missing dependencies & some misc. fix-ups * Address some review feedback
-
- May 04, 2019
-
-
bpwilcox authored
fix extra line space
-
- Apr 23, 2019
-
-
Carl Delsey authored
* Add progress checker * Fixing linter errors. * Making method naming convention consistent.
-
- Mar 23, 2019
-
-
Carl Delsey authored
-
- Feb 27, 2019
-
-
Carl Delsey authored
-
- Jan 10, 2019
-
-
Carl Delsey authored
* Fixing loop rate. * Display actual controller loop rate info.
-
- Dec 07, 2018
-
-
Michael Jeronimo authored
* Integrate example code into the DWB controller main loop * Changes to get current robot pose from global planner, required for dynamic replanning * Address review feedback * Fix cpplint problem
-
Nick Medveditskov authored
-
- Dec 06, 2018
-
-
Carl Delsey authored
-
- Nov 28, 2018
-
-
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
-
Michael Jeronimo authored
-
- Nov 13, 2018
-
-
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
-
- Nov 06, 2018
-
-
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
-
- Nov 01, 2018
-
-
Carl Delsey authored
* Fixing merge issues that break DWB. restores the missing changes. This change is required to make the robot move. * Returning controller output topic to cmd_vel
-