You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: