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
Hi @florian-world,
thanks a lot for making the code publicly available.
If I try to build the package (catkin build x_evaluate) it complains that
Could not find a package configuration file provided by "x" with any of the following names:
xConfig.cmake
x-config.cmake
I guess that this repo is needed: https://github.com/jpl-x/x_events
Is this correct? I did not find it in any requirements file and searched for the headers in google to find it.
After this, the previous error is gone but a new one appears:
Could not find a package configuration file provided by "easy_profiler_catkin" with any of the following names:
easy_profiler_catkinConfig.cmake
easy_profiler_catkin-config.cmake
Sorry for the late reply, this fell through the cracks! Thanks for checking out the code, I will try to compile it from scratch and fix the missing dependencies. Sorry again for the long turn-around time, I'll keep you posted!
Hi @florian-world,
thanks a lot for making the code publicly available.
If I try to build the package (
catkin build x_evaluate
) it complains thatI guess that this repo is needed: https://github.com/jpl-x/x_events
Is this correct? I did not find it in any requirements file and searched for the headers in google to find it.
After this, the previous error is gone but a new one appears:
I tried to import this dependency file: https://github.com/jpl-x/x_events/blob/events/dependencies.yaml, but it seems there is no public access for [email protected]:x/x_external/x_easy_profiler_catkin.git.
Thanks a lot!
The text was updated successfully, but these errors were encountered: