-
Notifications
You must be signed in to change notification settings - Fork 99
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
Very unrealistic physics during competition run for a falling UGV #719
Comments
This appears to be very common now, we can reproduce it almost every time with the stairs in urban environment. physicswhat.mp4 |
@rsawtell I'd check whether the inertial properties of all links are reasonable. Especially, whether the wheels have some non-negligible weight. |
Looking at the CoRo_Allie sdf the wheels all have 5.124 and the body has 26.6. |
Okay, the inertials look good. The collision element look good, too. This is becoming strange. What was happening before? Did the robot roll down another flight of stairs before it came to the view? We do not observe this kind of problems in any finals world with ctu_cras_norlab robots. However, we do not roll down stairs :) |
The very newest version of gazebo (4.9.1) added a plugin for visualizing contacts. Can you use this plugin to visualize them to see whether there are any false contact points detected? You'll find the plugin in the three dot menu of the GUI... |
We have updated DART to resolve this issue in this PR. Let me know if you still see this problem. |
This happened to the poor X2 in competition run 07 of CTU-CRAS-NORLAB:
Full resolution video here: https://vimeo.com/489336330 .
It seems some highly unrealistic forces were generated during the fall.
The text was updated successfully, but these errors were encountered: