Skip to content

Commit

Permalink
Refine Gazebo installation instructions for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 8, 2024
1 parent d095b81 commit fb80b89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb80b89

Please sign in to comment.