Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/VISION-PROCESSING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before continuting, you must follow the [PhotonVision Romi Installation](https:/

Unfortunately, the installation process requires the use of an actual ethernet connection to download the PhotonVision binaries from the internet. When plugging in the Romi's Raspberry Pi via ethernet, the address will very likely *not* be `10.0.0.2`. Instead, an IP address will be assigned. Since the Raspberry Pi doesn't have a display, it's not obvious how to get the IP address. There are lots of ways to find the IP address. One tool you can use is [Angry IP Scanner](https://angryip.org/) running a PC that is *on the same network* to search for the Raspberry Pi IP address.

If PhotonVision is successfully installed, you should be able to access the GUI at: `http://10.0.0.2:5800/`
If PhotonVision is successfully installed, you should be able to access the GUI at: `http://photonvision.local:5800/`

#### Summary of [changes](https://github.com/BHSRobotix/RomiTutorial2023/commit/896c498868d95fc60e0cd397154a503722345a0c?diff=split):
1. `RobotContainer.java`
Expand Down