Thulashitharan
Blog
ROS Workshop Setup
with Virtual Machines
So recently I had to conduct a workshop on ROS+Moveit. The workshop had a big time contain, 1 hour. By following these steps, you can conduct a ROS and Moveit workshop efficiently in just 10 minutes. The pre-configured virtual machine allows participants to focus on the content of the workshop without wasting time setting up the software.
Procedure
- Choose a lightweight distro. I choose Lubuntu.
- A Virtual HDD space of 9GB should be enough for Lubuntu + ROS + MoveIt + Jupyter Notebook
- Do a minimal install in the VM. Do not install 3rd party drivers.
- Install guest additions from the
apt
repository. - (Optional) Remove Bluetooth related and other not needed packages.
- Install ROS.
- Configure the workspace the environment variables.
- Do yourself a favor by installing ZSH with auto suggestions on the machine.
- Make sure that all the files needed for the workshop is present in the VM.
- Export the VM as a OVA file.
- Now share it with ppl :)