Hi all,

Greg Brill and I have been working on establishing a script that can more or less automatically set up a ROS desktop_full install on Mavericks and Yosemite; we'd be glad for a few brave souls to give it a try:

https://github.com/mikepurvis/ros-install-osx

Some key ways in which this differs from the official instructions is that it:
The desktop_full build itself is about 30 minutes; the remainder of the time is spent fetching and building dependencies (especially VTK and Gazebo 5). Total time on most systems should be < 1h.

Our intent is to set up some form of CI which can periodically re-run this setup on a vanilla machine, and thus keep it from regressing, however such a thing is still to come— this overall procedure is long enough that it's not a good fit for Travis CI.

Bugs and pull requests welcome,

Mike