-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bump version number to 2.0.0 #58
Merged
Merged
Conversation
This file contains 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
This reverts commit af01ced.
* Add integration test for client to agent ping * Undo the availibity typo for now * Match client version using new tag to avoid client cloning duplication
* Initial test * Revert tag to develop
* Update * Update tests * uxrPlatform refactor: change agent branch * Set tag to develop Co-authored-by: Jose Antonio Moral <[email protected]>
* Update * Updates * Updated lambdas * Update test names * Fix * Fix custom transport test * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.hpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <[email protected]> * Minor fixes * Fix * Link custom transports against agent * Fix include * Fix destruction * Destruct queues when agent fini * Increase client connection attempts * Test branch * Revert "Test branch" This reverts commit e34cc9f. * Simplify mutex * Increase create session time * REVERT THIS * REVERT THIS * Factor * Revert "REVERT THIS" This reverts commit e0e7add. * Update transports * Revert "REVERT THIS" This reverts commit c16ebb4. * Client default params * Pub sub tests * Update CMakeLists.txt * Update sleep Co-authored-by: Jose Antonio Moral <[email protected]>
* Client minor API changes * Update CMakeLists.txt
* Bump version to 2.0.0 * Update CMakeLists.txt * Update CMakeLists.txt
pablogs9
approved these changes
Mar 4, 2021
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 was created to sync with the upcoming Micro XRCE-DDS 2.0.0 release.
Steps:
2.0.0
. This involves some previous work regarding the agent and client repositories, as their 2.0.0 tag must be ready before proceeding. Link here the pull requests for the 2.0.0 release of theMicro XRCE-DDS Agent
and theMicro XRCE-DDS Client
, when applicable.Client -> Agent Ping
. Add integration test for client to agent ping #61Review internal documentation about test coverage @jamoralpMicro XRCE-DDS Apps
structure and make it more user friendly.Related PR that should be merged:
Client:
Agent
RMW
TODO next sprint:
uxr_***_platform
from user API @jamoralp :Refactor test to avoid duplications between serial_comm and custom_commRMW_UXRCE_TRANSPORT_CUSTOM_SERIAL
from rmw Add external transport API micro-ROS/rmw_microxrcedds#91How to release:
develop
and create a new tag namedv2.0.0-r1
v2.0.0
in master