|
@@ -631,8 +631,8 @@ Error_manager System_executor::encapsulate_send_mq_status()
|
|
|
{
|
|
|
// rabbitmq new measure info
|
|
|
measure_info t_multi_measure_info_msg;
|
|
|
- t_multi_measure_info_msg.set_cx(t_car_wheel_information.car_center_x);
|
|
|
- t_multi_measure_info_msg.set_cy(t_car_wheel_information.car_center_y);
|
|
|
+ t_multi_measure_info_msg.set_cx(t_car_wheel_information.uniform_car_x);
|
|
|
+ t_multi_measure_info_msg.set_cy(t_car_wheel_information.uniform_car_y);
|
|
|
t_multi_measure_info_msg.set_theta(t_car_wheel_information.car_angle);
|
|
|
t_multi_measure_info_msg.set_length(0.0f);
|
|
|
t_multi_measure_info_msg.set_width(t_car_wheel_information.car_wheel_width);
|