To run and build:
- From your Structure Core SDK download, copy the .so library from:
Libraries/Structure/Linux/x86_64 to lib/libStructure.so
- Copy the ST folder from
Libaries/Shared/Headers to include/ST
into this repo.
Then run:
-
source /opt/ros/DISTRO/setup.bash (source /opt/ros/kinetic/setup.bash or source /opt/ros/melodic/setup.bash)
-
catkin_make -DCMAKE_BUILD_TYPE=Release
Release is important or the code will not optimize correctly and may crash or run very poorly.