-
Notifications
You must be signed in to change notification settings - Fork 4
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
Calculate in configs #87
Labels
Comments
Units to convert:
|
We could also add some constants: https://en.wikipedia.org/wiki/Physical_constant
We should remove lconfs |
<config id="environment">
<unit name="street_width">12m</unit>
</config>
<module>
<config>
<int name="id">12</int>
<raw src="lookup_table.csv" />
<int name="road_width">${street_width} / 2</int>
</config>
<config use="environment" />
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calculate in configs,
The framework would calculate in SI-units and rad
The text was updated successfully, but these errors were encountered: