Changes between Version 22 and Version 23 of Other/Summer/2024/rPV
- Timestamp:
- Jul 11, 2024, 3:41:58 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/rPV
v22 v23 37 37 * Utilized ZeroTier to set up a VPN that creates a VLAN 38 38 * Learned bash scripting and Linux to run server code and expedite development 39 * Updated GitLab repository, used package managers (pip, npm), build tools (vite) and formaters (eslint)39 * Updated GitLab repository, used package managers (pip, npm), build tools (vite), and formaters (eslint) 40 40 41 Challenges 42 - Server efficiency (eliminated inefficient code - like "while True" - that blocks main thread and hogs CPU) 43 - 44 - Figuring out optimal architecture to minimize latency 41 Challenges/Issues: 42 - Server efficiency (eliminated inefficient code - like "while True" - that blocks main thread and hogs CPU). 43 - While assembling mecanum hardware we had to reverse engineer the pin mapping of our OOSYOO motor drivers. 44 - Figuring out optimal architecture to minimize latency. 45 45 ---- 46 46