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

More changes in README

parent de57b0d7
Branches
Tags
No related merge requests found
...@@ -35,18 +35,18 @@ Important notes regarding the robot: ...@@ -35,18 +35,18 @@ Important notes regarding the robot:
* Notes on constant values (in race_management.py): * Notes on constant values (in race_management.py):
* CHAR_RECIVING: number of chars in one UDP-message * CHAR_RECIVING: number of chars in one UDP-message
This value should only be changed if the sent string changes. **This value should only be changed if the sent string changes.**
* THRESHOLD_LEFT, THRESHOLD_RIGHT: value to detect a left or right turn * THRESHOLD_LEFT, THRESHOLD_RIGHT: value to detect a left or right turn
This value can be changed to possibly improve the algorithm. **This value can be changed to possibly improve the algorithm.**
* BLOCK_SIZE_DA: number of iterations to analyse the section type * BLOCK_SIZE_DA: number of iterations to analyse the section type
This value can be changed to possibly improve the algorithm. **This value can be changed to possibly improve the algorithm.**
* S = 0: value for a straight part of the track * S = 0: value for a straight part of the track
* R = 1: value for a right turn * R = 1: value for a right turn
* L = 2: value for a left turn * L = 2: value for a left turn
This values should not be changed in order to maintain the algorithm. **This values should not be changed in order to maintain the algorithm.**
## Authors and acknowledgment ## Authors and acknowledgment
Jessica Dreyer, Sebastian Böttger Jessica Dreyer, Sebastian Böttger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment