|
@@ -482,8 +482,8 @@ Error_manager Terminor_Command_Executor::scanning_measuring() {
|
|
|
float offset_width = fabs(dj_locate_information.locate_width - wj_locate_information.locate_width);
|
|
|
float offset_wheel_base = fabs(
|
|
|
dj_locate_information.locate_wheel_base - wj_locate_information.locate_wheel_base);
|
|
|
- if (offset_x > 100 || offset_y > 100 || offset_angle > 4 || offset_wheel_base > 200 || offset_width > 200) {
|
|
|
- LOG(WARNING) << "chekc failed. (offset x>100, y>100, angle>4, wheel_base>200, width>200): " << offset_x
|
|
|
+ if (offset_x > 100 || offset_y > 100 || offset_angle > 4 || offset_wheel_base > 550 || offset_width > 200) {
|
|
|
+ LOG(WARNING) << "chekc failed. (offset x>100, y>100, angle>4, wheel_base>550, width>200): " << offset_x
|
|
|
<< " " << offset_y << " " << offset_angle << " " << offset_wheel_base << " " << offset_width;
|
|
|
return Error_manager(TERMINOR_CHECK_RESULTS_ERROR, NORMAL, "check results failed ");
|
|
|
}
|