athackst / dockerfiles

Dockerfiles I use for development
https://althack.dev/dockerfiles
Apache License 2.0
199 stars 42 forks source link

unable to install gazebo #392

Closed openSourceBugs closed 7 months ago

openSourceBugs commented 9 months ago

I am on raspberry pi 4 (buster) trying to build an image from the humble dockerfile and get: The following packages have unmet dependencies: ros-humble-gazebo-dev : Depends: gazebo but it is not installabe Depends: libgazebo-dev but it is not installable

athackst commented 9 months ago

Do you need gazebo?

You can run

''' build.py humble --target=base '''

To select the target you want.

athackst commented 7 months ago

I realized OSRF moved to gz as the default pairing, I'm going to assume updating to gz fixes your issue. Feel free to re-open if you continue to have errors.