Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gz/gazebo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Common dependencies
DART:
ubuntu: [libdart-dev]
DART: # only from packages.osrfoundation.org
ubuntu: [libdart6.16-dev]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need libdart6.16-dev-all actually because we also need -utils-urdf-dev, -collision-bullet-dev, and -collision-ode-dev. See https://github.com/gazebosim/gz-physics/blob/a1e7ae5aa7938ab24bcddc8da96621a4a07ced89/.github/ci/packages.apt#L2-L7

libogre-next-2.3-dev: # only from packages.osrfoundation.org
ubuntu: [libogre-next-2.3-dev]
libzenohc-dev: # only from packages.osrfoundation.org
Expand Down