Skip to content
Snippets Groups Projects
  1. Oct 26, 2019
  2. Oct 25, 2019
  3. Oct 24, 2019
  4. Oct 23, 2019
  5. Oct 22, 2019
    • Shivang Patel's avatar
      Doc map server (#1262) · 46b0ed9e
      Shivang Patel authored and Steven Macenski's avatar Steven Macenski committed
      * Add doxygen documentation to nav2_map_server header files
      
      - Add doxygen documentation to map_saver.hpp
      - Add doxygen documentation to map_mode.hpp
      - Add doxygen documentation to occ_grid_loader.hpp
      - Add doxygen documentation to map_server.hpp
      
      * Fixed linter errors
      
      * Fixed typos as per the PR feedback
      
      * Fixed copyright headers
      
      - Replace blocks with double forward slash
      46b0ed9e
    • Carl Delsey's avatar
      Migrate to Behavior Tree V3. (#1251) · ce23b5ec
      Carl Delsey authored
      * Switch build files to new library
      
      * Remove reference to non-existent header files
      
      * Code compiles with bt_v3
      
      * Fix compilation of nav2_bt_navigator package
      
      * Fix semantic differences
      
      * Clean up code
      
      * Fix false positive linter error on use of non-std set.
      ce23b5ec
    • Carlos A. Orduno's avatar
      Adding single-terminal launch instructions (#1260) · 5d1f8768
      Carlos A. Orduno authored
      Adding instructions (for advanced users) for launching the simulation stack on a single terminal, including the multi-robot example.
      5d1f8768
    • Carlos A. Orduno's avatar
      Refactor system tests and add multi-robot testing (#1243) · 5d1319ee
      Carlos A. Orduno authored
      * Generalized tester node (NavTester) to handle an arbitrary number of robots.
      * Created a test that runs two robots in parallel to test multi-robot capability.
      * Added TB3 model files needed for running tests on ROS build farm.
      * Updated spawn_robot to accept any robot sdf description.
      * Re-using some launch files used in `nav2_bringup`.
      5d1319ee
    • Carlos A. Orduno's avatar
      Adding CI Test with obstacle not considered on the map (#1259) · caea1d2c
      Carlos A. Orduno authored
      Adding a test that uses a world with a stationary obstacle that is not present on the map and that is blocking the preferred path. This is intended to test the obstacle layer. The robot should find an alternate path.
      caea1d2c
    • Melih Erdogan's avatar
      Updated tutorial image links (#1265) · f72007e2
      Melih Erdogan authored
      * updated image links in tb3 tutorials
      
      * changed a misleading image name
      
      * some minor edits in the tutorials
      
      * added image descriptions
      f72007e2