You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Here is the logcat output:
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 !
The text was updated successfully, but these errors were encountered:
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
andgeometry_msgs
and they works.Here is the Run output:
Here is the logcat output:
The package dependency was added into
gradle.properties
underament.dependencies
andament.exec_dependency_paths_in_workspace
.any idea on how to fix this ?
Thank you in advance !
The text was updated successfully, but these errors were encountered: