ros2_android_examples
ros2_android_examples copied to clipboard
Example Android apps for the ROS2 Java bindings
How can these examples (or, indeed, any project that uses ros2_android) be built without existing within the ros2_android workspace? I have `ament_java` and `ros2_android` built in their own directories, as...
Error:(20, 29) error: package org.ros2.rcljava.node does not exist
I installed the 2 APKs to the same device and run them together. I expected to see listener can receive the messages sent from talker, but nothing happended, even in...
Hello everybody! First of all thank you very much for sharing your project. I am trying to develope an Android app that works as a publisher node in Ros2. My...