[examples] Consistently use 0 for controller port (#3496)

This commit is contained in:
liorsagy
2021-08-01 06:39:50 +03:00
committed by GitHub
parent 3838cc4ec4
commit 4a944dc397
25 changed files with 25 additions and 25 deletions

View File

@@ -43,5 +43,5 @@ constexpr auto kMaxAcceleration = 3_mps_sq;
} // namespace DriveConstants
namespace OIConstants {
constexpr int kDriverControllerPort = 1;
constexpr int kDriverControllerPort = 0;
} // namespace OIConstants