-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update Intel RealSense team and repositories #297
base: latest
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
locals { | ||
realsense_team = [ | ||
"doronhi", | ||
"SamerKhshiboun", | ||
"IntelRealSense", | ||
"Nir-Az" | ||
] | ||
realsense_repositories = [ | ||
"librealsense-release", | ||
"ros2_intel_realsense-release", | ||
"librealsense2-release", | ||
"realsense-ros-release", | ||
Comment on lines
-6
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these "renames" of the current release repositories or the addition of two repositories and the removal of two others? Release repositories cannot be deleted so the old repositories must be archived rather than removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Renaming of the old release repositories. The new ones links: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think that we may be miscommunicating, IntelRealSense/librealsense2-release does not appear to have any common commits from the The same is the case for ros2-gbp/ros2_intel_realsense-release and IntelRealSense/realsense-ros-release I think the right thing to do is:
If that plan works for you, let me know and I'll refactor this PR to include the archivals and mirror the current repositories. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @nuclearsandwich, Thanks for the detailed solution you are proposing.
Thanks, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Archiving the repositories will make them read-only but keep them available for people using those earlier packages.
Release repositories are generally not modified by hand, the
The release process is the same for most ROS 2 packages. Once granted access to the ros2-gbp repositories you'll be able to follow http://docs.ros.org/en/rolling/How-To-Guides/Releasing/Subsequent-Releases.html when making releases. |
||
] | ||
} | ||
|
||
|
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.
In order to change team members, can you please provide links to the relevant package.xml
<maintainer>
tags in the source repository for these individuals or otherwise provide a link demonstrating that they are authorized maintainers/releasers of these ROS 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.
Package 1 - realsense2_camera_msgs
https://github.com/IntelRealSense/realsense-ros/blob/27cc1001e8d72bb11f69af9838f8884a9069a8cc/realsense2_camera_msgs/package.xml#L7
Package 2 - realsense2_description
https://github.com/IntelRealSense/realsense-ros/blob/27cc1001e8d72bb11f69af9838f8884a9069a8cc/realsense2_description/package.xml#L7
Package 3 - realsense2_camera
https://github.com/IntelRealSense/realsense-ros/blob/27cc1001e8d72bb11f69af9838f8884a9069a8cc/realsense2_camera/package.xml#L7
Package 4 - librealsense2
https://github.com/IntelRealSense/librealsense/blob/8ffb17b027e100c2a14fa21f01f97a1921ec1e1b/package.xml#L15
Can you give an example on this: "provide a link demonstrating that they are authorized maintainers/releasers of these ROS packages." ?
@Nir-Az and I (@SamerKhshiboun) are part of the IntelRealSense Organization