Skip to content

Commit 059b767

Browse files
committed
Add franka_description to repos
1 parent 5a3a191 commit 059b767

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
clearpath_mounts_description
4949
clearpath_platform_description
5050
clearpath_sensors_description
51+
franka_description
5152
clearpath_common_src_ci:
5253
name: Jazzy Clearpath Source
5354
runs-on: ubuntu-24.04
@@ -70,6 +71,7 @@ jobs:
7071
clearpath_mounts_description
7172
clearpath_platform_description
7273
clearpath_sensors_description
74+
franka_description
7375
vcs-repo-file-url: dependencies.repos
7476
clearpath_common_src_head_ci:
7577
name: Jazzy Clearpath Source with Head Branch
@@ -111,6 +113,7 @@ jobs:
111113
clearpath_mounts_description
112114
clearpath_platform_description
113115
clearpath_sensors_description
116+
franka_description
114117
vcs-repo-file-url: updated_dependencies.repos
115118
clearpath_common_src_base_ci:
116119
if: github.event_name == 'pull_request'
@@ -149,4 +152,5 @@ jobs:
149152
clearpath_mounts_description
150153
clearpath_platform_description
151154
clearpath_sensors_description
155+
franka_description
152156
vcs-repo-file-url: updated_dependencies.repos

dependencies.repos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ repositories:
77
type: git
88
url: https://github.com/clearpathrobotics/clearpath_msgs.git
99
version: jazzy
10+
franka_description:
11+
type: git
12+
url: https://github.com/frankarobotics/franka_description.git
13+
version: jazzy

0 commit comments

Comments
 (0)