Skip to content
Snippets Groups Projects
Commit ac9de5a3 authored by Jessica Dreyer's avatar Jessica Dreyer
Browse files

Corrected spelling mistakes

parent 78c53672
No related branches found
No related tags found
No related merge requests found
...@@ -42,10 +42,10 @@ Important notes regarding the robot: ...@@ -42,10 +42,10 @@ Important notes regarding the robot:
* Connect the EV3 robot to the same network as your executing device. * Connect the EV3 robot to the same network as your executing device.
The following adjustments might be necessary, before the algorithm is executable: The following adjustments might be necessary, before the algorithm is executable:
* change ip-address in Lokalisierung_LEGO/main.py to the ip-address of the executing device * Change the ip-address in Lokalisierung_LEGO/main.py to the ip-address of the executing device.
* insert the sections of the race track in localization.py (get_set_of_section_*()) * Insert the sections of the race track in localization.py (get_set_of_section_*()).
* structure of a section: [name, section_type, previous_sections_type] * structure of a section: [name, section_type, previous_sections_type]
* if the track plotter is used, insert a set of track parts in the file grafic (get_set_of_trackparts_*()). * If the track plotter is used, insert a set of track parts in the file grafic (get_set_of_trackparts_*()).
* structure of a section: [URL, name, start position(x,y), start orientation] * structure of a section: [URL, name, start position(x,y), start orientation]
* Images of the race tracks are not included in this git. If interested, please contact the authors. * Images of the race tracks are not included in this git. If interested, please contact the authors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment