Revision c76baf23 devices/DiWheelDrive/global.hpp

View differences:

devices/DiWheelDrive/global.hpp
164 164
  DiWheelDrive robot;
165 165

  
166 166
  UserThread userThread;
167
  int rpmForward[2] = {25,25};
168
  int rpmSoftLeft[2] = {15,25};
169
  int rpmHardLeft[2] = {10,25};
170
  int rpmSoftRight[2] = {rpmSoftLeft[1],rpmSoftLeft[0]};
171
  int rpmHardRight[2] = {rpmHardLeft[1],rpmHardLeft[0]};
167 172

  
168 173
public:
169 174
  Global() :

Also available in: Unified diff