Fix rosdep install failures on Ubuntu 22.04 (Jammy) with ROS 2 Rolling #127
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.
Resolves rosdep dependency resolution issues for users running Ubuntu 22.04 (Jammy) with ROS 2 Rolling by providing custom rosdep definitions for missing packages.
Problem
Users building ROSA on Ubuntu 22.04 with ROS 2 Rolling encounter rosdep failures due to missing package definitions:
Solution
This PR adds a comprehensive rosdep configuration solution:
Files Added
rosdep.yaml
- Custom rosdep definitions mapping missing dependencies to their Ubuntu 22.04 package namessetup_rosdep.sh
- Automated setup script that configures the custom rosdep source with proper error handlingvalidate_rosdep.sh
- Validation script allowing users to verify their rosdep configuration is workingDocumentation Updates
README.md
with Ubuntu 22.04 specific installation instructionsUsage
For Ubuntu 22.04 (Jammy) users with ROS 2 Rolling:
Key Features
The solution handles both ROS 2 packages (
behaviortree_cpp
,popf
,launch_pytest
,rclcpp_cascade_lifecycle
) and system packages (tf_transformations
) while properly managing external dependencies that are built from source.Fixes #[issue_number]
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.