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 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2160558
heron usv project
harunkurtdev May 11, 2024
437c99a
swarm
harunkurtdev May 11, 2024
3fc6493
swarm
harunkurtdev May 11, 2024
5be6b7a
swarm.wbproj
harunkurtdev May 11, 2024
f6cbbb6
heron.png
harunkurtdev May 11, 2024
a6e8881
heron.png and protofile
harunkurtdev May 11, 2024
fdf1865
keyboard controller and proto head
harunkurtdev May 11, 2024
071ddd2
Heron.proto header add
harunkurtdev May 12, 2024
26cba49
Heron.proto header version change
harunkurtdev May 12, 2024
cc85b84
ocean.wbt and swarm.wbt change version
harunkurtdev May 12, 2024
d55d15c
ocean.wbt and swarm.wbt change version
harunkurtdev May 12, 2024
112c5f1
windows delete artificats
harunkurtdev May 12, 2024
39281ee
windows delete artificats
harunkurtdev May 12, 2024
3041cc1
ocean.sample.png
harunkurtdev May 14, 2024
17892cf
Create heron.md
harunkurtdev May 14, 2024
34af82d
documents add all of
harunkurtdev May 16, 2024
5d3be71
new update for heron.md and Heron.proto file
harunkurtdev Jun 7, 2024
ae1afe0
Merge branch 'master' into clearpath_heron_usv
omichel Aug 8, 2024
3e68ab5
heron file update
harunkurtdev Aug 8, 2024
1c8e0d0
heron file update
harunkurtdev Aug 8, 2024
6d39e18
heron.md changed
harunkurtdev Aug 8, 2024
b2b4dcf
update .wbt
harunkurtdev Aug 8, 2024
4ab51e9
Merge branch 'master' into clearpath_heron_usv
omichel Aug 12, 2024
2be06b5
Merge branch 'master' into clearpath_heron_usv
harunkurtdev Sep 25, 2024
b84139f
heron_collision.stl insert Heron.proto
harunkurtdev Sep 25, 2024
aba20d8
ocean.wbproj update
harunkurtdev Sep 25, 2024
5794f2c
heron.md update
harunkurtdev Sep 27, 2024
d6191a4
Update heron.md
harunkurtdev Sep 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions projects/robots/clearpath/heron/protos/docs/heron.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
The [clearpath's Heron USV](https://robots.ros.org/clearpath-heron-usv/) is a USV platform.

### Reliability:
Heron is known for engineering quality and durability based on Clearpath Robotics' years of experience. This allows users to perform their tasks without worrying about reliability.
### Flexibility:
Heron's modular design allows it to be configured according to users' needs and task requirements. This facilitates the integration of different sensors, equipment and loads, making it suitable for a variety of applications.
### Autonomous Capabilities:
Heron has autonomous navigation capabilities that can perform complex tasks. This ensures it can travel designated routes and complete tasks without operator intervention.
### High Performance:
Heron is a high-performance platform optimized for long-range and long-duration missions. This provides the ability to cover large areas, collect data, and be continuously active throughout the mission.
harunkurtdev marked this conversation as resolved.
Show resolved Hide resolved

### Movie Presentation

![youtube video](https://www.youtube.com/watch?v=qWRyCnJWVuM)

### Heron PROTO

Derived from [Robot](https://cyberbotics.com/doc/reference/robot).

```
Heron {
SFVec3f translation 0 0 0
SFRotation rotation 0 1 0 1.5708
SFString name "heron"
SFString controller "heron_usv_controller"
MFString controllerArgs []
SFBool synchronization TRUE
SFColor color 0.8 0.5 0.1
MFNode bodySlot []
}
```

#### Heron Field Summary

- `bodySlot`: Extends the robot with new nodes.

### Samples

You will find the following sample in this folder: "[WEBOTS\_HOME/projects/robots/clearpath/heron/worlds]({{ url.github_tree }}/projects/robots/clearpath/heron/worlds)".

#### [heron\ocean.wbt]({{ url.github_tree }}/projects/robots/clearpath/moose/worlds/heron\ocean.wbt)

![moose_demo.wbt.png](images/moose/moose_demo.wbt.thumbnail.jpg) This simulation shows a Moose robot following a predefined path on an uneven terrain. It carries a cardboard box.2.wbt.thumbnail.jpg) This simulation shows a PR2 robot grabbing biscuit boxes from one table, and putting them on another table.
harunkurtdev marked this conversation as resolved.
Show resolved Hide resolved
Loading