ros2_android_examples icon indicating copy to clipboard operation
ros2_android_examples copied to clipboard

sensor_msgs package is broken

Open AviKenz opened this issue 4 years ago • 0 comments

Hello ! I CANT create any object of class sensor_msgs (Image, CompressedImage, Temperature tested). The app crash when loading type support: sensor_msgs_msg__temperature__jni__rosidl_typesupport_c. I tested other packages like std_msgs and geometry_msgs and they works.

Here is the Run output: crash error2

Here is the logcat output: logcat

The package dependency was added into gradle.properties under ament.dependencies and ament.exec_dependency_paths_in_workspace. any idea on how to fix this ?

Thank you in advance !

AviKenz avatar Jul 23 '20 10:07 AviKenz