-
Notifications
You must be signed in to change notification settings - Fork 69
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
Use world solver in ocean waves world #236
Conversation
This reduces noise in the force-torque sensor readings. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Note: Might need to add to other demos as well |
@scpeters I just tried this out with the integrated world and I'm seeing the terminal flooded with these messages
|
sorry I forgot to mention that. This message is annoying but expected with this solver. There is an API call to disable these messages (from bitbucket pull request 2512 merged in gazebosim/gazebo-classic@dacd915). There is currently a way to disable the console messages via the C++ API ( |
I think we can set it from an SDFormat parameter: see gazebosim/gazebo-classic#3194 |
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.
Thanks for the clarification.
Do we want to add the <ode_quiet>1</ode_quiet>
element here? I'll approve this PR in case nonetheless.
Once gazebosim/gazebo-classic#3194 is released, this will silence the LCP Internal Error console messages. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
added in 7a23e50 |
Created a ticket for updating all other worlds in the future. #245 |
This reduces noise in the force-torque sensor readings and joint velocity measurements to address #167.
Default quick-step solver
This has noise in the force-torque sensor outputs but even more significantly in the joint velocity measurements.
dave_demo_quick.mp4
World-step solver
This significantly reduces noise in all joints, with only the
oberon/pitch
joint showing noise in its velocity measurement.dave_demo_world.mp4
cc @crvogt