Skip to content

Commit 01eac27

Browse files
committed
Clean up again
1 parent e8db711 commit 01eac27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dora_node_hub/dora_andino_mujoco_sim/dora_andino_mujoco_sim

dora_node_hub/dora_andino_mujoco_sim/dora_andino_mujoco_sim/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def convert_rgb_to_bgr(frame_rgb: np.ndarray) -> np.ndarray:
4646
return frame_rgb[:, :, ::-1]
4747
raise ValueError("Input frame must be a 3-channel RGB image.")
4848

49+
4950
def main() -> None:
5051
"""Execute the Andino MuJoCo simulation dora node."""
5152
try:

0 commit comments

Comments
 (0)