We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
CMake Error at CMakeLists.txt:85 (string_camel_case_to_lower_case_underscore): Unknown CMake command "string_camel_case_to_lower_case_underscore".
The text was updated successfully, but these errors were encountered:
I experienced the same issue when I used ros2 iron. My solution was to use ros2 humbe instead.
Sorry, something went wrong.
I found this solution:
index adf0512..e55a567 100644 --- a/rcljava/CMakeLists.txt +++ b/rcljava/CMakeLists.txt @@ -14,6 +14,7 @@ find_package(rmw REQUIRED) find_package(rmw_implementation_cmake REQUIRED) include(CrossCompilingExtra) +include(/opt/ros/jazzy/share/rosidl_cmake/cmake/string_camel_case_to_lower_case_underscore.cmake) if(CMAKE_CROSSCOMPILING) find_host_package(Java COMPONENTS Development REQUIRED)
No branches or pull requests
CMake Error at CMakeLists.txt:85 (string_camel_case_to_lower_case_underscore):
Unknown CMake command "string_camel_case_to_lower_case_underscore".
The text was updated successfully, but these errors were encountered: