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
For the car_example in main(and its equivalent in develop), the dynamics for second state in the dxdt are missing a delta in the last term
Code: 2*Cr*(x[1] - lf*x[2]) / (x[0] + eps))
Thesis:
The text was updated successfully, but these errors were encountered:
For the car_example in main(and its equivalent in develop), the dynamics for second state in the dxdt are missing a delta in the last term
Code:
2*Cr*(x[1] - lf*x[2]) / (x[0] + eps))
Thesis:
The text was updated successfully, but these errors were encountered: