-
Notifications
You must be signed in to change notification settings - Fork 13
Csv sensor #58
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
Csv sensor #58
Conversation
|
Sieht gut aus. Ich habe es aber nicht getestet. @lisaeb wie sieht das für dich aus? Was brauchst du zusätzlich/ was machst du anders? |
|
Please remove the *.csv files from the commit. |
added *.csv files to gitignore
JonasBreuling
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. @lisaeb what do you think?
|
Looks fine for me, as a default export for now totally sufficient. Everything beyond is solver and/or contribution specific and would require the option to add own functions that are evaluated and added, which we should consider imo in the future. Otherwise, as soon as the need for specialised output arises, say for instance a force, the workflow will become messy/hacky. |
Added class Sensor
Applied to example with rigid body --> double_pendulum.py
Applied to example with rod --> rod_export_demo.py