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

Commits on Oct 1, 2024

  1. 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]>
    SamuelLost committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d9d6135 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add build for int32_publisher_custom_transport_usbcdc example to the …

    …CI workflow
    
    Signed-off-by: Samuel Henrique Guimarães Alencar <[email protected]>
    SamuelLost committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    57ccc61 View commit details
    Browse the repository at this point in the history
  2. 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]>
    SamuelLost committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    72785a3 View commit details
    Browse the repository at this point in the history