public class ControlHardware extends Object
Constructor and Description |
---|
ControlHardware(UsvExecution execution)
Creates a new instance of ControlHardware
|
Modifier and Type | Method and Description |
---|---|
void |
setPropeller(double setting)
Sets the usv propeller rpm
NOTE: values less than 0.001 are assumed to be zero to prevent the scientific
notation of extremely small values from invalidating the AVCL output file
|
void |
setRudder(double setting)
Sets the usv rudder deflection
NOTE: values less than 0.001 are assumed to be zero to prevent the scientific
notation of extremely small values from invalidating the AVCL output file
|
public ControlHardware(UsvExecution execution)
execution
- instance of UsvExecutionpublic void setPropeller(double setting)
setting
- orderedpublic void setRudder(double setting)
setting
- ordered