1. 20 9月, 2016 1 次提交
  2. 31 7月, 2015 6 次提交
  3. 29 7月, 2015 2 次提交
  4. 25 7月, 2015 4 次提交
  5. 04 7月, 2015 3 次提交
  6. 30 6月, 2015 2 次提交
  7. 26 6月, 2015 3 次提交
  8. 18 6月, 2015 3 次提交
  9. 14 5月, 2015 2 次提交
  10. 27 4月, 2015 2 次提交
  11. 26 4月, 2015 1 次提交
  12. 15 4月, 2015 2 次提交
  13. 17 3月, 2015 1 次提交
  14. 10 3月, 2015 2 次提交
    • L
      [new feature] replay on bag file · f0b405cc
      Laurent GEORGE 提交于
      The aim is to provide a way to get exactly the same map after running
      gmapping multiple times on the same rosbag file. It wasn't possible with the
      tool 'rosbag play', indeed one missing laser scan could provide really
      different results.
      
      Moreover, this modification allow to process rosbag offline at the maximum
      speed with the guarantee that all lasers scans are processed. It is
       useful in automatic tests and when finding optimal gmapping parameters with a script.
      
      Example usage:
          rosrun gmapping slam_gmapping_replay --scan_topic=/scan --bag_filename=/tmp/in.bag _particles:=100 _maxUrange:=10
      
      more options:
          rosrun gmapping slam_gmapping_replay --help
      f0b405cc
    • L
      spliting init and constructor · eb15d185
      Laurent GEORGE 提交于
      The objective is to allow future handling of replay offline rosbag files.
      This commit also add a variable for the seed, with the objective is to allow to
      have repeateable run (for future offline rosbag replay)
      eb15d185
  15. 01 12月, 2014 4 次提交
  16. 29 8月, 2014 2 次提交