-
Notifications
You must be signed in to change notification settings - Fork 0
-
Initial Mechanical-Dynamics Based Simulation Infrastructure
No due date Last updated over 2 years agoAll work to make this simulation framework will start with an initi…
All work to make this simulation framework will start with an initial framework capable of simulating kinetics and kinematics. Future simulation areas may be explored and added in the future.
-
Provided Models
No due date Last updated over 2 years agoThe model-based sim framework should come with enough default models to set up a basic simulation without programming any rust
-
Idiomatic Values
No due date Last updated over 2 years agoOne major problem I have seen while working on simulations is unit …
One major problem I have seen while working on simulations is unit ambiguity. Conversion factors are spread throughout the code, and many errors come from incorrect assumptions about the units on a number. We want to implement a unit-powered value system to prevent these issues from happening in this framework.
-
Initial Plan
No due date Last updated over 2 years agoAll tasks that push the project toward a feature-complete initial plan go here