Closed fratopa closed 1 year ago
Really thanks for your contribution! I have merged your code into a new branch call ubuntu20, sorry for my late reply. In fact I already solved the problem before by adding the variables into the "shared{}", but you solution also worked! Thanks again!
Hi! I and at least another user had a few problems compiling your repo. I changed every instance of
#include <Eigen/
to#include <eigen3/Eigen/
and every instance ofdefault(none)
to/*default(none)*/
in order to compile correctly.Furthermore, having compiled and run a few of the examples I noticed that i couldn't visualize the point-cloud coming from the sensor on Rviz. To solve the problem I changed every instance of
/world
intoworld
.Now everything works correctly, thanks again for having shared your code!