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

use newest master cause > Could not find a package configuration file provided by > "unique_identifier_msgs"

Follow up to https://github.com/ros2-java/ros2_java/pull/96. We might be able to leverage some existing GitHub action to add CI for Android ([for example](https://github.com/marketplace/actions/gradle-android)).

enhancement

Follow up to https://github.com/ros2-java/ros2_java/pull/96. We should be able to leverage the same ros-tooling GitHub action to add Windows CI for Dashing onward.

enhancement

Added test_interface_files repo to make the test_msgs build in dashing.

Let's make a tag for bouncy and get it working as an overlay on a bouncy binary release.

enhancement

Hi, I am currently building an app that targets android api 30+ with ros2_java. However, for some reason I cannot get ros2 talker and listener nodes to communicate in api...

With reference to this issue https://github.com/ros2-java/ros2_java/issues/132 The crash message **JNI ERROR (app bug): expected jbyte but got value of 206 as argument 1 to void java.lang.Byte.(byte)** The crash message on...

Finished > ament_cmake_export_jars Starting >>> ament_cmake_export_jni_libraries Finished > rcljava_common Finished

Hello everyone, Is it possible to use Cyclone DDS instead of Fastrtps on Android?

When I compiled my project with "colcon build",it failed.I found error info in 'stdout_stderr.log': * What went wrong: Execution failed for task ':compileJava'. Configuration with name 'compile' not found. And...