75 | | VM setup instructions: |
76 | | |
77 | | - Download virtualbox https://www.virtualbox.org/wiki/Downloads |
78 | | - Download ubuntu https://releases.ubuntu.com/focal/ |
79 | | - Follow a guide to install ubuntu on Virtualbox: https://www.wikihow.com/Install-Ubuntu-on-VirtualBox |
80 | | - If you are on mac, MAKE SURE you start Virtualbox by typing "sudo virtualbox" in the commandline, instead of starting it normally. This is the only workaround I could find to get controller input to work in virtualbox! |
81 | | - If you are using Ubuntu 22.04, then there is a bug when using it with VirtualBox where you can't open the terminal by default. You need to update the locale of the machine for some reason. Follow this link to get into terminal mode: https://superuser.com/questions/100693/how-to-switch-to-non-graphical-view-in-ubuntu |
82 | | - Then follow this to update the locale: https://askubuntu.com/questions/1435918/terminal-not-opening-on-ubuntu-22-04-on-virtual-box-7-0-0 |
83 | | - Restart the VM (power it off and on in VirtualBox) and now you should be able to open the terminal in Graphical mode |
84 | | - You will need to have Sudo access on your account in Ubuntu. Follow this StackOverflow: https://askubuntu.com/questions/124166/how-do-i-add-myself-into-the-sudoers-group |
85 | | - Run "sudo apt update" to update packages before doing things. |
86 | | - If you want to be able to ssh into the VM through your local machine, you need to set up port forwarding on the VM. Follow this guide: https://help.skytap.com/connect-to-a-linux-vm-with-ssh.html |
87 | | |
88 | | ROS setup instructions: |
89 | | |
90 | | - Follow these instructions to set up ROS Noetic: http://wiki.ros.org/noetic/Installation/Ubuntu |
91 | | - Note: any time you edit a startup file, like .bashrc, you need to logout and login (on VM you might need to power it off and on) for the effects to take place. |
92 | | - ROS Noetic is used for Ubuntu 20.04 (on RASCAL's Intel UpBoard), ROS Melodic is used for Ubuntu 18.04 (on SCAMP's and new RASCAL's Jetson Nano) |
| 84 | |
| 85 | |
| 140 | |
| 141 | VM setup instructions: |
| 142 | |
| 143 | - Download virtualbox https://www.virtualbox.org/wiki/Downloads |
| 144 | - Download ubuntu https://releases.ubuntu.com/focal/ |
| 145 | - Follow a guide to install ubuntu on Virtualbox: https://www.wikihow.com/Install-Ubuntu-on-VirtualBox |
| 146 | - If you are on mac, MAKE SURE you start Virtualbox by typing "sudo virtualbox" in the commandline, instead of starting it normally. This is the only workaround I could find to get controller input to work in virtualbox! |
| 147 | - If you are using Ubuntu 22.04, then there is a bug when using it with VirtualBox where you can't open the terminal by default. You need to update the locale of the machine for some reason. Follow this link to get into terminal mode: https://superuser.com/questions/100693/how-to-switch-to-non-graphical-view-in-ubuntu |
| 148 | - Then follow this to update the locale: https://askubuntu.com/questions/1435918/terminal-not-opening-on-ubuntu-22-04-on-virtual-box-7-0-0 |
| 149 | - Restart the VM (power it off and on in VirtualBox) and now you should be able to open the terminal in Graphical mode |
| 150 | - You will need to have Sudo access on your account in Ubuntu. Follow this StackOverflow: https://askubuntu.com/questions/124166/how-do-i-add-myself-into-the-sudoers-group |
| 151 | - Run "sudo apt update" to update packages before doing things. |
| 152 | - If you want to be able to ssh into the VM through your local machine, you need to set up port forwarding on the VM. Follow this guide: https://help.skytap.com/connect-to-a-linux-vm-with-ssh.html |