File tree Expand file tree Collapse file tree
src/scenic/domains/driving Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ class Trajectory(object):
163163
164164behavior FollowTrajectoryBehavior (trajectory , terminationDistance = 1 ):
165165 """
166- Follows the given ` Trajectory` .
166+ Follows the given Trajectory.
167167
168168 The behavior terminates when either of the following conditions are met the vehicle position is within
169- ` terminationDistance` of the end of the trajectory.
169+ terminationDistance of the end of the trajectory.
170170
171171 Args:
172- trajectory: A ` Trajectory` .
173- terminationDistance: The behavior will terminate when the vehicle position is within ` terminationDistance`
172+ trajectory: A Trajectory.
173+ terminationDistance: The behavior will terminate when the vehicle position is within terminationDistance
174174 of the end of the trajectory.
175175 """
176176 assert isinstance (trajectory, Trajectory)
You can’t perform that action at this time.
0 commit comments