diff --git a/.github/workflows/kilted-binary-main.yml b/.github/workflows/kilted-binary-main.yml
new file mode 100644
index 000000000..6392e7632
--- /dev/null
+++ b/.github/workflows/kilted-binary-main.yml
@@ -0,0 +1,20 @@
+name: Kilted Binary Build Main
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - main
+ push:
+ branches:
+ - main
+ schedule:
+ # Run every morning to detect flakiness and broken dependencies
+ - cron: '13 4 * * *'
+
+jobs:
+ kilted_binary_main:
+ uses: ./.github/workflows/reusable_ici.yml
+ with:
+ ros_distro: kilted
+ ros_repo: main
+ ref_for_scheduled_build: main
diff --git a/.github/workflows/kilted-binary-testing.yml b/.github/workflows/kilted-binary-testing.yml
new file mode 100644
index 000000000..f1f18450f
--- /dev/null
+++ b/.github/workflows/kilted-binary-testing.yml
@@ -0,0 +1,20 @@
+name: Kilted Binary Build Testing
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - main
+ push:
+ branches:
+ - main
+ schedule:
+ # Run every morning to detect flakiness and broken dependencies
+ - cron: '13 4 * * *'
+
+jobs:
+ kilted_binary_testing:
+ uses: ./.github/workflows/reusable_ici.yml
+ with:
+ ros_distro: kilted
+ ros_repo: testing
+ ref_for_scheduled_build: main
diff --git a/.github/workflows/kilted-semi-binary-main.yml b/.github/workflows/kilted-semi-binary-main.yml
new file mode 100644
index 000000000..4e22a4abf
--- /dev/null
+++ b/.github/workflows/kilted-semi-binary-main.yml
@@ -0,0 +1,21 @@
+name: Kilted Semi Binary Build Main
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - main
+ push:
+ branches:
+ - main
+ schedule:
+ # Run every morning to detect flakiness and broken dependencies
+ - cron: '13 4 * * *'
+
+jobs:
+ kilted_semi_main:
+ uses: ./.github/workflows/reusable_ici.yml
+ with:
+ ros_distro: kilted
+ ros_repo: main
+ upstream_workspace: Universal_Robots_ROS2_Driver.kilted.repos
+ ref_for_scheduled_build: main
diff --git a/README.md b/README.md
index eac6e6eda..078533635 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
ROS2 Distro |
Humble |
Jazzy |
+ Kilted |
Rolling |
@@ -27,6 +28,7 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
| humble |
main |
main |
+ main |
| Release status |
@@ -44,6 +46,13 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
+
+ 
+
+
+
+
+ |

diff --git a/Universal_Robots_ROS2_Driver.kilted.repos b/Universal_Robots_ROS2_Driver.kilted.repos
new file mode 100644
index 000000000..59ab512a9
--- /dev/null
+++ b/Universal_Robots_ROS2_Driver.kilted.repos
@@ -0,0 +1,49 @@
+repositories:
+ Universal_Robots_Client_Library:
+ type: git
+ url: https://github.com/UniversalRobots/Universal_Robots_Client_Library.git
+ version: master
+ Universal_Robots_ROS2_Description:
+ type: git
+ url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
+ version: rolling
+ ur_msgs:
+ type: git
+ url: https://github.com/ros-industrial/ur_msgs.git
+ version: humble-devel
+ ros2_control:
+ type: git
+ url: https://github.com/ros-controls/ros2_control.git
+ version: master
+ ros2_controllers:
+ type: git
+ url: https://github.com/ros-controls/ros2_controllers
+ version: master
+ kinematics_interface:
+ type: git
+ url: https://github.com/ros-controls/kinematics_interface.git
+ version: master
+ control_msgs:
+ type: git
+ url: https://github.com/ros-controls/control_msgs.git
+ version: master
+ control_toolbox:
+ type: git
+ url: https://github.com/ros-controls/control_toolbox.git
+ version: ros2-master
+ realtime_tools:
+ type: git
+ url: https://github.com/ros-controls/realtime_tools.git
+ version: master
+ moveit2:
+ type: git
+ url: https://github.com/moveit/moveit2.git
+ version: main
+ moveit_msgs:
+ type: git
+ url: https://github.com/moveit/moveit_msgs.git
+ version: ros2
+ srdfdom:
+ type: git
+ url: https://github.com/moveit/srdfdom.git
+ version: ros2
diff --git a/ci_status.md b/ci_status.md
index 9850c6e27..ea6bdcbdb 100644
--- a/ci_status.md
+++ b/ci_status.md
@@ -8,12 +8,14 @@ red pipeline there should be a corresponding issue labeled with [ci-failure](htt
|
| Humble |
Jazzy |
+ Kilted |
Rolling |
| humble |
main |
main |
+ main |
@@ -44,6 +46,20 @@ red pipeline there should be a corresponding issue labeled with [ci-failure](htt
alt="Jazzy Semi-Binary Main"/>
|
+
+
+
+
+
+
+
+
+
+
+ |

|
+
+ 
+
+
+
+
+ |

|