ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found the mistake. According to the gradle manual, a repository had to be set. I added

repositories {
   mavenLocal()
   maven {
     url 'http://robotbrains.hideho.org/nexus/content/groups/ros-public'
   }
 }

and now it can find the dependencies.