-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add int32_publisher_custom_transport_usbcdc example #255
Conversation
@pablogs9 could you review my PR? I would like to contribute this example |
Hello @SamuelLost, thanks for the contribution but I have no time to test it. Could you somehow add it to the CI so we can ensure it builds correctly? |
53284df
to
294bca3
Compare
This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2. Reviewed-by: Leandro Mendes do Santos <[email protected]> Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]>
294bca3
to
d9d6135
Compare
Hello, thanks for the feedback! I'll try to add it to the CI to ensure it builds correctly. |
…CI workflow Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]>
It seems that the new example is failing in CI |
- Updated conditional logic to ensure builds are triggered only when idf_target is either 'esp32s2' or 'esp32s3' and idf_version is 'espressif/idf:release-v5.2'. Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]>
The issue was with the CI condition, I made the necessary adjustment and hopefully it won't fail this time. |
@mergify backport rolling humble iron |
✅ Backports have been created
|
@SamuelLost Thanks for the contribution! |
* Add int32_publisher_custom_transport_usbcdc example This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2. Reviewed-by: Leandro Mendes do Santos <[email protected]> Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Add build for int32_publisher_custom_transport_usbcdc example to the CI workflow Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Fix CI condition for int32_publisher_custom_transport_usbcdc example - Updated conditional logic to ensure builds are triggered only when idf_target is either 'esp32s2' or 'esp32s3' and idf_version is 'espressif/idf:release-v5.2'. Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> --------- Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> (cherry picked from commit c2d581a)
* Add int32_publisher_custom_transport_usbcdc example This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2. Reviewed-by: Leandro Mendes do Santos <[email protected]> Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Add build for int32_publisher_custom_transport_usbcdc example to the CI workflow Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Fix CI condition for int32_publisher_custom_transport_usbcdc example - Updated conditional logic to ensure builds are triggered only when idf_target is either 'esp32s2' or 'esp32s3' and idf_version is 'espressif/idf:release-v5.2'. Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> --------- Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> (cherry picked from commit c2d581a)
* Add int32_publisher_custom_transport_usbcdc example This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2. Reviewed-by: Leandro Mendes do Santos <[email protected]> Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Add build for int32_publisher_custom_transport_usbcdc example to the CI workflow Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Fix CI condition for int32_publisher_custom_transport_usbcdc example - Updated conditional logic to ensure builds are triggered only when idf_target is either 'esp32s2' or 'esp32s3' and idf_version is 'espressif/idf:release-v5.2'. Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> --------- Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> (cherry picked from commit c2d581a)
* Add int32_publisher_custom_transport_usbcdc example This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2. Reviewed-by: Leandro Mendes do Santos <[email protected]> Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Add build for int32_publisher_custom_transport_usbcdc example to the CI workflow Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> * Fix CI condition for int32_publisher_custom_transport_usbcdc example - Updated conditional logic to ensure builds are triggered only when idf_target is either 'esp32s2' or 'esp32s3' and idf_version is 'espressif/idf:release-v5.2'. Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> --------- Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]> (cherry picked from commit c2d581a) Co-authored-by: Samuel Henrique <[email protected]>
This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2.