Skip to content

Build desktop packages: #231

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

Open
Etoilesforever opened this issue Apr 7, 2023 · 2 comments
Open

Build desktop packages: #231

Etoilesforever opened this issue Apr 7, 2023 · 2 comments

Comments

@Etoilesforever
Copy link

CMake Error at CMakeLists.txt:85 (string_camel_case_to_lower_case_underscore):
Unknown CMake command "string_camel_case_to_lower_case_underscore".

@joshuakimrub
Copy link

I experienced the same issue when I used ros2 iron. My solution was to use ros2 humbe instead.

@ChristophSchwanke
Copy link

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)

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

3 participants