Init
This commit is contained in:
7
world/commons/other_robot.py
Normal file
7
world/commons/other_robot.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import numpy as np
|
||||
|
||||
class OtherRobot:
|
||||
def __init__(self, is_teammate: bool=True):
|
||||
self.is_teammate = is_teammate
|
||||
self.position = np.zeros(3)
|
||||
self.last_seen_time = None
|
||||
Reference in New Issue
Block a user