Skip to content
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

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

SamuelLost
Copy link
Contributor

This example demonstrates how to enable ROS2 communication via USB CDC and log output on the ESP32-S2.

@SamuelLost
Copy link
Contributor Author

@pablogs9 could you review my PR? I would like to contribute this example

@pablogs9
Copy link
Member

pablogs9 commented Oct 1, 2024

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?

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]>
@SamuelLost
Copy link
Contributor Author

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?

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]>
@pablogs9
Copy link
Member

pablogs9 commented Oct 2, 2024

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]>
@SamuelLost
Copy link
Contributor Author

The issue was with the CI condition, I made the necessary adjustment and hopefully it won't fail this time.

@pablogs9
Copy link
Member

pablogs9 commented Oct 2, 2024

@mergify backport rolling humble iron

@pablogs9 pablogs9 merged commit c2d581a into micro-ROS:jazzy Oct 2, 2024
9 checks passed
Copy link
Contributor

mergify bot commented Oct 2, 2024

backport rolling humble iron

✅ Backports have been created

@pablogs9
Copy link
Member

pablogs9 commented Oct 2, 2024

@SamuelLost Thanks for the contribution!

mergify bot pushed a commit that referenced this pull request Oct 2, 2024
* 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)
mergify bot pushed a commit that referenced this pull request Oct 2, 2024
* 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)
mergify bot pushed a commit that referenced this pull request Oct 2, 2024
* 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)
pablogs9 pushed a commit that referenced this pull request Oct 2, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants