ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'm not sure, but I think you're missing a dependency declaration on sensor_msgs
. You need to add it in both your manifest (package.xml
) as well as the gradle build file. See the Depending On section on the rosjava/Messages wiki page.
2 | No.2 Revision |
I'm not sure, but I think you're missing a dependency declaration on sensor_msgs
. You need to add it in both your manifest (package.xml
) as well as the gradle build build.gradle
file. See the Depending On section on the rosjava/Messages wiki page.
3 | No.3 Revision |
I'm not sure, but I think you're missing a dependency declaration on sensor_msgs
. You need to add it in both your manifest (package.xml
) as well as the gradle build.gradle
file. See the Depending On section on the rosjava/Messages wiki page.
Edit: PS: I might not understand your description completely, but does the android_sensors_driver (store link) not do this?