Changes between Version 24 and Version 25 of Other/Summer/2024/rPV
- Timestamp:
- Jul 11, 2024, 3:56:07 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/rPV
v24 v25 32 32 * Fully assembled hardware and electronics for the mecanum robot. We got the mecanum car to drive in all directions including strafing and moving diagonally. 33 33 * Established the client-server connection with our laptop and the Servo Steer car. 34 - Created server (running on Raspberry Pi) using Python to listen for UDP packets and interact with GPIO to control motors. 35 - Improved efficiency of 36 - Created a client (Using electron and react.js) to make the user interface that sends packets with UDP to the server 34 * Created server (running on Raspberry Pi) using Python to listen for UDP packets and interact with GPIO to control motors. 35 * Created a client (Using electron and react.js) to make the user interface that sends packets with UDP to the server 37 36 * Utilized ZeroTier to set up a VPN that creates a VLAN 38 37 * Learned bash scripting and Linux to run server code and expedite development