You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Soar via apt would actually greatly improve the usability of soar_ros, since the installation of Soar currently works via CMakes FetchContent capabilities, but does not automatically install dependencies of Soar. The idiomatic way to resolve this in ROS2 would be to install Soar as a system dependency via rosdep for all Debian based systems. rosdep fetches from apt repositories in the background, according to the yaml rosdep specification.
CMake supports the generation of deb packages via CPack generators, once #523 is merged, the preliminary steps for generating a deb package should be available.
Inspired by #467, unless this is already possible.
The text was updated successfully, but these errors were encountered: