42 void moveCircle4OfL();
49 void execOrder(std::array<OrderProperty, N>& propertys)
53 for(
const auto& property : propertys) {
55 navigator.
move(350.0, 10, 0.6);
57 navigator.
spin(property.paramValue, (property.paramValue > 0));
void spin(double angle, bool clockwise=true, int pwm=10)
走行体を回頭させる(yawing)
static void speakerPlayToneFS6(int duration)
void moveToSpecifiedColor(Color specifiedColor, int pwm=30)
void move(double specifiedDistance, int pwm=30, const double pGain=0.0)
specifiedDistanceの値でbackwardかforwardを呼び出す。
void execOrder(std::array< OrderProperty, N > &propertys)