JonasVautherin / px4-gazebo-headless

An unofficial Ubuntu-based container building and running PX4 SITL (Software In The Loop) through gazebo.
Apache License 2.0
74 stars 42 forks source link

Enable passing hostnames instead of IPs #45

Closed julianoes closed 4 months ago

julianoes commented 4 months ago

We can use getent hosts and awk to figure out the IP from a hostname. This is helpful when using the docker image as part of a docker compose setup with bridge network instead of host network.

Closes #30.