ros2-java / ros2_java

Java and Android bindings for ROS2
Apache License 2.0
167 stars 92 forks source link

about colcon build #230

Open Etoilesforever opened 1 year ago

Etoilesforever commented 1 year ago

when I run the last step, colon build, it occur CMake Error at CMakeLists . txt :187( find package ): By not providing " Findmimick vendor . cmake " in CMAKE MODULE PATH this project has asked CMake to find a package configuration file provided by " mimick vendor ", but CMake did not find one . Could not find a package configuration file provided by " mimick vendor " with any of the following names : mimick vendorConfig . cmake mimick vendor - config . cmake Add the installation prefix of " mimick vendor " to CMAKE PREFIX PATH or set " mimick vendor DIR " to a directory containing one of the above files . If " mimick vendor " provides a separate development package or SDK , be sure it has been installed .

qaysedc commented 1 year ago

i did get it running with an older version of https://github.com/YasuChiba/ros2-android-test-app

Etoilesforever commented 1 year ago

May I know what this is for?