JetRacer: Optimierung der Streckenführung: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Zeile 35: Zeile 35:


==== Familiarization with the existing Framework ====
==== Familiarization with the existing Framework ====
===== Connecting the Jetracer =====


To be familiarized with the existing framework, [[JetRacer: Teach-In Tutorial]] was followed. Inside the Teach-In Tutorial, another link from [https://www.waveshare.com/wiki/JetRacer%20Pro%20AI%20Kit Waveshare] can be found, which provides a detailed guide to run and train the Jetracer. In addition to these, I am writing some personal remarks that I think would be helpful.
To be familiarized with the existing framework, [[JetRacer: Teach-In Tutorial]] was followed. Inside the Teach-In Tutorial, another link from [https://www.waveshare.com/wiki/JetRacer%20Pro%20AI%20Kit Waveshare] can be found, which provides a detailed guide to run and train the Jetracer. In addition to these, I am writing some personal remarks that I think would be helpful.
Zeile 42: Zeile 44:
After we follow all the steps and successfully connect the Jetracer to PC, we get a new IP for the Jetracer. Once we get this, we can just dierectly connect to the Jetracer using that. But sometimes the IP changes randomly. So far I have seen '20', '21' and '25' for the last digit. So if there is trouble with the connetion, it is advisable to check the IP which is shown on the small OLED display of Jetracer like the figure below.
After we follow all the steps and successfully connect the Jetracer to PC, we get a new IP for the Jetracer. Once we get this, we can just dierectly connect to the Jetracer using that. But sometimes the IP changes randomly. So far I have seen '20', '21' and '25' for the last digit. So if there is trouble with the connetion, it is advisable to check the IP which is shown on the small OLED display of Jetracer like the figure below.
[[Datei:IP.jpg|thumb|links|mini|200px|Fig. 1: IP on OLED of the Jetracer]]
[[Datei:IP.jpg|thumb|links|mini|200px|Fig. 1: IP on OLED of the Jetracer]]
<br clear=all>
===== Training the Jetracer =====

Version vom 25. Mai 2023, 09:27 Uhr

Abb. 1: JetRacer AI Pro von Waveshare

Autor: Arfat Kamal
Art: Projektatbeitarbeit
Geplanter Start: TBD
Betreuer: Prof. Schneider


Aufgabenstellung

  1. Einarbeitung in das bestehende Framwework
  2. Optimierung der KI für den Rundkurs im Labor Autonome Systeme (Geschwindigkeit, Robustheit).
  3. Nutzung von MATLAB zum Anlernen des Jetson Nano.
  4. Nutzung von ROS2 zum Anlernen des Jetson Nano.
  5. Bewertung der Vor- und Nachteile der Programmierungebungen.
  6. Dokumentation nach wissenschaftlichem Stand im HSHL-Wiki

Anforderungen an die wissenschaftliche Arbeit

SVN-Repositorium

Getting started

Lesen Sie zum Einstieg diesen Artikel
Siddiquy, T.: Automated lane following of a Waveshare JetRacer with artificial intelligence. Bachelorarbeit

Documentation

Familiarization with the existing Framework

Connecting the Jetracer

To be familiarized with the existing framework, JetRacer: Teach-In Tutorial was followed. Inside the Teach-In Tutorial, another link from Waveshare can be found, which provides a detailed guide to run and train the Jetracer. In addition to these, I am writing some personal remarks that I think would be helpful.

When connecting to the Jetracer from PC for the first time, the default IP is used, which is 192.168.55.1:8888. It is essential that the Jetracer is connected to the PC via USB during this procedure. Otherwise it will not be connected.

After we follow all the steps and successfully connect the Jetracer to PC, we get a new IP for the Jetracer. Once we get this, we can just dierectly connect to the Jetracer using that. But sometimes the IP changes randomly. So far I have seen '20', '21' and '25' for the last digit. So if there is trouble with the connetion, it is advisable to check the IP which is shown on the small OLED display of Jetracer like the figure below.

Fig. 1: IP on OLED of the Jetracer


Training the Jetracer