> For the complete documentation index, see [llms.txt](https://101.warmersun.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://101.warmersun.com/mover/self-driving-vehicles/self-driving-vehicle-collection.md).

# our collection

## On Water

### Ferry Boat

![zeubuz](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/selfdrivingboat.jpg)

[🔗 https://www.zeabuz.com/](https://www.zeabuz.com/)

### Cargo Ship

![Yara Birkeland](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/yara_birkeland.png)

[🔗 Yara Birkeland](https://www.yara.com/news-and-media/media-library/press-kits/yara-birkeland-press-kit/)

## On Land

### Bicycle

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-bicycle.png)

[🔗 Introducing the self-driving bicycle in the Netherlands - by Google Nederland](https://youtu.be/LSZPNwZex9s?si=VImSfoRUbLvp9Tii)

### Motorbike

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-motorbike.jpg)

[🔗 World First BMW Self Driving Motorbike Demo Live Video 2019 BMW Vision R1200 Autonomous Motorbike V](https://youtu.be/MfGmfV9em1A?si=gRxxqDn_uPbFKCty)

### Tractor

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-tractor.png)

[John Deere fully autonomous tractor - CES 2022](https://www.deere.com/en/news/all-news/autonomous-tractor-reveal/)

### Stroller

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-stroller.jpg)

[Gluxkind AI stroller](https://gluxkind.com/)

## In the Air

### Helicopter

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-helicopter.jpg)

[🔗 Sikorsky and DARPA Autonomous Black Hawk](https://youtu.be/dYcq_pzLsjA?si=EntAXYubCTxmFvre)

### Fighter Jet

![](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/self-driving-f16.jpg)

[🔗 AI F16](https://breakingdefense.com/2023/01/inside-the-special-f-16-the-air-force-is-using-to-test-out-ai/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://101.warmersun.com/mover/self-driving-vehicles/self-driving-vehicle-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
