Closed alexsloot00 closed 1 year ago
I believe running the 2 lines afterwards, e.g.
cpuCores= "cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}' "
make -j $cpuCores
do solve the problem and the ./test files exist and can be run.
However, visualization does not work in viz_data.sh python3.8 is used, but only python3.7 has been installed. so install python3.8 or change 3.8 to 3.7 in the script should work
Yes, you need to run make
after running cmake
to build the code. Since the ./test
files exist, and you are able to run it, I'll close this bug.
If the issue for visualization persists even after changing the python version, please open a separate bug for it.
In directory wsr_build running