Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Semesterprojekt Modulbasiertes Testen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Trappe
Semesterprojekt Modulbasiertes Testen
Commits
e8c61f78
Commit
e8c61f78
authored
4 years ago
by
Daniel Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Replace location_monitor_node.py
parent
0d909740
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sim/location_monitor/scripts/location_monitor_node.py
+2
-2
2 additions, 2 deletions
src/sim/location_monitor/scripts/location_monitor_node.py
with
2 additions
and
2 deletions
src/sim/location_monitor/scripts/location_monitor_node.py
+
2
−
2
View file @
e8c61f78
...
...
@@ -21,8 +21,8 @@ from gazebo_msgs.srv import GetWorldProperties
BotDist
=
float
(
sys
.
argv
[
1
])
#Abstand vom BotKoordinatenursprung zum Kollisions Rand
BotHeight
=
float
(
sys
.
argv
[
2
])
#Hoehe des Bots Waffle:0.14 Burger:0.19
BotSides
=
float
(
sys
.
argv
[
3
])
#Distanz Zur Ecke. Waffle:0.1
65
Burger:0
BotSideRad
=
float
(
sys
.
argv
[
4
])
#Ausrichtungs Radius. Waffle:
6
5 Burger:0
BotSides
=
float
(
sys
.
argv
[
3
])
#Distanz Zur Ecke. Waffle:0.1
2
Burger:0
BotSideRad
=
float
(
sys
.
argv
[
4
])
#Ausrichtungs Radius. Waffle:
5
5 Burger:0
SafeDist
=
float
(
sys
.
argv
[
5
])
#Sicherheitsabstand
DestinationX
=
float
(
sys
.
argv
[
6
])
#Ziellinie
Timeout
=
float
(
sys
.
argv
[
7
])
#timeout
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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