Commit c75c3ef 1 parent 20a28c0 commit c75c3ef Copy full SHA for c75c3ef
File tree 1 file changed +0
-7
lines changed
vehicle/autoware_raw_vehicle_cmd_converter/src/vehicle_adaptor
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,6 @@ Control VehicleAdaptor::compensate(
72
72
if (!is_applying_control) {
73
73
proxima_vehicle_adaptor_.send_initialized_flag ();
74
74
}
75
- std::cerr << " controller steer input" << input_control_cmd.lateral .steering_tire_angle << std::endl;
76
- for (int i = 0 ;i<int (control_horizon.controls .size ());i++) {
77
- Eigen::VectorXd states (6 );
78
- std::cerr << " index: " << i << std::endl;
79
- std::cerr << " control_horizon.controls[i].stamp: " << control_horizon.controls [i].stamp .sec + control_horizon.controls [i].stamp .nanosec * 1e-9 << std::endl;
80
- std::cerr << " control_horizon.controls[i].lateral.steering_tire_angle: " << control_horizon.controls [i].lateral .steering_tire_angle << std::endl;
81
- }
82
75
// std::cerr << "vehicle adaptor: compensate control command" << std::endl;
83
76
// std::cerr << "Build path is: " << BUILD_PATH << std::endl;
84
77
return output_control_cmd;
You can’t perform that action at this time.
0 commit comments