We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d3998 commit 429385bCopy full SHA for 429385b
1 file changed
src/scenic/domains/driving/actions.py
@@ -60,7 +60,7 @@ def setWalkingDirection(self, heading):
60
self.setOrientation(toOrientation(heading))
61
62
def setWalkingSpeed(self, speed):
63
- print(f"SETTING SPEED: {speed}")
+ print(f"SETTING SPEED: {speed}. HEADING IS {self.heading}")
64
self.setVelocity(Vector(0, speed).rotatedBy(self.heading))
65
66
0 commit comments