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
I've working on it for hours, have no idea how to subscribe to a image topic, but I've successes on publish an image topic on micro ros. Even if I let subscription_callback() do nothing the rclc_executor_spin_some will still returns RMW_RET_ERROR.
Issue template
Steps to reproduce the issue
Expected behavior
I want a subscriber listen to a image topic.
Actual behavior
rclc_executor_spin_some returns RMW_RET_ERROR.
Additional information
I've working on it for hours, have no idea how to subscribe to a image topic, but I've successes on publish an image topic on micro ros. Even if I let subscription_callback() do nothing the rclc_executor_spin_some will still returns RMW_RET_ERROR.
here is my code on subscribe an image topic :
The text was updated successfully, but these errors were encountered: