-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix Heron warnings #6717
Fix Heron warnings #6717
Conversation
This is the new warning that produces the Heron USV robot to fall into the sea, because there is no bounding object:
A workaround would be to make a simple bounding object from multiple Pose nodes instead of loading the whole mesh and scaling it down. This would reduce the complexity of the simulation as well. |
After adding the boundingObject, the simulation is working as expected. |
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.
Looks good, just remove the changelog
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.
Thank you
Whit this change (decimating the mesh), the last warning is fixed: |
Fix Heron warnings
* Fix Heron warnings (#6717) Fix Heron warnings * print more info * use absolute path for heron protos * Revert "print more info" This reverts commit f9d5e51. * directly use water bounding boxes --------- Co-authored-by: MNikoliCC <[email protected]>
Description
The
EXTERNPROTO
import paths for certain PROTO files were incorrectly referencing raw GitHub URLs, such ashttps://raw.githubusercontent.com/cyberbotics/webots/R2025a/
.... This has been fixed by replacing them with the correct Webots-specific protocolwebots://
.Related Issues
Fixes #6716
Tasks
Add the list of tasks of this PR.