Changes between Version 29 and Version 30 of Other/Summer/2024/rPV
- Timestamp:
- Jul 19, 2024, 1:30:08 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/rPV
v29 v30 63 63 * Experimented with various cameras and tested different pre-processing and post-processing algorithms in OpenCV to evaluate their impact on latency. 64 64 * Integrated camera feed from the vehicles in the client's web application. 65 * Configured ZeroTierto establish a connection between the client and server over multiple networks/hotspots.65 * Configured the ZeroTier VPN to establish a connection between the client and server over multiple networks/hotspots. 66 66 * This connection was sometimes inconsistent between multiple networks. 67 * On Thursday, we successfully used ZeroTier to allow one of our team members to control the mecanum car remotely from home. This suggests that our previous issues could have been due to firewalls on or near the main lab network. 67 68 * Created a base design for the simplified user interface 68 69 - https://docs.google.com/drawings/d/1_QC85Xt9OsSXIZUvtdfJN8S9NPR08q6spQbvm5HJ8nY/edit?usp=sharing … … 71 72 - We experienced issues with certain cameras connecting to the Rasberry Pi. 72 73 - We faced inconsistencies with ZeroTier, likely due to configuration issues. 74 75 --- 76 77 Goals for next week: 78 1. Further develop the user interfaces for both vehicles 79 80 2. Confirm our suspicions about ZeroTier inconsistencies 81 82 3. Add distance sensors (ultrasonic) for the emergency stop mechanism. 83 84 4. Potentially add some simple object detection to aid the pilot. 85 86 5. Begin working on the academic poster. 73 87 === Week 4 74 88