Update scene.py
This commit is contained in:
parent
b360cff1a6
commit
b07e0dbd3f
|
@ -2,11 +2,15 @@ import time
|
|||
import grpc
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from robowaiter.proto import camera
|
||||
from robowaiter.proto import semantic_map
|
||||
import math
|
||||
from robowaiter.proto import GrabSim_pb2
|
||||
from robowaiter.proto import GrabSim_pb2_grpc
|
||||
|
||||
|
||||
|
||||
|
||||
channel = grpc.insecure_channel(
|
||||
"localhost:30001",
|
||||
options=[
|
||||
|
|
Loading…
Reference in New Issue