Draft
Conversation
pablogs9
commented
Nov 15, 2021
| git clone -b foxy https://github.com/eProsima/Micro-CDR src/Micro-CDR | ||
| git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client | ||
| git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR | ||
| git clone -b feature/run_session_until_one_stream https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client |
Member
Author
There was a problem hiding this comment.
Suggested change
| git clone -b feature/run_session_until_one_stream https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client | |
| git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client |
Static memory analysisDefault configuration MTU: 512 B
TOTAL: 34632 B |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR allows the advance configuration of used XRCE-DDS Streams in the micro-ROS entities (pub/sub). By using this, along with the proper XRCE-DDS Client configuration, priorities in data streams can be controlled.
Client & Service are not implemented due to the lack of options at RMW interface layer.
Depends on: eProsima/Micro-XRCE-DDS-Client#285
TODO: