Skip to content
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

ARC 157 Remove ROS2 Foxy Specific Code #240

Merged
merged 8 commits into from
Oct 22, 2024

Conversation

john-chrosniak
Copy link

@john-chrosniak john-chrosniak commented Oct 21, 2024

PR Details

Description

This PR removes code that was specific to ROS2 Foxy since we plan to only support Humble in future releases.

Related GitHub Issue

NA

Related Jira Key

ARC-157

Motivation and Context

Part of our migration towards ROS2 Humble.

How Has This Been Tested?

Code was built inside of the ROS2 Humble carma-base docker image.

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@john-chrosniak john-chrosniak self-assigned this Oct 21, 2024
@john-chrosniak john-chrosniak changed the base branch from develop to humble-develop October 21, 2024 18:20
@MishkaMN MishkaMN self-requested a review October 22, 2024 14:12
@MishkaMN
Copy link
Contributor

Let's replace the mentions of Foxy with Humble in the README: https://github.com/usdot-fhwa-stol/carma-utils/blob/arc-157-ros2-humble/README.md

@MishkaMN
Copy link
Contributor

There are few other mentions of Foxy:

        // Call service and record future
        // TODO(CAR-6014): Remove static cast when CARMA Platform drops ROS Foxy support
        futures.emplace_back(static_cast<const ChangeStateSharedFutureWithRequest &>(node.change_state_client->async_send_request(request, [](ChangeStateSharedFutureWithRequest) {})));

Copy link

sonarcloud bot commented Oct 22, 2024

@john-chrosniak john-chrosniak merged commit 016bac0 into develop-humble Oct 22, 2024
3 checks passed
@john-chrosniak john-chrosniak deleted the arc-157-ros2-humble branch October 22, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants