Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Larc2019 Updates #9

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 9 additions & 3 deletions root/home/nao/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
]
}
},
"FeatureExtractor": {
"Enabled": false
},
"RobotDetector": {
"Enabled": false
},
"Localization":
{
"Enabled": false,
Expand All @@ -44,14 +50,14 @@
},
"Strategy": {
"Enabled": true,
"Defensive" : true,
"Defensive" : false,
"FakeKick" : false
},
"Behaviour": {
"Enabled": true,
"Number" : 1,
"Number" : 2,
"TeamNumber" : 47,
"Names" : ["Dino", "Luci", "Tiny Hand", "Lilith", "Morgana", "Unknown"]
"Names" : ["Dino", "Luci", "Tiny Hand", "Lilith", "Morgana", "Unknown", "Localizer"]
}
}
}
6 changes: 3 additions & 3 deletions root/home/nao/data/configs/nao01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ number=1
team=18

[touch]
gyrXOffset=2416.99
gyrXOffset=2419.9
gyrYOffset=2407.93
angleXOffset=-0.320838
angleYOffset=5.61484
angleXOffset=0.283388
angleYOffset=5.26327

[kinematics]
cameraYawBottom=1.4
Expand Down
8 changes: 4 additions & 4 deletions root/home/nao/data/configs/nao02.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ number=1
team=18

[touch]
gyrXOffset=2430.87
gyrYOffset=2435.88
angleXOffset=0.502255
angleYOffset=6.33433
gyrXOffset=2431.87
gyrYOffset=2446.94
angleXOffset=0.260548
angleYOffset=5.73007
# Save this to /home/nao/data/configs/robotName.cfg

[kinematics]
Expand Down
6 changes: 3 additions & 3 deletions root/home/nao/data/configs/nao03.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ number=1
team=18

[touch]
gyrXOffset=2419.95
gyrXOffset=2437.93
gyrYOffset=2424.91
angleXOffset=0.38667
angleYOffset=6.38949
angleXOffset=-0.069514
angleYOffset=4.62694

[kinematics]
cameraYawBottom=1.4
Expand Down
4 changes: 2 additions & 2 deletions root/home/nao/data/profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ctrl_interface_group=0
ap_scan=1

network={
ssid="SPLHL-2018"
ssid="uaifi"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="LARC2018"
psk="linelock"
}
Loading