Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
localization VROB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Böttger
localization VROB
Commits
7f20c393
Commit
7f20c393
authored
1 year ago
by
Jessica Dreyer
Browse files
Options
Downloads
Patches
Plain Diff
Corrected Spelling mistakes
parent
195dca30
Branches
Branches containing commit
No related tags found
1 merge request
!1
Development
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
race_managment.py
+2
-2
2 additions, 2 deletions
race_managment.py
with
2 additions
and
2 deletions
race_managment.py
+
2
−
2
View file @
7f20c393
...
...
@@ -14,10 +14,10 @@ from grafic import Line_Plotter, Line_Plotter_Time, Track_Plotter, Dashboard
#%% constant values
HOST
=
''
# Symbolic name meaning all available interfaces
PORT
=
50007
# Arbitrary non-privileged port
CHAR_RECIVING
=
31
# Number of chars
witch
one message contains
CHAR_RECIVING
=
31
# Number of chars one
UDP-
message contains
THRESHOLD_LEFT
=
0.05
# Value to detect a left turn of the robot
THRESHOLD_RIGHT
=
-
0.05
# Value to detect a right turn of the robot
BLOCK_SIZE_DA
=
10
# Number of iterations to analy
s
e the se
k
tion type
BLOCK_SIZE_DA
=
10
# Number of iterations to analy
z
e the se
c
tion type
S
=
0
# Value for a straight part of the track
R
=
1
# Value for a right turn
L
=
2
# Value for a left turn
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment