Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. Jun 04, 2019
  3. Jun 01, 2019
  4. May 17, 2019
  5. May 16, 2019
    • Steven Macenski's avatar
      Remove simple navigator (#721) · af6b8cdd
      Steven Macenski authored
      * remove simple navigator in factor of behavior tree
      
      * removing things that depend on simple_navigator
      
      * Fix line issue
      af6b8cdd
    • Carl Delsey's avatar
      Cleaning up warnings and errors detected by clang. (#658) · 90f12bc1
      Carl Delsey authored
      * Removing unused variables.
      
      * Pass a floating point value to log print instead of Duration object.
      
      * Another unused variable.
      
      * Removing incorrect use of std::move.
      
      * Fixing inheritance problems.
      
      * Negation needed to be outside of parens. Order of operation error
      
      * diagnostic state was never pushed.
      
      * Disable folding constant warning in eig3.c file. It's used all over.
      
      * Refactor nav2_util CMake structure to allow disabling warnings on just one directory.