Skip to content

Commit fc3d23a

Browse files
committed
add shadow repo
Signed-off-by: Hyungyu Kim <[email protected]>
1 parent de58890 commit fc3d23a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ros-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: ros-tooling/[email protected]
5454
with:
5555
target-ros2-distro: ${{ matrix.ros_distribution }}
56-
vcs-repo-file-url: ""
56+
vcs-repo-file-url: "https://raw.githubusercontent.com/ROBOTIS-GIT/turtlebot3_applications/feature-humble-update/turtlebot3_applications_ci.repos"
5757
package-name: |
5858
turtlebot3_applications
5959
turtlebot3_aruco_tracker

turtlebot3_applications_ci.repos

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repositories:
2+
turtlebot3_applications_msgs:
3+
type: git
4+
url: https://github.com/ROBOTIS-GIT/turtlebot3_applications_msgs.git
5+
version: main

turtlebot3_panorama/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<depend>sensor_msgs</depend>
2222
<depend>geometry_msgs</depend>
2323
<depend>nav_msgs</depend>
24-
<depend>turtlebot3_applications_msgs</depend>
2524
<depend>image_transport_plugins</depend>
2625
<export>
2726
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)