-
Notifications
You must be signed in to change notification settings - Fork 117
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
Changes to build against Fast DDS 3.0 #776
Open
MiguelCompany
wants to merge
7
commits into
ros2:rolling
Choose a base branch
from
eProsima:fastdds-3.0
base: rolling
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 16, 2024
-
* Fast DDS 3.0: First commit Signed-off-by: Ricardo González Moreno <[email protected]> * Fast DDS 3.0: continue Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: update headers Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: move namespace from fastrtps to fastdds Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Update export macro to FASTDDS Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Revert header guard to the same name as the package name Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Update ReturnCode_t Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: remove deprecated test Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Update representation in test Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Update is_plain() call Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: Update cmake extra dependencies to Fast 3.0.0 and doxygen predefied macro Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: TODO continue. Register type identifies if not registered Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: update headers Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: update to topicdatatype refactor Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: Update ReturnCode_t Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: move namespace from fastrtps to fastdds Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: typo in CMakeLists.txt Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: Typesupport receives rosidl_message_typesupport in construction Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: update headers Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: update to topicdatatype refactor Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: Update ReturnCode_t Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: move namespace from fastrtps to fastdds Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: update rme_dynamic_message methods to fastdds Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: use register_type_object_representation() method Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: subscirption: cast to DynamicType::_ref_type Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: required fastdds 3.0 in cmake extras Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: getter for ros msg typesupports Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: check return codes in write() operations Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: complete GetTypeIdentifiers() and solve minor warnings Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: required fastdds 3.0 in cmake extras Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: update typesupport Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: update headers and namespaces Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322. Fixes Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #21322: Apply rev suggestions Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_shared_cpp: linters Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_dynamic_cpp: linters Signed-off-by: Mario Dominguez <[email protected]> * Refs #21322: rmw_fastrtps_cpp: linters Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Mario Dominguez <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]> Signed-off-by: Mario Domínguez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad65e83 - Browse repository at this point
Copy the full SHA ad65e83View commit details -
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79d608f - Browse repository at this point
Copy the full SHA 79d608fView commit details -
Remove dependency on fastrtps_cmake_module.
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f6b997 - Browse repository at this point
Copy the full SHA 1f6b997View commit details -
Correctly check returned values from writer loans APIs.
Signed-off-by: Mario Dominguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f1fa9 - Browse repository at this point
Copy the full SHA 86f1fa9View commit details -
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dca4c5f - Browse repository at this point
Copy the full SHA dca4c5fView commit details -
Fix type_name between c and c++ type support
Signed-off-by: Ricardo González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81e7f50 - Browse repository at this point
Copy the full SHA 81e7f50View commit details -
Signed-off-by: Ricardo González <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70b96ad - Browse repository at this point
Copy the full SHA 70b96adView commit details
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.