You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---> 15 import WalabotAPI as radar
17 logger = logging.getLogger(name)
19 # Radar scan arena in spherical (r-Θ-Φ) coordinates from radar unit origin.
20 # Radial distance (R) is along the Z axis. In cm.
21 # Angle Theta (Θ) is from the Z axis. In degrees.
22 # Angle Phi (Φ) is from the X axis to orthogonal projection on the XY plane. In degrees.
23 # NB: (max - min) / res should be an integer.
24 # NB: The camera's angle of view must match the arena.
ModuleNotFoundError: No module named 'WalabotAPI'
The text was updated successfully, but these errors were encountered:
---> 15 import WalabotAPI as radar
17 logger = logging.getLogger(name)
19 # Radar scan arena in spherical (r-Θ-Φ) coordinates from radar unit origin.
20 # Radial distance (R) is along the Z axis. In cm.
21 # Angle Theta (Θ) is from the Z axis. In degrees.
22 # Angle Phi (Φ) is from the X axis to orthogonal projection on the XY plane. In degrees.
23 # NB: (max - min) / res should be an integer.
24 # NB: The camera's angle of view must match the arena.
ModuleNotFoundError: No module named 'WalabotAPI'
The text was updated successfully, but these errors were encountered: