ros2-java / ros2_java

Java and Android bindings for ROS2
Apache License 2.0
162 stars 91 forks source link

stderr: fastrtps #241

Open xuecq236 opened 1 week ago

xuecq236 commented 1 week ago

stderr: fastrtps CMake Error at CMakeLists.txt:231 (find_package): By not providing "Findfoonathan_memory.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "foonathan_memory", but CMake did not find one.

Could not find a package configuration file provided by "foonathan_memory" with any of the following names:

foonathan_memoryConfig.cmake
foonathan_memory-config.cmake

Add the installation prefix of "foonathan_memory" to CMAKE_PREFIX_PATH or set "foonathan_memory_DIR" to a directory containing one of the above files. If "foonathan_memory" provides a separate development package or SDK, be sure it has been installed.

ubuntu 22.04 ndk 21e android api 26

colcon build for android ,How should I solve it 截图 2024-06-20 18-44-21

xuecq236 commented 1 week ago

Solved, can be closed