1. 05 4月, 2017 1 次提交
  2. 05 11月, 2016 1 次提交
    • K
      Add nodelet implementation. (#41) · d1cda26c
      Kevin Wells 提交于
      * Add nodelet implementation.
      
      Add additional nodelet layer to mirror the node
      implementation. This allows the Slam GMapping
      library to be run as a nodelet instead. This
      would allow you to, for example, run it under
      the same nodelet manager as the nodelet producing
      the /scan output for greater efficiency.
      
      * Remove superfluous semicolons
      
      Removed superfluous semicolons and
      mildly clarified info stream output.
      d1cda26c
  3. 20 9月, 2016 1 次提交
  4. 31 7月, 2015 6 次提交
  5. 29 7月, 2015 2 次提交
  6. 25 7月, 2015 4 次提交
  7. 04 7月, 2015 3 次提交
  8. 30 6月, 2015 2 次提交
  9. 26 6月, 2015 3 次提交
  10. 18 6月, 2015 3 次提交
  11. 14 5月, 2015 2 次提交
  12. 27 4月, 2015 2 次提交
  13. 26 4月, 2015 1 次提交
  14. 15 4月, 2015 2 次提交
  15. 17 3月, 2015 1 次提交
  16. 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
  17. 01 12月, 2014 4 次提交