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

Generated Data Simulator (WIP) #76

Open
wants to merge 70 commits into
base: main
Choose a base branch
from
Open

Generated Data Simulator (WIP) #76

wants to merge 70 commits into from

Conversation

wlsanderson
Copy link
Contributor

Adds a new --sim argument that will run the mock simulation with randomly generated data. Long-term WIP.

@wlsanderson wlsanderson added the enhancement New feature or request label Nov 5, 2024
@wlsanderson wlsanderson linked an issue Nov 5, 2024 that may be closed by this pull request
@harshil21 harshil21 marked this pull request as draft November 6, 2024 02:43
simulator/sim_imu.py Outdated Show resolved Hide resolved
simulator/sim_imu.py Outdated Show resolved Hide resolved
simulator/data_gen.py Outdated Show resolved Hide resolved
Comment on lines +103 to +105
"-s",
"--sim",
help="Runs the data simulation alongside the mock simulation, with an optional scale",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe down the line we might have to make this a subcommand so we can pass in more arguments to the sim.
So something like python main.py sim --type full-scale --temperature 278

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

atp just change the config imo

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

Successfully merging this pull request may close these issues.

Add functionality to generate datasets
3 participants