- Dec 08, 2020
-
-
simutisernestas authored
* Standardize time units per REP-103 * bond_timeout type
-
- Dec 03, 2020
-
-
Steven Macenski authored
* Removing eloquent from build status table since its EOL * Update README.md * Update README.md
-
- Nov 27, 2020
-
-
Yutaka Kondo authored
-
- Nov 25, 2020
-
-
Steven Macenski authored
* adding unit testing for alignment util dwb critics * adding twirling tests * renaming test
-
Alexey Merzlyakov authored
-
- Nov 24, 2020
-
-
Wilco Bonestroo authored
* Setup for obstacle footprint test. * Make std::string arguments const * Added additional tests for obstacle footprint test. * Add todo. * Several code cleanup actions. Renamed the function p to getPoint. Removed commented out code. Fixed the trow->throw typo and explained some tests in comments.
-
- Nov 21, 2020
-
-
Wilco Bonestroo authored
* Test setting the parameters. * Added the score tests. * Use variables for parameters and add test for non-default values. * Cleanup. Removed commented out code.
-
- Nov 17, 2020
-
-
Tony Najjar authored
-
- Nov 14, 2020
-
-
Steven Macenski authored
* WIP attempt at fixing recovery-straight-path issues * linting! * handle not current due to old measurement readings separately from resets
-
Ewen BRUN authored
* Fix build on macOS with LLVM/Clang12 * nav2_costmap_2d's observation buffer is now using tf_tolerance. Removed pragmas and os specific logic
-
- Nov 12, 2020
-
-
Steven Macenski authored
* adding new logo! * limit dimensions * limit dimensions * limit dimensions
-
- Nov 11, 2020
-
-
Alexey Merzlyakov authored
- Add Map Saver resource sharing - Add forgotten reset of save_map_service_ - Remove unnecessary map republisher - Increase save_map_timeout
-
- Nov 10, 2020
-
-
Sarthak Mittal authored
* Fix shared_ptr cyclic dependencies Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com> * Refactor costmap downsampler and fix test Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com> * Revert costmap downsampler test changes Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com>
-
Steven Macenski authored
-
- Nov 07, 2020
-
-
James Ward authored
* Abort analytic expansion if crossing through already visited node * Check that we are not creating an infinite loop at the goal node * Mark nodes in analytic expansion as visited for the sake of completeness * Move checking of already visited nodes to final stage of analytic expansion
-
Alexey Merzlyakov authored
* Support in keepout filter for mask and costmap published in different frames This fixes incorrect keepouts position issue when filter mask and current costmap layer are published in different frames. This might appear (but not restricted only to) when keepout filter is enabled for local costmap with rolling window. * Add transform initialization * Enhance transform failure message
-
Alexey Merzlyakov authored
-
- Nov 06, 2020
-
-
Steven Macenski authored
* nav2_way_point_follower; introduce photo at waypoint arrivals plugin Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * resolve cmake lint errors Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * resolve requested chages of first review Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * minor corrections on photo_at_waypoint header * resolve requested changes of second review Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * update default save_dir Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * move directory checking code to initialize() * add try catch block to catch possible execeptions while creating a directory for photo at waypoint plugin Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * adding logging and disabling * Update nav2_waypoint_follower/plugins/photo_at_waypoint.cpp Co-authored-by:
Fetullah Atas <fetulahatas1@gmail.com> * Update photo_at_waypoint.cpp Co-authored-by:
jediofgever <fetulahatas1@gmail.com>
-
Steven Macenski authored
* update to use on my fork to test changes to bondcpp * using chrono literals in lifecycle manager * nav2_rviz_plugins using chrono literals for API change * using chrono literals in costmap_2d package from API change * using chrono literals in observation buffer * chrono literals for tests costmap * chrono literal API changes * changing API * changing API * API changes * API change * API change * API change * API change test * API change test * remove * api updates * update test values
-
- Oct 30, 2020
-
-
Fetullah Atas authored
* nav2_way_point_follower; introduce photo at waypoint arrivals plugin Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * resolve cmake lint errors Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * resolve requested chages of first review Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * minor corrections on photo_at_waypoint header * resolve requested changes of second review Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * update default save_dir Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * move directory checking code to initialize()
-
- Oct 29, 2020
-
-
Steven Macenski authored
* adding input at waypoint executor * exporting depedency * fixing review suggestions * make input topic a parameter * working input executor * adding docs to params md
-
- Oct 27, 2020
-
-
Sarthak Mittal authored
* Fix flaky tests Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com> * Fix shutdown in waypoint follower test Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com>
-
- Oct 15, 2020
-
-
Alexey Merzlyakov authored
* Add run-time system test for keepout filter * Add keepout_filter specific logic * Fix review items * Move goal to be on the straight line by plan without keepout
-
- Oct 14, 2020
-
-
Steven Macenski authored
-
Steven Macenski authored
-
- Oct 13, 2020
-
-
Wilco Bonestroo authored
* Added a test with controller_frequency of 0. The controller should get a default frequency of 20. * Add kinematic parameters test (#2031) * Add kinematic parameters tests. * Solve uncrustify error. * [WIP fixing CI] changing gazebo base to my fork for testing (#2034) * changing gazebo base to my fork for testing * adding buffer header per TF2 API changes * moving header to header * Adding additional SmacPlanner tests (#2036) * adding some more tests to smac_planner * addtl smac tests * remove unused functions * adding additional constants and smoothers tests (#2038) * Added tests for different controller frequencies. * Added a test with controller_frequency of 0. The controller should get a default frequency of 20. * Added tests for different controller frequencies. * Solve uncrustify issue. Co-authored-by:
Steve Macenski <stevenmacenski@gmail.com>
-
Steven Macenski authored
-
Steven Macenski authored
* adding some more tests to smac_planner * addtl smac tests * remove unused functions
-
Steven Macenski authored
* changing gazebo base to my fork for testing * adding buffer header per TF2 API changes * moving header to header
-
Wilco Bonestroo authored
* Add kinematic parameters tests. * Solve uncrustify error.
-
- Oct 10, 2020
-
-
Steven Macenski authored
* commenting out or removing AMCL dead code * remove file from cmakelists
-
Wilco Bonestroo authored
* Remove the parameters.hpp file. * Put parameters.hpp back. Only removed the two functions for depricated parameters. * Removed DWBLocalPlanner::loadBackwardsCompatibleParameters(). It will now throw a runtime error if there are no critics declared in the parameters. * Remove moveParameter. It was not used anywhere.
-
Wilco Bonestroo authored
* Add test for tf_help. * Fix lint error.
-
Steven Macenski authored
* adding smac_planner to navigation2 metapackage * adding params to metapackage * update config files * adding navfn benchmark testing * updates to costmap_2d for flexility * update planner API for new changes * adding ompl to underlay because ros2 master doesn't contain the rosdep key * patching templated footprint collision checker * fix typo * updating readme config file * Analytic expansion (#43) * Use OMPL to generate heuristics The calculation is run at every planning cycle. It does not seem to slow down the planner - the calculation time seems to be quick enough that the improvement in graph expansion accounts for it. * Use OMPL to calculate analytic solution when near goal * Make angles multiples of the bin size to stop looping behaviour * Uncrustify * Use faster std::sqrt function * Fix analytic path so that the collision checker has coordinates to check! * Pre-allocate variables in analytic path expansion *...
-
- Oct 08, 2020
-
-
Fetullah Atas authored
Successor PR for #1993, Introduces A plugin interface to define behaviours at waypoint arrivals when using nav2_waypoint_follower (#2015) * Add WaypointTaskExecutor plugin to main Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * couple result of task execution with stop_on_failure Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * add failed ids to it's vector * experimental change in nav2_waypoint_tester Signed-off-by:
jediofgever <fetulahatas1@gmail.com> * remove unused code
-
Wilco Bonestroo authored
* Add conversion tests. * Add path_obs test. Resolution test is not completed. What is the expected behavior? * Added more details and tests to messages. * Added rotation checks. * Update the test for the length of the segments. * Changed back variable name to min_. Removed couts. Use EXPECT_TRUE. * Also set the frame_id and check for the results. * Update the copyright statement.
-
Ruffin authored
* Move codecov config back to project root to work arround inconsistencies in codecove
-
Ruffin authored
As OMPL isn't yet registering properly with the ament index for ros2 and searching all of << parameters.underlay >>/install will stall rosdep when searching entire $ROS_WS/install folder
-
- Oct 07, 2020
-
-
Steven Macenski authored
-
justinIRBT authored
* Fix max path cycles for case where map has larger Y dimension than X dimension * Improve readability * fix ament_cpplint and ament_uncrustify issues
-