ros-perception / openslam_gmapping

218 stars 206 forks source link

gaussian distribution generator #18

Open elerson opened 7 years ago

elerson commented 7 years ago

In the file: openslam_gmapping/utils/stat.cpp the generator uses drand48 as the seed is been set with srand, it should be srand48. The way it is, the seed is never set.