# 2. Kjøretur med sving

Hvis høyre og venstre motor kjører med forskjellig fart vil robotbilen dreie. I dette eksempelet kjører bit:boten fremover, deretter svinger til høyre fordi venstre motor går raskere enn høyre. Til slutt kjører den fremover igjen.

### Program

{% embed url="<https://makecode.microbit.org/_fMefwKCMLe3w>" %}

### Prøv selv

* Sjekk at micro:biten kjører litt fremover, tar en høyresving og kjører fremover igjen

### Utfordringer

1. Prøv å få bit:boten til å lage en sving på 90-grader før den kjører fremover igjen.
2. Prøv å få bit:boten til å rotere en hel runde om seg selv
3. Prøv å få bit:boten til å kjøre i et kvadrat med sidelengde 100 cm
4. Lag en bane på gulvet med maskeringstape som bit:boten kan gjennomføre


---

# Agent Instructions: 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:

```
GET https://oppgaver.n00b.no/micro-bit/bit-bot/2.-kjoretur-med-sving.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
