merged latest from develop
This commit is contained in:
commit
c264634b5f
10 changed files with 78 additions and 62 deletions
|
@ -708,7 +708,6 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
|
|||
x = request.position.x
|
||||
y = request.position.y
|
||||
options.set_position(x, y)
|
||||
lat, lon, alt = None, None, None
|
||||
has_geo = request.HasField("geo")
|
||||
if has_geo:
|
||||
lat = request.geo.lat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue