-
Notifications
You must be signed in to change notification settings - Fork 15
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
Science sensor system causes glitches in sim #168
Comments
Hey Ben, I was able to reproduce this on I also noticed Could you try this out with #127 and see if the lag disappears for you? |
Thanks for looking into this issue. Yes, I'll merge in #127 to my local and give it a shot. |
I did a quick test to switch to barycentric interpolation in #127 by this line in
to try to isolate if the disappearance of lag comes from the TRILINEAR method, or the infrastructure improvements. So I'm guessing the lag might come from infrastructure. That of course says nothing about whether interpolation is correct, which we should check separately. But seems like things are better with the new code, not worse. In any case, to test whether interpolation is correct, which is probably the next step, we should start from the new code. |
resolved in #191 |
Hi @mabelzhang,
I've been testing the empty_world env with the science sensor system in the loop and it seems like the queries are causing significant slowdowns. As a result the vehicle appears to be glitching along the navigated track.
empty_world_tethys.mp4
The temperature values produced for temperature seem to be correct.
To reproduce run the lrauv-application with the following inputs:
./bin/LRAUV -x "run Science/profile_station.xml"
Thanks
The text was updated successfully, but these errors were encountered: