SoftServeSAG / spot_simulation

This repository contains examples of simulation for Boston Dynamic's robot Spot
BSD 3-Clause "New" or "Revised" License
58 stars 8 forks source link

Added Gezebo 9 workaround for the REST error fetching from ignition API #13

Open sskorol opened 2 years ago

sskorol commented 2 years ago

Seems like there's a bug in Gazebo 9, described here. There's a workaround suggesting to change URL in the igntition config. As it's absent during initial run, we can just automatically create required directories and copy a default config with a patched URL there.

Fixes #8