Help building the package
Hello I am currently trying to build the package by following the instructions on the READ.ME document. But when I try to build the package I get the following error message in the terminal as well as the logs:
"CMake Error at CMakeLists.txt:61 (find_package): By not providing "FindCoppeliaSim.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "CoppeliaSim", but CMake did not find one.
Could not find a package configuration file provided by "CoppeliaSim" (requested version 4.5.1.7) with any of the following names:
CoppeliaSimConfig.cmake
coppeliasim-config.cmake
Add the installation prefix of "CoppeliaSim" to CMAKE_PREFIX_PATH or set "CoppeliaSim_DIR" to a directory containing one of the above files. If "CoppeliaSim" provides a separate development package or SDK, be sure it has been installed."
This is the line in the CMakeLists file where the building process of the package fails. "find_package(CoppeliaSim 4.5.1.7 REQUIRED)"
I'm using robostack on an Ubuntu 22.04 OS I don't really know much about ROS2 since I'm setting up the environment for the first time really