Project Initialization
First Upload to Gitea
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import RobotState
|
||||
|
||||
class IdleState(RobotState):
|
||||
def update(self, ctx, intent, dt):
|
||||
if intent.walk:
|
||||
return "walking"
|
||||
return None
|
||||
Reference in New Issue
Block a user