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
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
@Mohamed-Sejid, all pull requests must be targeted towards the rolling development branch.
Once merged into rolling, it is possible to backport to humble, but it must be in rolling
to have these changes reflected in new distributions.
Can be ignored for this PR as it's essentially a backport.
I think the intention behind not backporting it before was to avoid a maintenance burden.
That should no longer be a problem, as 3 of us are maintaining the software right now. Additionally, Humble is going to stay for another year.
Perhaps we should just reopen #263 instead.
I think the intention behind not backporting it before was to avoid a maintenance burden. That should no longer be a problem, as 3 of us are maintaining the software right now. Additionally, Humble is going to stay for another year. Perhaps we should just reopen #263 instead.
OK. I will check the differences between this PR and the original backport.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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