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
Burn the given Arduino IDE code to the ESP32 CAM module, the camera is OV2640. Put the WiFi credentials also, and put your ROS2 terminal IP address in the code.
One thing you can do to start debugging is run the Agent with the argument -v 6. This level of verbosity will show you the data received from the micro-ROS client, and that way you can check if the data is arriving to the agent or not.
Issue template
Steps to reproduce the issue
Expected behavior
The topics data shall be visible under this command:
$ ros2 topic echo /esp32_cam/image
Actual behavior
The output is blank from above command
Additional information
The text was updated successfully, but these errors were encountered: