|
|
@@ -263,6 +263,6 @@ float get_user_request_torque(void) {
|
|
|
void thro_torque_log(void) {
|
|
|
sys_debug("accl %d, real %f, req %f\n", _torque.accl, _torque.torque_real, _torque.torque_req);
|
|
|
sys_debug("ration %f - %f - %f - %d\n", _torque.thro_ration, _torque.thro_ration_last, thro_torque_for_accelerate(), _torque.gear);
|
|
|
- sys_debug("acc:%f,%f,%f", acc_r, acc_r_last, acc_trq);
|
|
|
- sys_debug("dec:%f,%f,%f", dec_r, dec_r_last, dec_trq);
|
|
|
+ sys_debug("acc:%f,%f,%f\n", acc_r, acc_r_last, acc_trq);
|
|
|
+ sys_debug("dec:%f,%f,%f\n", dec_r, dec_r_last, dec_trq);
|
|
|
}
|