Skip to content
Snippets Groups Projects
  1. Jul 13, 2021
  2. Jul 03, 2021
    • M. Hofstätter's avatar
      Remove deprecated pluginlib boost feature disable (#2431) · 29c1af08
      M. Hofstätter authored
      Boost features have been deprecated and removed
      in pluginlib for rolling
    • Anshumaan Singh's avatar
      Add lazy_theta_star (#1839) · 7fa55091
      Anshumaan Singh authored
      * Add lazy_theta_star
      
      * Added license
      
      * Added license
      
      * Update lazy_theta_star_b.cpp
      
      * restructured files
      
      - separated planner part and the algorithm
      - implemented all the changes as suggested
      
      * restructured files
      
      * Update CMakeLists.txt
      
      * removed unnecessary comments
      
      * removed comments
      
      * Delete planner.cpp
      
      * Delete lazy_theta_star_b.cpp
      
      * Delete lazy_theta_star_b.h
      
      * Delete planner.h
      
      * Delete CMakeLists.txt
      
      * Delete global_planner_plugin.xml
      
      * Delete package.xml
      
      * replaced the files
      
      - refactored code
      - improved reliability
      - have to write a code similar to that in nav2_system_tests, to test it (working on it)
      
      * removed comments
      
      * removed comments
      
      * Update lazy_theta_star2.cpp
      
      * update files
      
      - replaced manual management of priority queue with stl priority queue
      - added the parameter ".lethal_cost"
      - removed unnecessary parameters passed to the functions
      
      * update files
      
      - updated the header files in ac...
  3. Jun 29, 2021
  4. Jun 23, 2021
    • Ruffin's avatar
      Fix code coverage (#2419) · f201b4f8
      Ruffin authored
      * Include filter only by packge name
      as using package source paths can exclude coverage from other packages
      such as header files reported usign under workspace's install path
      
      * formating
      
      * Process gcno
      Process both gcno and gcda coverage files.
      This option is useful for capturing untested files in the coverage report.
      
      * Validate sources
      Check if every source file exists
      
      * Dump statistic
      Dump total statistic at the end
      
      * Branch coverage
      Include only the most useful branches in the coverage report.
      
      * Fix install path
      
      * Explicitly exclude packages
      to ignore rviz package
      but still explicitly include packages
      as the include filter is what mostly speeds up processing
      
      * Revert "Branch coverage"
      
      This reverts commit 20f28949904ef965c8b5b011f3e387037adc93ce.
      
      * Keep path fixes relative to workspace
      
      As the working directory used for running code coverage report script 
      is already at the root of the colcon workspace,
      avoiding the use of unnecessary path globbing
  5. Jun 22, 2021
  6. Jun 19, 2021
  7. Jun 18, 2021
  8. Jun 10, 2021
    • Ruffin's avatar
      Set ccache envs to use absolute paths (#2403) · 40f4c381
      Ruffin authored
      as ccache doesn't seem to work otherwise with relative paths
    • Ruffin's avatar
      Update lockfile formating (#2402) · 4486a5cf
      Ruffin authored
      * Use dpkg --list to format stdout to lockfile
      to make list of installed package more readable
      
      * Line formating
      space new line after each lockfile checksum
      
      * Specify ROS distro for rosdep update
      
      * Strip ros distro install fom AMENT_PREFIX_PATH
      to force rosdep to resolve and list apt installed package dependencies
      and to not skip them as if they are in the catkin workspace
      
      * Prevent dpkg from listing all installed pacakge
      when set of dependencies happens to be empty
      
      * Account single entry case AMENT_PREFIX_PATH
      
      * Unset AMENT_PREFIX_PATH if only ros install path
      to prevent rosdep from erroring out on empty var
    • Ruffin's avatar
      Cache ccache folder in CI workspace (#2401) · d2cf200b
      Ruffin authored
      * Cache ccache folder in workspace
      and move ccache_stats command into setup_workspace
      
      * Store ccache logs in colcon build log path
      
      * Updates to cache ccache folder in workspace
  9. Jun 09, 2021
  10. Jun 08, 2021
  11. Jun 02, 2021
  12. May 30, 2021
  13. May 29, 2021
  14. May 28, 2021
  15. May 27, 2021
  16. May 26, 2021
  17. May 25, 2021
  18. May 23, 2021
  19. May 22, 2021
  20. May 21, 2021