Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate to Python? #2

Open
petebachant opened this issue Jun 12, 2017 · 1 comment
Open

Translate to Python? #2

petebachant opened this issue Jun 12, 2017 · 1 comment

Comments

@petebachant
Copy link

Quick question for discussion: Do you have any idea what it would take to translate to Python using the SciPy stack?

@douglasrizzo
Copy link
Contributor

  1. You'd need to translate the tire and vehicle models to Python. They are basically classes with many attributes and a single function, which uses the class attributes to give you the next state of the model.
  2. You'd need to test these functions in an integrator. In MATLAB/Octave, we use ode45. In Python, you have scipy.integrate, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants