mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Refine Gazebo installation instructions for macOS
This commit is contained in:
@@ -65,6 +65,13 @@ cd flix
|
|||||||
brew install sdl2
|
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:
|
3. Run the simulation:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user