There was an error while loading. Please reload this page.
1 parent a0788c1 commit e8db711Copy full SHA for e8db711
1 file changed
dora_node_hub/dora_andino_mujoco_sim/dora_andino_mujoco_sim/main.py
@@ -9,8 +9,6 @@
9
import pyarrow as pa
10
from dora import Node
11
12
-import time
13
-
14
MUJOCO_ANDINO_CAMARA_NAME = "andino_cam"
15
16
@@ -50,7 +48,6 @@ def convert_rgb_to_bgr(frame_rgb: np.ndarray) -> np.ndarray:
50
48
51
49
def main() -> None:
52
"""Execute the Andino MuJoCo simulation dora node."""
53
- old_time = time.time()
54
try:
55
node = Node("Andino MuJoCo Simulation")
56
0 commit comments