Refine Gazebo installation instructions for macOS

This commit is contained in:
Oleg Kalachev 2024-04-09 02:45:21 +03:00
parent d095b81d7e
commit fb80b899e0

View File

@ -65,6 +65,13 @@ cd flix
brew install sdl2
```
Set up your Gazebo environment variables:
```bash
echo "source /opt/homebrew/share/gazebo/setup.sh" >> ~/.zshrc
source ~/.zshrc
```
3. Run the simulation:
```bash