Skip to content

Install ROS on macOS

  1. Disable SIP: You must disable system protection

  2. Install xcode

  1. Install brew

  2. Run echo "source ~/.ros2rc" >> ~/.zshrc

  3. Run curl -o ./bootstrap.sh -LO https://raw.githubusercontent.com/jbrhm/MACOS-HUMBLE/refs/heads/main/bootstrap.sh && chmod +x bootstrap.sh &&./bootstrap.sh

  1. Run ./build.sh

  2. Run ros2 launch mrover simulator.launch.py

If you’re having trouble with the regular installation above(installation failing, simulator crashing, etc), ask a lead if you should use a VM instead. If so follow the installation method here.