DallasFormulaRacing / SuspensionSteeringLib

this library will consist of methods to visualize various suspension and steering needs
5 stars 2 forks source link

Undid earlier commits to conversions.py and added functions to calculations.py #25

Closed JonathanXu42 closed 5 months ago

JonathanXu42 commented 7 months ago

I undid my earlier commits to conversions.py and conversions_enum.py, so that they're now the same as in the main branch

I added one slip angle calculation function for each of the four wheels. These functions calculate a dataframe column of slip angles based on a wheel load column, a lateral acceleration column, and a cornering stiffness constant.

JonathanXu42 commented 7 months ago

Are you envisioning one function that will return a pd.dataframe with four columns, one for each wheel?

GHAFHA commented 7 months ago

going to put this on pause have no way to getting the steering angle, so comparison between input vs actual cant be made