-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix perception_pcl_ros dockerfile for release pipeline (#6233)
* Fix perception_pcl_ros dockerfile for release pipeline Ros noetic is the last ROS 1 release that is still supported (but only until May this year) * Update
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- git: | ||
local-name: 'noetic/perception_pcl' | ||
uri: 'https://github.com/ros-perception/perception_pcl' | ||
version: 'melodic-devel' | ||
- git: | ||
local-name: 'noetic/pcl_msgs' | ||
uri: 'https://github.com/ros-perception/pcl_msgs' | ||
version: 'noetic-devel' | ||
- git: | ||
local-name: 'pcl' | ||
uri: 'https://github.com/PointCloudLibrary/pcl' | ||
version: 'master' |