Skip to content

Commit

Permalink
navigator_launch: Update team ID to FLOR (from GATR) for RobotX 2024 …
Browse files Browse the repository at this point in the history
…(WIP for #1252)
  • Loading branch information
cbrxyz committed Nov 3, 2024
1 parent cd629ec commit ef8a7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
hooks:
- id: codespell
args:
- --ignore-words-list=fpr,ser,wan,te,wan,ba,ned,ans,hist,nd,wronly,Voight,assertIn
- --ignore-words-list=fpr,ser,wan,te,wan,ba,ned,ans,hist,nd,wronly,Voight,assertIn,flor
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- The port to connect to for the tournament director server. -->
<arg name="td_port" default="1337" />
<!-- The team ID given to us by the tournament director. -->
<arg name="team_id" default="GATR" />
<arg name="team_id" default="FLOR" />
<arg name="simulation" default="False"/>

<!-- start robotx_comms node -->
Expand Down

0 comments on commit ef8a7ef

Please sign in to comment.