We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32548a commit 7e40b21Copy full SHA for 7e40b21
.github/workflows/ci-ros-lint.yml
@@ -18,9 +18,12 @@ jobs:
18
distribution: foxy
19
linter: ${{ matrix.linter }}
20
package-name:
21
- ros2_control_demo_hardware
22
- ros2_control_demo_robot
23
- ros2_control_demos
+ ur_bringup
+ ur_controllers
+ ur_dashboard_msgs
24
+ ur_description
25
+ ur_moveit_config
26
+ ur_robot_driver
27
28
ament_lint_120:
29
name: ament_${{ matrix.linter }}
@@ -38,6 +41,9 @@ jobs:
38
41
linter: cpplint
39
42
arguments: "--linelength=120"
40
43
44
45
46
47
48
49
0 commit comments