Welcome to SnoMo! SnoMo is an innovative autonomous ice-resurfacing robot developed as the centerpiece of our 2024 Capstone Project.
What is SnoMo? SnoMo is an autonomous ice-resurfacing robot designed to tackle the challenges traditional ice-resurfacers face. It offers an affordable, effective, and easy solution for maintaining high-quality ice rinks, both indoors and outdoors. For more information, please check out the SnoMo Project Website
- Visual Studio Code.
- Add Python to Path windows
- Git
- RealVNC
git clone https://github.com/AnthonyDest/FYDP-Software.gitImport fydp_base profile: https://vscode.dev/profile/github/ee790e3fa4f2fad9bd25d6a99199eab6
python -m venv fydp_venv
.\fydp_venv\Scripts\activate
pip install -r requirements.txt
- Ensure Raspberry Pi is on and connected to same wifi network
- Test connection:
ping raspberrypi.local
- Connect via ethernet to Pi
- Set a Static IP on connected port
Following https://code.visualstudio.com/docs/remote/ssh
Import ssh_config to remote explorer settings
- user@hostname:
fydp@raspberrypi.local - Platform:
Linux
Local Connection:
- VNC Server:
raspberrypi.local - Name:
Pi_Local
