Skip to content

Commit 64510b0

Browse files
Resolved the conflicts
1 parent c1b025c commit 64510b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ScenarioManager/atomic_scenario_behavior.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,9 @@ def update(self):
201201
"""
202202
new_status = py_trees.common.Status.RUNNING
203203

204-
<<<<<<< 211b9fbc35138cf2a3f18736fb53036ed40447f0
205204
delta_velocity = CarlaDataProvider.get_velocity(
206205
self._vehicle) - self._target_velocity
207206
if delta_velocity < EPSILON:
208-
=======
209-
if (CarlaDataProvider.get_velocity(
210-
self.vehicle) - self.target_velocity) < EPSILON:
211-
>>>>>>> * Added new scenario in control_loss.py
212207
new_status = py_trees.common.Status.SUCCESS
213208

214209
self.logger.debug("%s.update()[%s->%s]" %

0 commit comments

Comments
 (0)