Skip to content

Commit 5117b21

Browse files
committed
Add more debug from the client library
1 parent 348404f commit 5117b21

6 files changed

+8
-96
lines changed

.github/workflows/kilted-semi-binary-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

.github/workflows/kilted-semi-binary-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

.github/workflows/rolling-semi-binary-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

.github/workflows/rolling-semi-binary-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'
Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,9 @@
11
repositories:
22
Universal_Robots_Client_Library:
33
type: git
4-
url: https://github.com/UniversalRobots/Universal_Robots_Client_Library.git
5-
version: master
4+
url: https://github.com/urfeex/Universal_Robots_Client_Library.git
5+
version: debug
66
Universal_Robots_ROS2_Description:
77
type: git
88
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
99
version: rolling
10-
ur_msgs:
11-
type: git
12-
url: https://github.com/ros-industrial/ur_msgs.git
13-
version: humble-devel
14-
ros2_control:
15-
type: git
16-
url: https://github.com/ros-controls/ros2_control.git
17-
version: master
18-
ros2_controllers:
19-
type: git
20-
url: https://github.com/ros-controls/ros2_controllers
21-
version: master
22-
kinematics_interface:
23-
type: git
24-
url: https://github.com/ros-controls/kinematics_interface.git
25-
version: master
26-
control_msgs:
27-
type: git
28-
url: https://github.com/ros-controls/control_msgs.git
29-
version: master
30-
control_toolbox:
31-
type: git
32-
url: https://github.com/ros-controls/control_toolbox.git
33-
version: kilted
34-
realtime_tools:
35-
type: git
36-
url: https://github.com/ros-controls/realtime_tools.git
37-
version: master
38-
moveit2:
39-
type: git
40-
url: https://github.com/moveit/moveit2.git
41-
version: main
42-
moveit_msgs:
43-
type: git
44-
url: https://github.com/moveit/moveit_msgs.git
45-
version: ros2
46-
srdfdom:
47-
type: git
48-
url: https://github.com/moveit/srdfdom.git
49-
version: ros2
50-
moveit_resources:
51-
type: git
52-
url: https://github.com/moveit/moveit_resources.git
53-
version: ros2
Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,9 @@
11
repositories:
22
Universal_Robots_Client_Library:
33
type: git
4-
url: https://github.com/UniversalRobots/Universal_Robots_Client_Library.git
5-
version: master
4+
url: https://github.com/urfeex/Universal_Robots_Client_Library.git
5+
version: debug
66
Universal_Robots_ROS2_Description:
77
type: git
88
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
99
version: rolling
10-
ur_msgs:
11-
type: git
12-
url: https://github.com/ros-industrial/ur_msgs.git
13-
version: humble-devel
14-
ros2_control:
15-
type: git
16-
url: https://github.com/ros-controls/ros2_control.git
17-
version: master
18-
ros2_controllers:
19-
type: git
20-
url: https://github.com/ros-controls/ros2_controllers
21-
version: master
22-
kinematics_interface:
23-
type: git
24-
url: https://github.com/ros-controls/kinematics_interface.git
25-
version: master
26-
control_msgs:
27-
type: git
28-
url: https://github.com/ros-controls/control_msgs.git
29-
version: master
30-
control_toolbox:
31-
type: git
32-
url: https://github.com/ros-controls/control_toolbox.git
33-
version: master
34-
realtime_tools:
35-
type: git
36-
url: https://github.com/ros-controls/realtime_tools.git
37-
version: master
38-
moveit2:
39-
type: git
40-
url: https://github.com/moveit/moveit2.git
41-
version: main
42-
moveit_msgs:
43-
type: git
44-
url: https://github.com/moveit/moveit_msgs.git
45-
version: ros2
46-
srdfdom:
47-
type: git
48-
url: https://github.com/moveit/srdfdom.git
49-
version: ros2
50-
moveit_resources:
51-
type: git
52-
url: https://github.com/moveit/moveit_resources.git
53-
version: ros2

0 commit comments

Comments
 (0)