ahmadnav
ahmadnav
I have double checked that the package mimick_vendor has been installed, I have tried - Installing mickicj by itself and sourcing it - Setting the mimick_vendor_DIR path my self to...
This error can be resolved by setting the following in cmake, after making mimick_vendor from source set(mimick_vendor_DIR /home/ros2_android_dep/install/mimick_vendor/share/mimick_vendor/cmake) set(mimick_DIR /home/ros2_android_dep/install/mimick_vendor/lib/cmake/mimick/)
> I presume you are following the build instructions for Android, is this correct? > > We worked around the issue with mimick in our CI by not building tests...
I have gotten the same issue with spdlog_vendor, will update when I find the solution. After setting -Dspdlog_vendor_DIR=/opt/ros/galactic/share/spdlog_vendor/cmake the error than changes to CMake Error at CMakeLists.txt:19 (find_package): By not...
> We shouldn't need spdlog as I'm pretty sure we're not relying on `rcl_logging`. > > I'll try going through the Android setup myself and see if I can update...
@jacobperron --- stderr: rcl CMake Error at cmake/get_default_rcl_logging_implementation.cmake:43 (find_package): By not providing "Findrcl_logging_spdlog.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "rcl_logging_spdlog", but...
As for the asio.hpp issue you need to git submodule update --init --recursive within the Fast-DDS directory, to get the asio libraries under thirdparty (which are currently link folders so...
@jacobperron I can't seem to find a solution to the spd log issue. Not sure why spdlog_vendor requires spdlog as well EDIT set(RCL_LOGGING_IMPLEMENTATION rcl_logging_noop) in rcl CMAKE removes this dependency...
Caused by: org.ros2.rcljava.exceptions.RCLException: Failed to init context options: failed to find shared library of rmw implementation. Searched rmw_fastrtps_cpp, at /home/loacaladmin/ros2_android_ws/src/ros2/rmw_implementation/rmw_implementation/src/functions.cpp:135, at /home/loacaladmin/ros2_android_ws/src/ros2/rcl/rcl/src/rcl/init_options.c:55 This is it running as default the std::string...
> @ahmadnav > I had the same problem when I created a test app in Dashing. > > I don't know if this is the correct fix, as I haven't...