We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See also https://github.com/UNSWComputing/rUNSWift/wiki/Changing-the-camera-settings-using-monitor
This guide aims to give a brief overview of how we calibrate the Nao cameras, i.e. the Camera Calibration tab in Offnao.
Camera Calibration
It is not tested, just done by static analysis of the code, so might turn out to be wrong in places - please update as appropriate.
Settings like top.exposure are set in runswift.cfg
top.exposure
Those settings are read into the runswift executable and placed on the blackboard in ?
runswift
The settings get copied from the Blackboard to a CameraSettings object in NaoCamera.cpp
CameraSettings
Continuing in NaoCamera.cpp, the settings are applied via setCameraSettings and setControl
NaoCamera.cpp
These most likely affect the Raw Image in the connection settings bar of Offnao, i.e. getting them correct is important.
Raw Image
rUNSWift Infrastructure
Perception
Motion
Offnao
Vatnao
Tools
Behaviour Architecture & FAQ
Using simswift
Whistle Detection
Debugging on the Nao with GDB Server
Button Presses for Nao
Flashing a Nao
Setting up a brand new robot
Nao Troubleshooting
Color Calibration
Kinematics Calibration