Skip to content
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

Clearpath Heron USV #6548

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

harunkurtdev
Copy link

Description
Clearpath's USV vehicle named Heron has been added.

Tasks
Add the list of tasks of this PR.

  • New Robot

Screenshots
ocean
swarm

@harunkurtdev harunkurtdev requested a review from a team as a code owner May 11, 2024 13:01
@omichel
Copy link
Member

omichel commented May 11, 2024

There are several errors reported by the CI on the "Test Sources". In particular:

/home/runner/work/webots/webots/projects/robots/clearpath/heron/controllers/heron_usv_controller/heron_usv_controller.py:29:1: W293: blank line contains whitespace
/home/runner/work/webots/webots/projects/robots/clearpath/heron/controllers/heron_usv_controller/heron_usv_controller.py:46:1: W293: blank line contains whitespace
Missing ".wproj" file: "/home/runner/work/webots/webots/projects/robots/clearpath/heron/worlds/.swarm.wbproj"
Wrong line ending in file: "/home/runner/work/webots/webots/projects/robots/clearpath/heron/obj/boat.obj"
missing icon: "/home/runner/work/webots/webots/projects/robots/clearpath/heron/protos/Heron.proto"
Wrong header in file: "/home/runner/work/webots/webots/projects/robots/clearpath/heron/protos/Heron.proto"

etc.

Can you please fix them?

@harunkurtdev
Copy link
Author

I fix that bugs @omichel

@omichel
Copy link
Member

omichel commented May 13, 2024

Thank you. Could you please also write a short documentation? This is required for robots distributed in Webots.

@harunkurtdev
Copy link
Author

@omichel I finish all of for document, can you check ?

@ShuffleWire ShuffleWire mentioned this pull request Aug 8, 2024
48 tasks
@harunkurtdev
Copy link
Author

@omichel sir can you check ? #6597

Copy link
Member

@omichel omichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prop.dae doesn't seem to be used and should be removed.
The bounding object (heron_collision.stl) should not be made up of STL file, but simply boxes which will be much more efficient and less buggy.
The PROTO and world files should not contain any linearVelocity or angularVelocity fields.

Comment on lines +5 to +6
There are 2 engines, engine name ```left_motor```and ```right_motor``.
You can add new Camera, GPS or other sensors you want under ``body_slot```.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is mix of triple back-quotes and double back-quotes here.

@harunkurtdev
Copy link
Author

harunkurtdev commented Aug 28, 2024

prop.dae doesn't seem to be used and should be removed.
The bounding object (heron_collision.stl) should not be made up of STL file, but simply boxes which will be much more efficient and less buggy.
The PROTO and world files should not contain any linearVelocity or angularVelocity fields.

If I integrate the heron collision file, the vehicle cannot turn left or right at all.
I changed viscous and etc. a little hard with heron collision file.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants