Skip to content
Snippets Groups Projects
  1. Aug 31, 2019
  2. Aug 30, 2019
  3. Aug 29, 2019
  4. Aug 28, 2019
  5. Aug 27, 2019
  6. Aug 26, 2019
  7. Aug 24, 2019
  8. Aug 23, 2019
  9. Aug 21, 2019
    • Ruffin's avatar
      Merge pull request #990 from ruffsl/rmw · 5c0dfbe7
      Ruffin authored
      Extend CI Workflow to test multiple RMW
    • Ruffin's avatar
      Migrate image tag to rosplanning repo · 618e642f
      Ruffin authored
    • Dan Rose's avatar
      Rewrite nav2_map_server (#989) · 8b239fb4
      Dan Rose authored
      Add GraphicsMagick API and use it to implement map_saver, map_loader
      Removes dependency on SDL, creates installation dependency on libgraphicsmagick++; apt package libgraphicsmagick++1-dev
      Allows saving in trinary, raw, or scale mode.
      Added configurable image format pgm, png, etc.
      Add warning when using scale mode with opaque format.
      Remove SDL from map server
      Extract repeated MapMode to shared enum class
      Switch writing YAML to same library that reads it (yaml-cpp)
      Add --help alias to map saver -h
      Extract map yaml loading to its own function, with better error messages. Also fixed crash due to misuse of std::string constructor.
      8b239fb4