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 933ea3b commit 157ede0Copy full SHA for 157ede0
.github/workflows/build.yml
@@ -11,8 +11,15 @@ jobs:
11
- uses: actions/checkout@v4
12
- name: Install and Build ROS2 environment
13
run: |
14
- export USE_ROS_DISTRO=jazzy
15
export UBUNTU_VER=24.04
+ export USE_ROS_DISTRO=jazzy
16
export RMW=cyclonedds
17
cd docker && docker compose build
18
shell: bash
19
+ - name: Nvidia - Install and Build ROS2 environment
20
+ run: |
21
+ export UBUNTU_VER=24.04
22
23
+ export RMW=cyclonedds
24
+ cd docker && docker compose build
25
+ shell: bash
0 commit comments