- Aug 25, 2020
-
-
Sarthak Mittal authored
* Fix memory leak in nav2_recoveries * Fix recovery server memory leak (better interface) * Fix costmap2d memory leak * Fix nav2_navfn_planner memory leak * Fix planner server and navfn planner memory leak * Make all rclcpp::Node::SharedPtr argument passing const * Fix controller server and DWB plugins memory leak * Minor fixes * Fix formatting errors * Change all plugin interfaces to use weak_ptr intead of shared_ptr to parent rclcpp::Node * Convert all SharedPtr to WeakPtr * Check shared_ptr after lock and before dereferencing
-
Steven Macenski authored
-
- Aug 22, 2020
-
-
Shane Loretz authored
* Fix tests declaring parameters real nodes don't Signed-off-by:
Shane Loretz <sloretz@osrfoundation.org> * Fix loadParameterWithDeprecation not getting initial parameter values Signed-off-by:
Shane Loretz <sloretz@osrfoundation.org> * Create sim_time variable before using it Signed-off-by:
Shane Loretz <sloretz@osrfoundation.org> * Line length < 100 Signed-off-by:
Shane Loretz <sloretz@osrfoundation.org> * Add missing { Signed-off-by:
Shane Loretz <sloretz@osrfoundation.org> * Linter fixes Signed-off-by:
Shane Loretz <sloretz@openrobotics.org> * sim_granularity -> time_granularity Signed-off-by:
Shane Loretz <sloretz@openrobotics.org> * Linter fix Signed-off-by:
Shane Loretz <sloretz@openrobotics.org>
-
- Aug 21, 2020
-
-
Daisuke Sato authored
* remove path_updated blackboard variable to check if the path is updated Signed-off-by:
Daisuke Sato <daisukes@cmu.edu> * remove path_udpated from tests Signed-off-by:
Daisuke Sato <daisukes@cmu.edu> * make bt_action_node logic clear and fix test failures Signed-off-by:
Daisuke Sato <daisukes@cmu.edu> * Revert "make bt_action_node logic clear and fix test failures" This reverts commit bb29d801d504cf5de8c33524d01f76974f76e23a. Signed-off-by:
Daisuke Sato <daisukes@cmu.edu>
-
- Aug 19, 2020
-
-
Daisuke Sato authored
Signed-off-by:
Daisuke Sato <daisukes@cmu.edu>
-
Steven Macenski authored
-
Ruffin authored
* Remove unused achor * Trigger dockerhub build via cron job * Rename workflow * Change timezone trigger dockerhub build 12 am pst test nightly job 6am pst * Clean up dockerhub job refrences * Add missing executors for python_exec * Remove unused devel folder
-
- Aug 18, 2020
-
-
Steven Macenski authored
[WIP] removing rviz plugins from test coverage since its not a production run-time component (#1953) * removing rviz plugins from test coverage since its not a production run-time component * Update code_coverage_report.bash
-
Michael Ferguson authored
The plan recieved is usually in global frame, but our local costmap is often in odom frame. This fixes a regression from #1857
-
Sarthak Mittal authored
-
- Aug 15, 2020
-
-
Ruffin authored
To fix cpplint
-
- Aug 14, 2020
-
-
Ruffin authored
* Use colcon to check for build failure instead of canary file * Simplify if case for shell * Move extra dockerfiles to docker related folder * Update Dockerfile location * Stage refactor * Use build kit * Update underlay and overlay build * Dockerfile tweek * Rename underlay .repos file * Remove uneeded key * Clone matching distro branch by default * Add optional directive to RUN colcon test * Add comments * Skip the use of symlinks * Roll back to nightly image with all rmws now that connext is fixed * Add slam_toolbox to skipped rosdep keys * Set DEBIAN_FRONTEND env to noninteractive * Update to tag foxy * Updated to latest codecov orb
-
Steven Macenski authored
-
- Aug 12, 2020
-
-
ruffsl authored
-
ruffsl authored
-
ruffsl authored
-
Steven Macenski authored
* bump to 0.4.2 * removing nav2_bringup from binaries
-
Ruffin authored
Cleanup CircleCI config
-
ruffsl authored
-
ruffsl authored
-
ruffsl authored
-
ruffsl authored
-
-
ruffsl authored
as nav2_system_tests still dominates total test time
-
ruffsl authored
to reduce line noise
-
ruffsl authored
to simplify retest-until-pass
-
- Aug 08, 2020
-
-
Steven Macenski authored
* remove dead code not used in 10 years from navfn * ping * inverting period to rate * removing debug statement that could never be triggered by a single non-looping action server * type change
-
Steven Macenski authored
* adding CLI test * adding tests for more lines to map_server * fix last test * adding out of bounds and higher bounds checks * adding planner tests for plugins working * add cleanup * working * ping * adding more testing and debug info messages
-
Steven Macenski authored
* adding CLI test * adding tests for more lines to map_server * fix last test * adding out of bounds and higher bounds checks * adding planner tests for plugins working * add cleanup * working * ping
-
Michael Equi authored
* range costmap building * range sensor layer working * nav2 costmap pass linter and uncrustify tests * Added back semicolon to range class * Added docs * Added angles dependency * Added BSD license * Added BSD license * Made functions inline * revmoed get_clock * added input_sensor_type to docs * Made defualt topic name empty to cause error * using chorno literal to denote time units * Added small initial test * Fixed linter error, line breaks, enum, logger level, and transform_tolerance issue * fixed segmentation fault in test and added transfrom tolerances to tf_->transform * Got test to pass * Added more tests * removed incorrect parameter declaration * Improved marking while moving tests and added clearing tests * removed general clearing test * changed testing helper import in test
-
ymd-stella authored
* Improve interface of NavigateToPose Signed-off-by:
ymd-stella <world.applepie@gmail.com> * Update bt_conversions.hpp (PoseStamped) * Use full message of PoseStamped Signed-off-by:
ymd-stella <world.applepie@gmail.com> * Fix lint error
-
- Aug 07, 2020
-
-
Steven Macenski authored
* adding CLI test * adding a bunch of new coverages for map_server
-
Steven Macenski authored
-
Steven Macenski authored
* fixing #1917 on declare if not declared * fix API
-
- Aug 06, 2020
-
-
Steven Macenski authored
-
Steven Macenski authored
* adding waypoint follower failure test * adding voxel, more logging * reset -> clear
-
Steven Macenski authored
* remove erraneous handling done by prior * adding a bunch of voxel unit tests * retrigger
-
Steven Macenski authored
-
Michael Equi authored
-