This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
043fb7660f499b21b4874070e9092d0d938913e2818a50cc0af897029c34851421871681e0a15343cc031bfdf2e380c1bb81210a14b56727aa303320a07e8fc64a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A step by step installation of ROS Kinetic on macOS 10.13.4 High Sierra | |
# Similar in spirit to https://gist.github.com/lubiluk/361a018b267ca4e3ce10cdc68b17363d but for Kinetic and High Sierra. | |
# | |
# Assumptions: | |
# You already installed: | |
# homebrew | |
# XCode 9.3 (or in case you want to build CUDA, use CUDA 9.1 with XCode 9.2) | |
# Remove any anaconda, conda or similar from your path | |
# You're not afraid of the command line and can deal with potentially incomplete instructions like this file | |
# |