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

Compatibility with Ubuntu 22.04 and ROS2 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yuriyOn
Copy link

@yuriyOn yuriyOn commented May 30, 2023

Description

This pull request introduces modifications to improve compatibility with Ubuntu 22.04. Ubuntu 22.04 ships with default versions of certain tools and libraries that are different from the ones expected by the original configuration. The versions of the primary elements affected were:

  • GCC compiler version: 11.3.0
  • libboost-dev version: 1.74.0

The version discrepancy led to build errors in the repository, hence, these changes were implemented to rectify them.

Testing and Validation

The modifications have been tested on both Ubuntu 20.04 and Ubuntu 22.04 to ensure continued compatibility across these platforms.

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