Skip to content
Snippets Groups Projects
  1. May 21, 2021
  2. May 13, 2021
    • Pablo Iñigo Blasco's avatar
      Goal Checker selector (#2269) · a5ee54a3
      Pablo Iñigo Blasco authored
      
      * goal checker selector
      
      * updating main nav yaml configuration file to support multiple goal checkers
      
      * imised defaiñt gpañ cjecler àra,eter
      
      * changes requested in the PR
      
      * improving selector subscribers for laching behavior
      
      * fixing cpplint uncristify style
      
      * fixing issues
      
      * setting original yaml configuration for the general_goal_checker
      
      * the usage of the goal_checker vector now totally mimic the controller vector
      
      * [Selector Actions] re-enabling back transient local for subscribers and tests
      
      * commit failure on non default avaialable
      
      * Some comments in selector behaviors code and some aesthetic changes
      
      * fixing some linting issues
      
      * minor linting error
      
      Co-authored-by: default avatarSteve Macenski <stevenmacenski@gmail.com>
      a5ee54a3
  3. Apr 06, 2021
  4. Apr 03, 2021
  5. Mar 17, 2021
    • Steven Macenski's avatar
      Controller plugins include goal checker when computing commands (#2252) · d8bd3c5e
      Steven Macenski authored
      * adding goal checker to the API for controllers and the controller server
      
      * updating DWB and RPP to include the new controller API change to include the goal checker pointer
      
      * adding getTolerances functions for goal checkers with unset default method
      
      * use getTolerances for goal checkers in RPP
      
      * adding missing headers to goal stoppers
      
      * fix linting of RPP
      d8bd3c5e
  6. Mar 02, 2021
  7. Dec 16, 2020
    • Alexey Merzlyakov's avatar
      Speed Filter (#2074) · 6a0c92ca
      Alexey Merzlyakov authored
      * Add speed limit filter
      
      * Fix review items
      
      * Remain only percent speed limit support
      
      * Small review fixes
      
      * Add error message for unknown cells on mask
      
      * Fix missed items
      
      * Ensure SpeedFilter is using accurate in time transform
      instead of latest in TF Buffer
      
      * Add costmap_filter_info_server into param description
      
      * Set transform_tolerance to 0.1
      
      * Update comment to be more informative
      6a0c92ca
  8. Dec 11, 2020
  9. Nov 14, 2020
  10. Nov 06, 2020
    • Steven Macenski's avatar
      [WIP] Fix CI build issues (#2076) · 053d0c8c
      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
      053d0c8c
  11. Oct 06, 2020
  12. Aug 25, 2020
    • Sarthak Mittal's avatar
      Fix memory leak (#1900) · f237751f
      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
      f237751f
  13. Aug 18, 2020
  14. Aug 08, 2020
  15. Aug 06, 2020
  16. Aug 05, 2020
  17. Aug 04, 2020
  18. Jul 31, 2020
    • Steven Macenski's avatar
      Bond support + fixing various action server issues (#1894) · ec260396
      Steven Macenski authored
      * prototype of lifecycle bond system
      
      * adding more structure to get around weak ptr issue
      
      * working prototype for manager
      
      * adding some ns -> s conversions
      
      * changing to service node
      
      * adding bond connections to all servers
      
      * update logs
      
      * fixing review comments
      
      * fix types
      
      * remove extraneous functions
      
      * make linters happy
      
      * simplifications
      
      * adding spinner to get working but now unstable
      
      * moving bond connections to activate state
      
      * adding defaults
      
      * working complete prototype for review
      
      * update dependencies
      
      * adding connection logging
      
      * remove accidental file
      
      * fix server side timeout for heartbeats
      
      * adding complete unit coverage of bond support
      
      * fixing lifecycle test
      
      * trying to activate since autostart was removed
      ec260396
  19. Jul 21, 2020
  20. Jul 02, 2020
  21. May 16, 2020
  22. May 14, 2020
  23. May 09, 2020
    • Sarathkrishnan Ramesh's avatar
      Change publishers to publish unique ptrs (#1673) · 2113b6a7
      Sarathkrishnan Ramesh authored
      * Change publishers to publish unique ptrs
      
      * Revert test case modification
      
      * Update function signature to receive unique_ptrs
      
      * Update publishers in nav2_costmap_2d to publish unique ptrs
      
      * Update publishers in nav2_planner and nav2_map_server
      
      * Change nav2_map_server publisher to publish occupancy grid unique ptr
      
      * Change publisher in nav2_planner to publish path unique ptr
      
      * Remove smart pointer return from functions in nav2_costmap_2d
      
      * Run cpp_lint manually in nav2_costmap_2d
      
      * Minor fixes
      
      * Adhere to conventions of smart pointers passing to function
      
      * Change publisher in dwb_core to publish unique pointer
      2113b6a7
  24. Apr 26, 2020
  25. Feb 15, 2020
  26. Feb 11, 2020
    • Steven Macenski's avatar
      Fixing system tests in CI (#1509) · 7e284a3f
      Steven Macenski authored
      * TEMP remove all system tests from running to add back in one by one
      
      * hottt patch, working simple action server again
      
      * removing a few debugs
      
      * adding debug
      
      * fixed test actions file
      
      * removing debug statements and removing opensplice and connext jobs
      
      * reintroduce planner tests
      
      * reintro localization tests
      
      * reintroduce updown tests
      
      * updating defaults
      
      * allow controller to react to different controlller requests
      
      * add params
      
      * planners tests online
      
      * add tests back in
      
      * remove flaky multirobot test for CI but leaving here for utility
      
      * adding back connext dds
      
      * crusty
      
      * refactor lots and lots of code...
      
      * adding gtest mains
      
      * disable planner tests
      7e284a3f
  27. Feb 01, 2020
  28. Jan 16, 2020
    • Carl Delsey's avatar
      GH Pages docs for DWB (#1422) · 7097e694
      Carl Delsey authored
      * Moving tuning to configuration.
      
      * WIP writing up controller docs.
      
      * DWB Parameter Structure Complete.
      
      * Fixing review comments.
      
      * Fix wording on progress checker.
      7097e694
  29. Dec 13, 2019
  30. Dec 10, 2019
    • Carlos A. Orduno's avatar
      Fix build errors (#1427) · 3c736f87
      Carlos A. Orduno authored
      Fixing build error introduced by #1356
      3c736f87
    • Carlos A. Orduno's avatar
      Improvements to SimpleActionServer (#1356) · 25981de1
      Carlos A. Orduno authored
      * Handle action server deactivation while the action is still running.
      * Handle race condition between completing an action and receiving a preemption.
      * Terminate all goals if cancel was requested on any goal handle.
      * Terminate only the current goal if the module fails to execute the action.
      25981de1
  31. Dec 06, 2019
  32. Nov 28, 2019
  33. Nov 27, 2019
  34. Nov 21, 2019