Skip to content
Snippets Groups Projects
  1. Jan 26, 2021
  2. Jan 23, 2021
    • danieljeswin's avatar
      Adding parameter for minimum range for raycasting to clear obstacles (#2126) · 13f518ac
      danieljeswin authored
      * Adding minimum range parameter for raytrace clearing
      
      * Comments in tests
      
      * Uncrustify checks
      
      * Modified default value of raytrace_min_range param and moved computation below plugin layer
      
      * Tests for voxel layer raytracing
      
      * Uncrustify checks
      
      * Addressed pull request #2126 comments
      
      * Using min range parameter for marking also
      
      * Correcting build warnings
      
      * Correct build fails
      
      * Merging changes
      
      * Adding comments
      
      * Added unit tests for obstacle layer and addressed PR comments
      
      * Addressed flake errors
      
      * Flake8 errors
      
      * Correcting W291 Flake8 error
      
      * Variable name and comments changes
      
      * Added raytracing params to the params files
      
      * Modifying parameter names for obstacle marking
      13f518ac
    • NithishkumarS's avatar
      Changed FollowWaypoints to follow_waypoints (#2151) · 567f8c85
      NithishkumarS authored
      * Changed FollowWaypoints to follow_waypoints
      
      * Updated the msg name as follow_waypoints
      
      * Reversed changes to cmakelist
      
      * Updated the use of follow_waypoints just as action name
      
      * Replace follow_waypoints
      
      * Update
      
      * Updated ros info with the right syntax
      
      * Debugging
      567f8c85
  3. Jan 14, 2021
  4. Jan 07, 2021
  5. Jan 02, 2021
  6. Dec 21, 2020
  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 15, 2020
  9. Dec 13, 2020
  10. Dec 11, 2020
  11. Dec 09, 2020
    • Florian Gramß's avatar
      Add groot monitoring behavior tree visualization (#1958) · 199ef58f
      Florian Gramß authored
      * include ZMQ publisher for Groot
      
      very plain integration, should be made optionally through a launch parameter
      
      * fix Groot crashing finding custom nodes in monitor mode
      
      straight forward working fix. The manifest was missing, so Groot searched custom node IDs that it did not have. This is implemented correctly directly in BT.CPP V3 and should be used instead of an implementation in nav2_bt_engine
      
      * refactor buildTreeFromText to createTreeFromText as in BT.CPP v3
      
      * forward XML to createTreeFromText from BT.CPP v3 factory function
      
      * Add createTreeFromFile forware to BT-factory function
      
      * fix createTreeFromFile args..
      
      * add personal copyright
      
      I think this is okay for finding a nasty bug.. :)
      
      * move creating ZMQ Publisher from run to dedicated function
      
      this way the ZMQ Publisher ca be added to individual trees within the same factory. Should be important for switching trees (XML files)
      
      * Add parameter for Groot Monitoring - default true. Also cleanup ZMQ
      
      * Move haltAllActions() Implementation from .hpp to .cpp
      
      * update Copyright in hpp of BT-engine
      
      * make linters happy.. :)
      
      * Update Groot parameter naming and chg default=0
      
      * rename resetZMQGrootMonitor -> resetGrootMonitor
      
      * add parameter to nav2_params.yaml - default = false
      
      * add ZMQ params and logic for server/pub ports
      
      * Fix RewrittenYaml ignoring Integers
      
      Integers where converted as floats before which crashes get_parameter.. fun thing....
      
      * add launch based tests for params and ZMQ
      
      * Activate Dijkstra and A* switching tests, thanks to RewrittenYaml
      
      * add pyzmq==19.0.2 via pip3 to CI test_workspace
      
      * make flake8 linter happy
      
      * make cpp linters happy
      
      * add personal copyright
      
      * add GoalUpdated BT node description in order to view the full default BT
      
      only affects editor mode of Groot and not live monitoring
      
      * make linter happy (unused import)
      
      * remove unused groot-port replacement functions in test_system_launch.py
      
      * add groot parameters to params.md
      
      * get reloading BTs to work nicely with Groot
      
      * pretty space for smac :)
      
      * switch from unsinged to uint16_t
      
      * fix converting string into float or int
      
      * Revert "add pyzmq==19.0.2 via pip3 to CI test_workspace"
      
      This reverts commit 7bca08121c88db3763771911e3c6b4c6f4f8ddeb.
      
      * Switch to 4 spaces indent and other linter stuff for RewrittenYaml
      
      * removed prints in test_system_launch.py
      
      * linter stuff
      
      * add python-zmq as test_depend in package.xml (instead of .CI_conf)
      
      * enable groot monitoring by default
      
      * remove ZMQ from naming (function / variable)
      
      * remove variable zmq ports from testing scripts
      
      * remove default ports in BT_engine, as they are set through (def-)params
      
      * Remove complete test for "dynamic" ZMQ ports testing
      
      * fix python-zmq depend location
      
      * fix style
      
      * swap missing Groot to default True
      
      * fix rosdep zmq + flake8 fixes in system_tests
      
      * remove debug logs + c_str()
      
      * remove final debug_log
      199ef58f
    • Steven Macenski's avatar
  12. Dec 08, 2020
  13. Dec 03, 2020
  14. Nov 27, 2020
  15. Nov 25, 2020
  16. Nov 24, 2020
    • Wilco Bonestroo's avatar
      Add obstacle footprint dwb critic test (#2099) · f6bbc5c8
      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.
      f6bbc5c8
  17. Nov 21, 2020
  18. Nov 17, 2020
  19. Nov 14, 2020
  20. Nov 12, 2020
  21. Nov 11, 2020
  22. Nov 10, 2020
  23. Nov 07, 2020
    • James Ward's avatar
      Loop fix (#2068) · 4dfa91c8
      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
      4dfa91c8
    • Alexey Merzlyakov's avatar
      Support in keepout filter for mask and costmap published in different… (#2054) · 73afaf3f
      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
      73afaf3f
    • Alexey Merzlyakov's avatar
  24. Nov 06, 2020
  25. Oct 30, 2020
  26. Oct 29, 2020
  27. Oct 27, 2020
  28. Oct 15, 2020
  29. Oct 14, 2020
  30. Oct 13, 2020
    • Wilco Bonestroo's avatar
      Added test for nav2_dwb_controller / dwb_plugins / LimitedAccelGenerator (#2032) · 7bed20d0
      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: default avatarSteve Macenski <stevenmacenski@gmail.com>
      7bed20d0
    • Steven Macenski's avatar