Typo
This commit is contained in:
parent
4f07fa660b
commit
f5f937fe12
@ -245,7 +245,7 @@ end
|
||||
while true do
|
||||
print("---------------")
|
||||
print("State: " .. T.state.current_state)
|
||||
print("Pos: " .. T.state.x .. "," .. T.state.z .. "(" .. T.getorientation() .. ")")
|
||||
print("Pos: " .. T.state.x .. "," .. T.state.z .. "(" .. T.getOrientation() .. ")")
|
||||
T.state.current_state = state_machine[T.state.current_state]()
|
||||
|
||||
write("Enter to step ")
|
||||
|
Loading…
Reference in New Issue
Block a user