In your SLAM session directory, create a dedicated Relocalization sub-directory and go in it:

mkdir ./4_relocalization
cd ./4_relocalization

The exwayz_build_static_map.exe expects

Build a map on the merged point cloud created in 6. Merge frames into a dense point cloud with the following command

exwayz_build_static_map -i ../3_merge -s 0.2

As an output, you’ll have in the current directory

Optional parameters

-s The Exwayz map is sampled at -s (in meters) for memory and computing efficiency. It doesn’t mean that the localization will be less accurate than this input resolution. Basically, putting a resolution of 10cm is sufficient to get a 1-2cm accuracy in positionning.