Install ROS on macOS
Installation:
Section titled “Installation:”-
Disable SIP: You must disable system protection
-
Install xcode
-
Install brew
-
Run
echo "source ~/.ros2rc" >> ~/.zshrc -
Run
curl -o ./bootstrap.sh -LO https://raw.githubusercontent.com/jbrhm/MACOS-HUMBLE/refs/heads/main/bootstrap.sh && chmod +x bootstrap.sh &&./bootstrap.sh
-
Run
./build.sh -
Run
ros2 launch mrover simulator.launch.py
Alternative VM Installation
Section titled “Alternative VM Installation”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.