You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JacopoPan do you know of a way to induce motor delay for a given time amount using the _pyhiics function or would we need to use the _dynamics function to do this?
I think the easiest way is to start implementing motor delay in the aviaries with RPM inputs and simulation stepped by PyBullet and simply by adding a buffer of actions that matches the delay measured in simulation steps (of course, in this case, the simulation integration step should be smaller than the delay we want to introduce).
I think I tried doing a first order low pass filter on the actions based of the motor delay and the simulation freq within the step function and that seemed to help
@JacopoPan do you know of a way to induce motor delay for a given time amount using the _pyhiics function or would we need to use the _dynamics function to do this?
Could we modify the step function to change:
to
where the num_of_steps is calculated by doing something like:
I did try this but it seems to just instantly crash the drone.
The text was updated successfully, but these errors were encountered: