From 078c24d66551228b65b5e9adf07ee13ab17043e9 Mon Sep 17 00:00:00 2001 From: kanja Date: Thu, 19 Sep 2013 20:23:28 +0900 Subject: [PATCH] =?utf8?q?=E3=82=AD=E3=83=A3=E3=83=AA=E3=83=96=E3=83=AC?= =?utf8?q?=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=97=E3=81=AA=E3=81=8F?= =?utf8?q?=E3=81=A6=E3=82=82=E3=81=82=E3=82=8B=E7=A8=8B=E5=BA=A6=E5=8B=95?= =?utf8?q?=E3=81=8F=E3=82=88=E3=81=86=E3=81=AB=E5=88=9D=E6=9C=9F=E5=80=A4?= =?utf8?q?=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ETBalanceRunner.cpp | 2 +- ETLinePos.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ETBalanceRunner.cpp b/ETBalanceRunner.cpp index 47d2855..f531b78 100644 --- a/ETBalanceRunner.cpp +++ b/ETBalanceRunner.cpp @@ -11,7 +11,7 @@ namespace ecrobot{ ETBalanceRunner::ETBalanceRunner(Motor& motorL, Motor& motorR, GyroSensor& gyro, Nxt& nxt) : m_motorL(motorL), m_motorR(motorR), m_gyro(gyro), m_nxt(nxt), - m_bInitialized(false), m_gyrooffset(610), m_bException(false), m_msec(0) + m_bInitialized(false), m_gyrooffset(590), m_bException(false), m_msec(0) { } ETBalanceRunner::~ETBalanceRunner(void) diff --git a/ETLinePos.cpp b/ETLinePos.cpp index 6a94c5f..0906863 100644 --- a/ETLinePos.cpp +++ b/ETLinePos.cpp @@ -4,7 +4,7 @@ namespace ecrobot{ ETLinePos::ETLinePos(LightSensor& light) - : m_light(light), m_black(0), m_white(1000) + : m_light(light), m_black(276), m_white(459) { } ETLinePos::~ETLinePos(void) -- 2.11.0