#include <proxy_turret_input.hpp>
This is designed to be a node for testing of various autonomous services.
For example: TurretMessageHandler -> sets pitch AimCommand <– gets pitch from ProxyTurretInput
◆ ProxyTurretInput()
| fang::turret::ProxyTurretInput::ProxyTurretInput |
( |
const Config & |
config | ) |
|
◆ getPitch()
| double fang::turret::ProxyTurretInput::getPitch |
( |
| ) |
const |
|
override |
◆ getYaw()
| double fang::turret::ProxyTurretInput::getYaw |
( |
| ) |
const |
|
override |
Counterclockwise is positive, clockwise is negative (Math convention.)
◆ setPitch()
| void fang::turret::ProxyTurretInput::setPitch |
( |
double |
pitch | ) |
|
◆ setYaw()
| void fang::turret::ProxyTurretInput::setYaw |
( |
double |
yaw | ) |
|
Counterclockwise is positive, clockwise is negative (Math convention.)
The documentation for this class was generated from the following files: