You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constdouble h = static_cast<double>(accel_map_value_.size()) + brake_map_value_.size() - 1; // pedal (accel_map_value(0) and brake_map_value(0) is same.)
1556
+
constdouble h = static_cast<double>(accel_map_value_.size()) + brake_map_value_.size() -
1557
+
1; // pedal (accel_map_value(0) and brake_map_value(0) is same.)
1557
1558
constdouble w = static_cast<double>(accel_map_value_.at(0).size()); // velocity
0 commit comments