Added just getting frames and not displaying. Added publishing to ros and zeromq.

This commit is contained in:
simleek
2019-11-03 14:48:13 -07:00
parent e6c825efe3
commit 268ecddbe0
24 changed files with 656 additions and 322 deletions

View File

@@ -1,4 +1,4 @@
from displayarray import display
import numpy as np
display(np.random.normal(0.5, 0.1, (500, 500, 3))).block()
display(np.random.normal(0.5, 0.1, (500, 500, 3))).block()