Skip to content
Snippets Groups Projects
  1. Oct 06, 2020
  2. 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
  3. Aug 18, 2020
  4. Aug 08, 2020
  5. Aug 06, 2020
  6. Aug 05, 2020
  7. Aug 04, 2020
  8. 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
  9. Jul 21, 2020
  10. Jul 02, 2020
  11. May 16, 2020
  12. May 14, 2020
  13. 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
  14. Feb 15, 2020
  15. 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
  16. Dec 13, 2019
  17. Dec 10, 2019
  18. Dec 06, 2019
  19. Nov 28, 2019
  20. Nov 27, 2019
  21. Nov 21, 2019
  22. Nov 06, 2019
  23. Nov 03, 2019
    • Steven Macenski's avatar
      cleanup all globally hardcoded remaps for multirobots (#1214) · a227539e
      Steven Macenski authored
      * cleanup all globally hardcoded remaps for multirobots
      
      * fixing map path
      
      * fix pep8 indent
      
      * linter happy now?
      
      * Fix linter errors
      
      * reincluding /scan on scan
      
      * multirobot launch with unique configurations
      
      * multirobot tests using both configuration files
      
      * make flake8 happy
      
      * flake8 try2
      
      * flakey9
      
      * flake10
      
      * attempt flake exception
      
      * flake11
      
      * flake12
      
      * noqa on lin
      
      * changing launch configuration in loop
  24. Oct 28, 2019
  25. Oct 27, 2019
  26. Oct 26, 2019
  27. Oct 25, 2019
  28. Oct 24, 2019
  29. Oct 16, 2019
  30. Oct 12, 2019
  31. Sep 26, 2019