ros2_java icon indicating copy to clipboard operation
ros2_java copied to clipboard

Java and Android bindings for ROS2

Results 66 ros2_java issues
Sort by recently updated
recently updated
newest added

Create maven repo for ros2 java for easy install packages in android like there is in ros java: https://github.com/rosjava/rosjava_mvn_repo

if we use this verison, build will pass but will cause the talker/listener example apk excute and crash.

I have two questions. 1. The ros2 android sample app is buildable only on certain Android environments. (ndk: 16r, sdk: platform-21 (android N), Gradle 3.3 ..) If the Gradle version...

question

Hi all, I compile the ros2_java_android.repos with colcon: the official build system for ros2. How I can compile ament_java projects and ament_android projects with colcon? Thanks for your help.

enhancement

In short, I think it is more intuitive for users to reference Request, Response, Goal, Feedback, and Result interfaces as members of the top-level interface instead of having them as...

enhancement

Hi, When I use the RCLJava Interfaces, I have a doubt about rclJavaInit API. There are several APIs with simple verb name. ```Java public static boolean isInitialized() public static boolean...

enhancement
question

There has been some work in https://github.com/osrf/ros2_java to add support for extra ros2 features: - Improved parameters API - NodeOptions - Improvements in Time (see https://github.com/ros2-java/ros2_java/issues/122) - Support for rcl...

enhancement

Hello A few days ago, I started to try Android for my own application. I built it according to the script on dashing branch。but it always failed. [100%] Built target...

question