You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This is just simple cmake code, so possibilities for problems are pretty small. The only thing I can think of right now is that gradlew is simply nonexistant at the root of a catkin_create_rosjava_package'd package.
This would imply the code used to generate gradlew may not be working.
Louise can you confirm that there is no gradlew there after you catkin_create_rosjava_package?
The text was updated successfully, but these errors were encountered:
Ok I created the package following Louise's advice. Now after running catkin_make, I still get errors, but the good news there is gradlew in the package.
This is just simple cmake code, so possibilities for problems are pretty small. The only thing I can think of right now is that
gradlew
is simply nonexistant at the root of acatkin_create_rosjava_package
'd package.This would imply the code used to generate gradlew may not be working.
Louise
can you confirm that there is no gradlew there after youcatkin_create_rosjava_package
?The text was updated successfully, but these errors were encountered: