Conversation
Member
Member
This reverts commit af01ced.
Member
Member
* 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
Member
* Initial test * Revert tag to develop
Member
* Update * Update tests * uxrPlatform refactor: change agent branch * Set tag to develop Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Member
Contributor
Contributor
* 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 <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.hpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * Update test/test/custom_transports/Custom_transports.cpp Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com> * 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 <joseantoniomoralparras@gmail.com>
Contributor
Contributor
Contributor
* Client minor API changes * Update CMakeLists.txt
Contributor
Contributor
Contributor
* Bump version to 2.0.0 * Update CMakeLists.txt * Update CMakeLists.txt
Contributor
pablogs9
approved these changes
Mar 4, 2021
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 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 Agentand 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 Appsstructure and make it more user friendly.Related PR that should be merged:
Client:
Agent
RMW
TODO next sprint:
uxr_***_platformfrom user API @jamoralp :Refactor test to avoid duplications between serial_comm and custom_commRMW_UXRCE_TRANSPORT_CUSTOM_SERIALfrom rmw Add external transport API micro-ROS/rmw_microxrcedds#91How to release:
developand create a new tag namedv2.0.0-r1v2.0.0in master