Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
b2program
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
b2program
Commits
4a8a169b
Unverified
Commit
4a8a169b
authored
Feb 3, 2021
by
Fabian Vu
Committed by
GitHub
Feb 3, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Update Cruise_finite1_deterministic_exec.py
parent
62aad46e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/Python_Primitives/Cruise_finite1_deterministic_exec.py
+1
-78
1 addition, 78 deletions
...ks/Python_Primitives/Cruise_finite1_deterministic_exec.py
with
1 addition
and
78 deletions
benchmarks/Python_Primitives/Cruise_finite1_deterministic_exec.py
+
1
−
78
View file @
4a8a169b
...
...
@@ -16,7 +16,7 @@ class Cruise_finite1_deterministic_exec:
self
.
counter
=
BInteger
(
0
)
def
simulate
(
self
):
while
((
self
.
counter
.
less
(
BInteger
(
100
))).
booleanValue
()):
while
((
self
.
counter
.
less
(
BInteger
(
100
000
))).
booleanValue
()):
self
.
_Cruise_finite1_deterministic
.
CruiseBecomesAllowed
()
self
.
_Cruise_finite1_deterministic
.
CruiseBecomesNotAllowed
()
self
.
_Cruise_finite1_deterministic
.
CruiseBecomesAllowed
()
...
...
@@ -1382,80 +1382,3 @@ class Cruise_finite1_deterministic_exec:
def
getCruiseAllowed
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_CruiseAllowed
()
return
out
def
getCruiseActive
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_CruiseActive
()
return
out
def
getVehicleAtCruiseSpeed
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_VehicleAtCruiseSpeed
()
return
out
def
getVehicleCanKeepSpeed
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_VehicleCanKeepSpeed
()
return
out
def
getVehicleTryKeepSpeed
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_VehicleTryKeepSpeed
()
return
out
def
getSpeedAboveMax
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_SpeedAboveMax
()
return
out
def
getVehicleTryKeepTimeGap
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_VehicleTryKeepTimeGap
()
return
out
def
getNumberOfSetCruise
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_NumberOfSetCruise
()
return
out
def
getCruiseSpeedAtMax
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_CruiseSpeedAtMax
()
return
out
def
getObstacleDistance
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_ObstacleDistance
()
return
out
def
getObstacleStatusJustChanged
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_ObstacleStatusJustChanged
()
return
out
def
getCCInitialisationInProgress
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_CCInitialisationInProgress
()
return
out
def
getCruiseSpeedChangeInProgress
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_CruiseSpeedChangeInProgress
()
return
out
def
getObstaclePresent
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_ObstaclePresent
()
return
out
def
getObstacleRelativeSpeed
(
self
):
out
=
None
out
=
_Cruise_finite1_deterministic
.
_get_ObstacleRelativeSpeed
()
return
out
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