Add USB CDC transport example for ESP-IDF (Humble)#307
Conversation
|
Can be ignored for this PR as it's essentially a backport. |
|
🤔 Do we actually want to add this? It was intentionally not added to humble before. #263 (comment) Currently, CI builds this example on humble. We can make it skip that. |
|
I think the intention behind not backporting it before was to avoid a maintenance burden. |
OK. I will check the differences between this PR and the original backport. |
|
According to Mohamed-Sejid, this PR should be based on kilted. I have confirmed that the original backport is completely consistent with the current @Mohamed-Sejid, would you mind re-editing this to keep the code as consistent as possible with kilted, retaining only the necessary changes? Alternatively, I can do it myself. |
|
Tick the box to add this pull request to the merge queue (same as
|
|
Since I haven't received a response for a while, I'll continue working on this branch. I need to add CI tests for this example. But since this branch is several commits behind and the |
4628823 to
9647f3b
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
|
The example currently added is essentially the same as the one in the original backport or on the kilted branch. Only the following changes have been made:
|
|
Could you move the README information to a separate PR targeted to rolling? That would make it easier to backport those changes to all distros. |
Co-authored-by: Narukara <narukara@foxmail.com>
Moved to #360 |
adds a micro-ROS example for the ESP-IDF environment on the humble branch on how to use the USB CDC transport for communication in the same way that the examples are available on the kilted branch