# 8. 자율 주행하기

1. 자율주행 프로그램을 실행한다.

{% file src="/files/-MAn4r-fdu2btsO0lvgH" %}
훈련된 모델 파일
{% endfile %}

```
source ~/env/bin/activate
(env)cd mycar/
(env)python manage.py drive --model ~/mycar/models/mypilot.h5
```

2\. 웹을  통해서 콘트롤 페이지에 접속한다.

```
http://<jetracer_ip_address>:8887
```

![](/files/-M2DeHRY60QBPt2F2YdQ)

3\. 자동차를 레이스 트랙에 놓고, 모드와 파일롯을 설정하면, 자동차는 자율주행을 시작한다.


---

# 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://robertchoi.gitbook.io/jetracer/undefined-6.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.
