-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to find clearpath_platform_msg package #85
Comments
@iamkashish did you use |
Thank you for the fast response @tonybaltovski .
|
Is your rosdep working at all? It looks like you can't really find anything, not just Clearpath specific packages. |
I don't know what happened last time because just now I tried again and it installed ros-humble-clearpath-platform-msgs But now while doing
|
We are working a release at the moment. You are going to needed to install the messages from source as well because there was a change to them. |
@tonybaltovski I know it's not a right question to ask but I have to plan my project accordingly, so can I know what is the |
@iamkashish was just released. |
I'm having the same above quoted errors |
Have you updated your packages? Messages should be on |
Yes, I updated the packages. I have the messages but the error is about 'needs_reset' (e.g. has no member named needs_reset)
Cleaned the workspace. Then rebuild again. I get below errors Error:
|
Can you post the full build log please? |
This is the full build log. |
I had the same issue and I have been able to solve it by removing the messages package installed by rosdep (version 0.2) with this command: And then cloning the repository which contains the version 0.3: |
@iamkashish I was looking for underlay workspaces but that wasn't captured in your output. The error is due to building against 0.2 version of messages but the CI builds this from source and was successful. Using the OSRFs main package server, it fails with the same way but the testing passes. You can switch to testing and not build from source. Also, you can add the Clearpath package server which usually has more update-to-date packages. |
Closing due to inactivity. Please feel free to re-open if issue persists. |
I'm using humble branch of this repository on Ubuntu 22.04 and with ROS 2 humble.
While doing
colcon build
:--- stderr: clearpath_platform
CMake Error at CMakeLists.txt:18 (find_package):
By not providing "Findclearpath_platform_msgs.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "clearpath_platform_msgs", but CMake did not find one.
Could not find a package configuration file provided by
"clearpath_platform_msgs" with any of the following names:
Add the installation prefix of "clearpath_platform_msgs" to
CMAKE_PREFIX_PATH or set "clearpath_platform_msgs_DIR" to a directory
containing one of the above files. If "clearpath_platform_msgs" provides a
separate development package or SDK, be sure it has been installed.
Failed <<< clearpath_platform [1.36s, exited with code 1]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Then, I checked there is no folder named clearpath_platform_msgs. Also I tried making using the humble_msgs from https://github.com/husky/husky.git but it ends up with other issues.
The text was updated successfully, but these errors were encountered: