Documentation ¶
Index ¶
Constants ¶
View Source
const ( XDirection = iota YDirection ZDirection )
Axis constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arduino ¶
type Arduino struct { Serial string Motors []*ArduinoMotor Servos []*ArduinoServo ArduinoAccel []*ArduinoAccel }
Arduino is an Arduino configuration
type ArduinoAccel ¶
ArduinoAccel is an accelerometer configuration
type ArduinoMotor ¶
ArduinoMotor is a set of pins for an Arduino motor
type ArduinoServo ¶
ArduinoServo is an Arduino servo pinout
type Control ¶
type Control struct {
Directions []*Direction
}
Control contains the control settings for each direction
type Direction ¶
type Direction struct { Axis int Motors []MotAng Stabilization string //TODO: change to *ArduinoAccel }
Direction is the control settings for a certain direciton
type FullList ¶
type FullList struct {
Arr []interface{}
}
FullList is a list of all objects in the configuration file, generated by the conf parser
type LocalCamera ¶
LocalCamera is a camera attached to the local computer
type RemoteCamera ¶
RemoteCamera is a remotely connected camera
Click to show internal directories.
Click to hide internal directories.