Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RockConfig.cmake ? #19

Open
gl-yziquel opened this issue Jun 12, 2024 · 3 comments
Open

RockConfig.cmake ? #19

gl-yziquel opened this issue Jun 12, 2024 · 3 comments

Comments

@gl-yziquel
Copy link

I tried a quick cmake build invocation. As there are no specific build instructions, I just tried a vanilla cmake -S . -B build followed by cmake --build build.

It fails because it doesn't know where to find RockConfig.cmake.

Where is it ?

@planthaber
Copy link
Member

The lib is part of the rock framework (https://rock-robotics.org).

You can find Rock.cmake in this repo: https://github.com/rock-core/base-cmake.

Just set a CMAKE_MODULE_PATH to the modules folder.

@gl-yziquel
Copy link
Author

The lib is part of the rock framework (https://rock-robotics.org).

You can find Rock.cmake in this repo: https://github.com/rock-core/base-cmake.

Just set a CMAKE_MODULE_PATH to the modules folder.

Thanks !

(A quick info about this in the README.md about that would also be nice.)

@planthaber
Copy link
Member

FYI: we just released our newer motion path plannig lib on github:

https://github.com/dfki-ric/ugv_nav4d

The ros2 node is about to be published here soon:
https://github.com/dfki-ric/ugv_nav4d_ros2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants