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 7326559 commit c9b71c1Copy full SHA for c9b71c1
.github/workflows/ros_ci.yml
@@ -37,6 +37,7 @@ jobs:
37
env:
38
- {ROS_DISTRO: humble}
39
- {ROS_DISTRO: jazzy}
40
+ - {ROS_DISTRO: kilted}
41
- {ROS_DISTRO: rolling}
42
43
# PRERELEASE: true # Fails due to issues in the underlying Docker image
package.xml
@@ -14,6 +14,7 @@
14
15
<build_depend>git</build_depend>
16
<build_depend>doxygen</build_depend>
17
+ <build_depend>jrl_cmakemodules</build_depend>
18
19
<depend>python3</depend>
20
<depend>python3-numpy</depend>
0 commit comments