robot

Dependencies:   FastPWM3 mbed

config_driving.h

Committer:
bwang
Date:
2016-11-07
Revision:
29:50e6e4e46580
Child:
30:c25c5bf0d951

File content as of revision 29:50e6e4e46580:

#ifndef __CONFIG_DRIVING
#define __CONFIG_DRIVING

#define FORWARD_TORQUE_MAX 60.0f //N/m
#define REVERSE_TORQUE_MAX -20.0f

#define P_FORWARD_MAX 20000.0f //W
#define P_REVERSE_MAX 4000.0f

#define W_MAX 500.0f //rad/s

#endif