-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VMWare Fusion instructions for Mac M1 #30
base: main
Are you sure you want to change the base?
Conversation
Yeah, I don't think we should distribute it. I'm not sure of the legality of that, so it is safer to not do it. Overall, thanks for this contribution. I don't have a mac so I can't really test out the instructions. I'll discuss with @mabelzhang what we want to do here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor fixes from "ROS2" -> "ROS 2" (our preferred form).
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
We could merge this if we want, as some instruction is better than no instruction. I don't have a M1 to test it though. @srmainwaring mentioned he has a different setup. I don't know if he has additional / alternative suggestions here. FYI we have plans to reuse the materials from this tutorial for... anywhere from 1-3 other places. It could be 0 if they don't happen. But there's some incentive to keep this repo updated in the near term. |
I tested out my technique again and realized that Gazebo GUI didn't work. Rhys mentioned a workaround that might fix it: if you start out the VMWare image using Ubuntu Server 23.04 instead of 22.04, it has better support for graphical environments in containers and gives you GPU-accelerated rendering. You might have to build from source though IIRC. I haven't had a chance to run through the new procedure. Does this sound right @srmainwaring ? |
A summary of experiments with VMs and docker on macOS:
|
Tutorial addition
Adds VMware Fusion instructions for Mac, to create a full virtual machine with all of the tutorial dependencies installed.
I'm leary of adding an additional installation pathway to maintain, but I fiddled with Docker for a few hours trying to get X forwarding to work and was not able to on M1. This VM technique could allow more people to access the tutorial. I won't be offended if others disagree and we decide not to merge this PR.
These instructions are written assuming that we will be able to distribute the ~5 GB compressed VMBundle file via USB sticks at the event. I pushed the compressed VMBundle to https://drive.google.com/file/d/112Rr7ntzAiPKK5D8Gsrv-7xCgMG-c8KA/view?usp=sharing.
I haven't tested this out on a fresh Mac and would like your support doing so before merging. Also, I'm not sure whether we are allowed to distribute the VMWare Fusion binaries themselves, so the instructions currently advise folks to download that. It would be easy to distribute the .dmg file.