Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. Dec 06, 2018
  3. Dec 05, 2018
    • Matthew Hansen's avatar
      5050df27
    • Carl Delsey's avatar
      Remove the old message filters dependency. (#402) · d61d465f
      Carl Delsey authored
      It is available in base ROS2 now.
      d61d465f
    • Michael Jeronimo's avatar
      Map server params update and refactoring (#265) · 397c573e
      Michael Jeronimo authored
      * Simplify some of the map server code
      * Use a YAML file to configure the map server. This allows the map server to be used as a standalone node or composed with other nodes into a single executable. Also, update the costmap_world_model to make sure its got the latest map
      from the map_server.
      * Rename the factory method to be createMapServer since that's what it's creating
      * Fixes for cpplint/uncrustify
      * Continue to simplify map server
      * Introduce a MapLoader that is used by the MapServer
      * Get the tests working again
      * Change the default resolution to what it was before
      * Add some comments
      * Update README for the map server to be consistent with recent code changes
      * Remove unneeded param from YAML file
      * Start a system YAML file seeded with the map server params
      * Remove obsolete dependency on yaml_cpp_vendor package
      * Reintroduce the factory pattern. Each instance of the map server will load a single map of a particular type. Based on the incoming map type parameter, the map server will create the
      corresponding map loader to load the file.
      * Remove author fields (rely on maintainer fields only)
      * Integrate feedback from the Naviation WG. Split the map-specific parameters and occupancy grid conversion parameters. The map parameters remain in the map YAML file and can reside with the map. The occupancy grid conversion parameters are parameters of the map server node. There can be multiple map nodes, each with different conversion parameters.
      * Update the map server README
      * Update sample YAML files
      * Fix a merge problem after rebasing
      * Update the nav2 launch file
      * Move the map parameters back to the map YAML file
      * Fix unintended change of resolution in YAML file
      * Update README again
      * Clarify a statement in the README
      397c573e
  4. Dec 04, 2018
    • Nick Medveditskov's avatar
      Define USER and BRANCH in the Docker image (#393) · 54243340
      Nick Medveditskov authored
      * Error message if Travis CI is run in a forked environment
      
      * Add USER and BRANCH args in Docker file.  The default behavior has not changed
      
      * Add a condition branch for no PR and master branch - address PR feedback
      54243340
    • Matt Hansen's avatar
      Update nav2_bringup readme for robot (#351) · 155ea875
      Matt Hansen authored
      * Update nav2_bringup readme for robot
      
      This updates the readme with instructions for testing on a robot
      
      * Add 2 launch files for bringup
      
      * Update README for 2 part bringup
      
      * Add setting use_sim_time to README
      
      * Set use_sim_time to true for world_model node
      
      * Update nav2_bringup README
      
      Add notes and safety warnings
      Add more details why use_sim_time must be set dynamically
      Add 'Advanced bringup' instructions
      155ea875
    • Mohammad Haghighipanah's avatar
      Amcl integration test (#388) · 63a33c23
      Mohammad Haghighipanah authored
      * moved amcl's integration test files to nav2_system_tests
      
      * Created CMakeLists for planner
      
      * modified amcl CMake
      
      * added gazebo and static transform to launch file
      
      * modified amcl test to send initial pose and check the amcl pose with tol
      
      * updated the map
      
      * added readme file for localization test
      63a33c23
    • Steven Macenski's avatar
      Port voxel grid, 2D markers and 2D cloud to ROS2 (#349) · a997a8d8
      Steven Macenski authored
      * first stab at porting costmap_2d_markers directly
      
      * finishing up costmap_2d marker and cloud publisher nodes, and fixing some voxel grid porting issues
      
      * adding global publishers to deal with ros2 idl error
      
      * costmap2d pkg missing visualization_msgs dependency
      
      * removing ament target dep. for cloud and marker nodes
      a997a8d8
  5. Dec 01, 2018
  6. Nov 30, 2018
  7. Nov 29, 2018
  8. Nov 28, 2018