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

Adding noise in _step() function #1

Open
TaoChenOSU opened this issue Jul 15, 2019 · 0 comments
Open

Adding noise in _step() function #1

TaoChenOSU opened this issue Jul 15, 2019 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@TaoChenOSU
Copy link
Collaborator

pos, vel, rot, omega, acc = self.sense_noise.add_noise(
pos=self.dynamics.pos,
vel=self.dynamics.vel,
rot=self.dynamics.rot,
omega=self.dynamics.omega,
acc=self.dynamics.accelerometer,
dt=self.dt
)

Why do we need this here? Adding noise is already done in state_vector() functions.

@TaoChenOSU TaoChenOSU added the question Further information is requested label Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants