Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 07, 2019
  3. Aug 06, 2019
  4. Aug 05, 2019
  5. Aug 03, 2019
  6. Jul 31, 2019
  7. Jul 30, 2019
  8. Jul 27, 2019
  9. Jul 26, 2019
    • Carl Delsey's avatar
      Fixing typo in dependencies (#982) · c97e19f9
      Carl Delsey authored
      * Fixing typo in dependencies
      
      * Also remove some duplicate dependencies
      
      * Fixing robot_state_publisher dependency
      c97e19f9
    • Melih Erdogan's avatar
      fix linter failures in Rviz plugin (#979) · 742f53f4
      Melih Erdogan authored
      * I added a timeout to spin_until_future_complete, so rviz doesn't get frozen if something goes wrong in the navigation stack. I did some changes in the start navigation; - changed the funtion type to boolean - added returns to the funtion, so it will return false if something goes wrong. I changed goal_tool added a if statement to check if start_navigation doesn't return false before calling any other functions in goal_tool
      
      * made the code cleaner and changed the error messages. Reduced the timeout value to 3 seconds. The timeouts will be parametrized in the future.
      
      * added timeout parameter
      
      * Update navigation_dialog.cpp
      
      * Update navigation_dialog.hpp
      
      * Update navigation_dialog.cpp
      
      * Update navigation_dialog.hpp
      742f53f4
  10. Jul 25, 2019
    • Steven Macenski's avatar
      Merge pull request #962 from SteveMacenski/build_dep · 25e91892
      Steven Macenski authored
      Build tools - Run build_all.sh from any nested repo workspace & rename dependencies workspace for "nav" autocomplete
      25e91892
    • Melih Erdogan's avatar
      Nav2-rviz-plugin changes. (#937) · 5816733b
      Melih Erdogan authored
      * I added a timeout to spin_until_future_complete, so rviz doesn't get frozen if something goes wrong in the navigation stack. I did some changes in the start navigation; - changed the funtion type to boolean - added returns to the funtion, so it will return false if something goes wrong. I changed goal_tool added a if statement to check if start_navigation doesn't return false before calling any other functions in goal_tool
      
      * made the code cleaner and changed the error messages. Reduced the timeout value to 3 seconds. The timeouts will be parametrized in the future.
      
      * added timeout parameter
      5816733b
  11. Jul 24, 2019
  12. Jul 23, 2019
  13. Jul 20, 2019
  14. Jul 19, 2019
  15. Jul 18, 2019
  16. Jul 17, 2019
    • Steven Macenski's avatar
      Merge pull request #940 from SteveMacenski/remove_old_maintainers · 054a4bf4
      Steven Macenski authored
      removing old maintainers from navigation1
      054a4bf4
    • Dan Rose's avatar
      Switch from map service to topic (#885) · d147f979
      Dan Rose authored
      * Add parameter to disable map server
      
      * Move parameter check to getParameters
      
      * Uncrustify
      
      * Don't mark static layer as current until we have a map
      
      * Make sure static layer gets initialized
      
      Make sure static layer gets initialized, even with an empty layer, so it doesn't crash if you disable the map service and enable the obstacle layer
      
      * remove map service from static layer
      
      Only use map topic instead
      Subscribe to map topic with default transient local volatility
      Add parameter "map_subscribe_transient_local" (default=true) for backwards compatibility with volatile publishers
      
      * Change AMCL to use only the map topic, not map service
      
      * remove now-unused MapServiceClient
      
      * uncrustify
      
      * only set current_=true when first map received
      
      * Fix nav2_costmap inflation tests.
      
      * Fixing collision tester test.
      
      * Revert "uncrustify"
      
      This reverts commit 82f88a73006d8c696625c1ce8327659654745627.
      This uncrustify failure is enforced differently depending on whether
      we are on the dashing branch or on the master branch. This particular
      commit is only appropriate on the dashing branch, but is already present
      there.
      d147f979
    • Steven Macenski's avatar
      69d0aea8
  17. Jul 16, 2019