Skip to content

Commit

Permalink
Merge remote-tracking branch 'devel/public-branch' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dfremont committed Oct 7, 2020
2 parents de6c108 + 24eac22 commit 0b04e80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scenic/domains/driving/behaviors.scenic
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ behavior WalkForwardBehavior():
normal_vec = Vector.normalized(end_vec)
take WalkTowardsAction(goal_position=normal_vec), SetSpeedAction(speed=1)

behavior ConstantThrottleBehavior(x):
take SetThrottleAction(x)

behavior FollowLaneBehavior(target_speed = 10, laneToFollow=None, is_oppositeTraffic=False):
"""
Expand Down

0 comments on commit 0b04e80

Please sign in to comment.