Skip to content

Commit

Permalink
navigator_launch: Set RobotX 2024 comms server/port
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Nov 16, 2024
1 parent 6f78b54 commit b25823a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- The IP address of the tournament director server. -->
<!-- Currently, this is just set to a random IP. -->
<arg name="td_ip" default="192.168.37.90" />
<arg name="td_ip" default="robot.server" />
<!-- The port to connect to for the tournament director server. -->
<arg name="td_port" default="1337" />
<arg name="td_port" default="12345" />
<!-- The team ID given to us by the tournament director. -->
<arg name="team_id" default="FLOR" />
<arg name="simulation" default="False"/>
Expand Down

0 comments on commit b25823a

Please sign in to comment.