Skip to content
Snippets Groups Projects
Commit b59550cd authored by Michael Alfons Schlüter's avatar Michael Alfons Schlüter
Browse files

minor changes

parent 94c406e0
Branches reproduction
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ Requirement:
```
git clone https://git.tu-berlin.de/mschluet/dricy-selo.git <clone/copy repository>
cd dricy-selo <change to folder>
py -3.10 -m pip install . <Install Scipt and needed packages>
py -3.10 -m pip install . <install scipt and needed packages>
(pip(3) install .) <alternative>
DriCy_Selo.exe main <Start Program and enjoy>
DriCy_Selo.exe main <start program and enjoy>
```
### _class_ DriCy_Selo.Config()
......@@ -91,10 +91,10 @@ This fuction reads the drive cycle of the cycle folder and calculates accelorati
\omega_{1/s} = \frac{v_{\mathrm{m/s}}}{wheel_{radius} \cdot 2 \pi} \cdot i_{g}
```
```math
T = \frac{Force \cdot wheel_{radius}}{i_{g}} \cdot \eta_{i_{g}} \\; \mathrm{for M => 0}
T = \frac{Force \cdot wheel_{radius}}{i_{g}} \cdot \eta_{i_{g}} \; \mathrm{M => 0}
```
```math
T = \frac{Force \cdot wheel_{radius}}{i_{g}} \cdot \frac{1}{\eta_{i_{g}}} \; \mathrm{for M < 0}
T = \frac{Force \cdot wheel_{radius}}{i_{g}} \cdot \frac{1}{\eta_{i_{g}}} \; \mathrm{M < 0}
```
### DriCy_Selo.read_toml(file)
This function loads the data of the vehicle.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment