-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/make rosdep work #232
base: develop
Are you sure you want to change the base?
Conversation
noetic-foxy/package.xml
Outdated
<depend condition="$ROS_VERSION == 1">xmlrpcpp</depend> | ||
|
||
<!-- ROS 2 specific dependencies --> | ||
<depend condition="$ROS_VERSION == 2">rclcpp</depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these packages are also available as debian distibutions, lets install them through apt like the other foxy packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the 2 ROS2 package (lifecycle is already included in ros-foxy-desktop)
however, rclcpp says just minimal
ones, which I wasnt sure if it was exactly same, so I made sure to include it as ros-foxy-rclcpp
PR Details
Description
automotive_navigation_msgs was not installed on foxy where it should have from package.xml
This is when we realized foxy is not using rosdep to install packages.
This story is to divide the package.xml into ros1/ros2 to install them.
Humble removed the package.xml because it was not being used and its contents were being installed in the Dockerfile.
Related GitHub Issue
Related Jira Key
ARC-264
Motivation and Context
Issue encountered during rosbag2 recording issue where it stops recording once it detects a topic that the environment doesn't have the message type of
How Has This Been Tested?
Tried installding packages using the commands inside the container.
Types of changes
Checklist: