Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvieth committed Feb 6, 2025
1 parent 7c02a95 commit 776e5e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/docker/perception_pcl_ros/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ros:${flavor}-robot
ARG flavor="noetic"
ARG workspace="/root/catkin_ws"

COPY melodic_rosinstall.yaml ${workspace}/src/.rosinstall
COPY ${flavor}_rosinstall.yaml ${workspace}/src/.rosinstall

# Be careful:
# * ROS uses Python2
Expand Down
12 changes: 12 additions & 0 deletions .dev/docker/perception_pcl_ros/noetic_rosinstall.yaml
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'

0 comments on commit 776e5e7

Please sign in to comment.