Open randomstring opened 9 months ago
@dylanh12210 There's a bug in the OPi5 image when setting up the static IPs. Here's what you have to do:
0) when first setting up a static IP The "NetworkManager Interface" was blank.
1) switched to DHCP, saved/applied
2) "NetworkManager Interface" was now populated with "netplan-eth0" selected that, selected static IP again and hit save/apply and it worked. This is on the OPi5 2024.2.4 image.
we might see the same problem on RPi5s so keep a lookout.
I discovered today that the allowable static IP ranges for devices is 10.29.30.10 - 10.29.30.19. (addresses .20 and above are reserved for DHCP)
We need to reconfigure all the Pis to use ip addresses 10.29.30.11, 10.29.30.12, 10.29.30.13, 10.29.30.14.
Details here: https://docs.wpilib.org/en/stable/docs/networking/networking-introduction/ip-configurations.html
@dylanh12210 in addition to changing the IP addresses noted above. We need to rename all the "See3CAM_CUG" to be numbered. Otherwise the robot code can only see one camera at a time.
How about we change them to "See3CAM_CUG_1" on 10.29.30.11, "See3CAM_CUG_2" on 10.29.30.12", etc (matching the number labeled on the camera and matching it to the last number of the IP address of the Pi.
Renaming the camera in photonvision only renames it locally on the pi, not the camera it's self. Also according to @LuminousLlama , we will not have 2 of the same models of cameras into the same pi.
Latest release for PotonVision https://github.com/PhotonVision/photonvision/releases
For each: