-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix topic interference on `liveliness_changed` status (#4988) * Refs #21189. Basic infrastructure for ROS2 blackbox tests. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Added callback for liveliness_changed event. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Added ROS2 regression test. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Added blackbox regression test. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Fix StatefulReader. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Fix StatelessReader. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Uncrustify and doxygen. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Change liveliness announcement periods. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Create ROS 2 builtin endpoints. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Fix type and QoS on ros_discovery_info. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Avoid collision with true ROS 2 topics. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Uncrustify. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Fix warnings on MacOS. Signed-off-by: Miguel Company <[email protected]> * Refs #21245. Fix tsan reported deadlock. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Fix long-standing deadlock in WLP. Signed-off-by: Miguel Company <[email protected]> * Refs #21189. Fix build after rebase. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 9243ead) # Conflicts: # src/cpp/rtps/reader/StatefulReader.cpp # src/cpp/rtps/reader/StatelessReader.cpp # test/blackbox/common/BlackboxTestsLivelinessQos.cpp * Fix conflicts Signed-off-by: Miguel Company <[email protected]> * Fix build after backport. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
a78316b
commit 4a6b934
Showing
13 changed files
with
1,343 additions
and
61 deletions.
There are no files selected for viewing
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 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 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 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
Oops, something went wrong.