at-wat / mcl_3dl

A ROS node to perform a probabilistic 3-D/6-DOF localization system for mobile robots with 3-D LIDAR(s). It implements pointcloud based Monte Carlo localization that uses a reference pointcloud as a map.
BSD 3-Clause "New" or "Revised" License
490 stars 117 forks source link

Explicitly specify random_engine instead of default_random_engine #202

Open at-wat opened 6 years ago

DaikiMaekawa commented 4 years ago

FYI: the problem I pointed out still exists because of unspecified template parameter the PR above.