f1tenth / f1tenth_gym

This is the repository of the F1TENTH Gym environment.
MIT License
167 stars 101 forks source link

Model reference point is different when switching #51

Closed atomyks closed 1 year ago

atomyks commented 2 years ago

The reference point for vehicle_dynamics_st() and vehicle_dynamics_ks() is not the same so switching between them is not correct. Instead of using vehicle_dynamics_ks() we can use vehicle_dynamics_cog (here) which will solve the problem.

hzheng40 commented 1 year ago

Resolved by #86