Skip to content

Commit

Permalink
Install Gazebo SDF
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 28, 2025
1 parent 8a015b0 commit 7d07035
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
run: |
pip install .[all]
- name: Install Gazebo SDF
run: |
apt update
apt install -y lsb-release gnupg
curl https://packages.osrfoundation.org/gazebo.gpg --output /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null
apt update
apt install -y gz-ionic sdf
- name: Performance regression check
uses: actions/checkout@v4

Expand Down

0 comments on commit 7d07035

Please sign in to comment.