Skip to content
Snippets Groups Projects
  1. Jan 30, 2019
  2. Jan 21, 2019
  3. Jan 18, 2019
  4. Jan 17, 2019
  5. Jan 16, 2019
    • Michael Grupp's avatar
      Don't run final optimization in visualize_pbstream.launch (#1157) · 0d65d13c
      Michael Grupp authored
      * Don't run final optimization in visualize_pbstream.launch
      
      Replaces the offline node with the normal node.
      
      The problem is that the offline node immediately runs a final
      optimization with `visualize_pbstream.lua`, which is most likely not the
      configuration that was used to generate the pbstream. This can lead to
      effects like distortions in the map e.g. due to different weights, even
      though the actual saved state is fine.
      
      * Drop all /echoes or /imu messages.
      
      * Use -start_trajectory_with_default_topics=false
      0d65d13c
  6. Dec 18, 2018
  7. Dec 12, 2018
  8. Dec 06, 2018
  9. Nov 15, 2018
  10. Nov 07, 2018
  11. Nov 06, 2018
    • Matthias Loebach's avatar
      Only include correct source files in cmake (#1085) · c4933695
      Matthias Loebach authored
      This fixes #1050. Tested standalone compilation and with the debian fakeroot tool. I had to build with a custom Protobuf3 instance though, so another build-check on a regular setup would be appreciated.
      
      Before this change all *.cc files would be included. If subprojects
      were run individually with the Debian package generator. This resulted in an
      inclusion of temporarily checked out *.cc from the abseil include. This
      change fixes the import behaviour and enables the creation of a valid
      package.
      c4933695
    • Michael Grupp's avatar
      Update /write_state call in assets writer docs. (#1087) · d0871210
      Michael Grupp authored
      * Update /write_state call in assets writer docs.
      
      Follow-up to #966
      Closes #1086
      
      * typo
      
      * bump googlebot
      d0871210
  12. Nov 05, 2018
    • Florent Revest's avatar
      Rework the documentation as a step-by-step guide (#952) · ba332913
      Florent Revest authored
      This restructures the doc as a tutorial leading newcomers to becoming experimented users.
      
      It adds pages on:
       - how to get started with Cartographer on a new .bag
       - how Cartographer works and can be tuned step-by-step
       - how to use "extra" features of Cartographer
       - how to contribute to Cartographer
      
      It also provides some cosmethic changes with: new titles, non-indented code blocks, various illustrations, reworked paragraphs for clarity...
      ba332913
  13. Oct 30, 2018
  14. Oct 26, 2018
  15. Oct 25, 2018
  16. Oct 19, 2018
  17. Oct 17, 2018
  18. Oct 15, 2018
  19. Oct 10, 2018
    • Alireza's avatar
      fix: Use an explicit message_counter instead of using `std::distance` (#1045) · 5f2dff9d
      Alireza authored
      As @ojura reported and explained in #940, there is a critical issue with the new changes introduced in the mentioned PR, which significantly slows down the offline node. 
      - The reason of this problem was that In order to count the number of processed messages the `std::distance` function was used which is computationally expensive(O(n)).
      - Instead, the former `log_counter_` and now `message_counter_` class variable which was used to print a message every X seconds is also employed to count the number of the processed (and also skipped) messages.
      5f2dff9d
  20. Oct 04, 2018
  21. Sep 27, 2018
  22. Sep 26, 2018
  23. Sep 19, 2018
  24. Sep 13, 2018
  25. Aug 29, 2018
  26. Aug 28, 2018
    • Sebastian Klose's avatar
      Removing unless from argument (#994) · 744c03a3
      Sebastian Klose authored
      The roslaunch API throws an exception if setting the argument but not using it. 
      This now forces any including launch files to provide an argument for it, even if it might not be used in the `no_rviz` case.
      744c03a3
  27. Aug 27, 2018
  28. Aug 13, 2018
  29. Aug 08, 2018
  30. Aug 07, 2018