mirror of https://github.com/commaai/panda.git
up rate (EPS should still limit)
This commit is contained in:
parent
c041e5c2b3
commit
0225c36f88
|
@ -19,11 +19,11 @@ const SteeringLimits TOYOTA_STEERING_LIMITS = {
|
|||
.angle_deg_to_can = 17.452007,
|
||||
.angle_rate_up_lookup = {
|
||||
{5., 25., 25.},
|
||||
{0.3, 0.15, 0.15}
|
||||
{2.0, 2.0, 2.0}
|
||||
},
|
||||
.angle_rate_down_lookup = {
|
||||
{5., 25., 25.},
|
||||
{0.36, 0.26, 0.26}
|
||||
{2.0, 2.0, 2.0}
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue