gusimplewhiteboard
wb_teleoperation.h
Go to the documentation of this file.
1#ifndef WBTELEOPERATION_
2#define WBTELEOPERATION_
3
4#include <sys/types.h>
5#include <gu_util.h>
6
9{
11 PROPERTY(int, fowardWalkSpeed)
13 PROPERTY(float, turnWalkSpeed)
15 PROPERTY(float, headPitch)
17 PROPERTY(float, headYaw)
19 STRING_PROPERTY(controlRobot, 8)
20 PROPERTY(int, controlNum)
21
22#ifdef __cplusplus
24 wb_teleoperation() : _fowardWalkSpeed(0), _turnWalkSpeed(0), _headPitch(0), _headYaw(0), _controlRobot("") {}
25#endif
26};
27
28#endif
struct for the teleoperation class
PROPERTY(int, fowardWalkSpeed) PROPERTY(float
The forward speed.
turnWalkSpeed headYaw STRING_PROPERTY(controlRobot, 8) PROPERTY(int
Robot to control.
turnWalkSpeed headYaw controlNum wb_teleoperation()
default constructor