Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bosdyn-api / api / spot_cam / camera_pb2.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: bosdyn/api/spot_cam/camera.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()


from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/spot_cam/camera.proto\x12\x13\x62osdyn.api.spot_cam\x1a\x19\x62osdyn/api/geometry.proto\"\xbe\x04\n\x06\x43\x61mera\x12\x0c\n\x04name\x18\x01 \x01(\t\x12$\n\nresolution\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x17\n\x0f\x62\x61se_frame_name\x18\x03 \x01(\t\x12\x32\n\x11\x62\x61se_tfrom_sensor\x18\x04 \x01(\x0b\x32\x13.bosdyn.api.SE3PoseB\x02\x18\x01\x12.\n\x11\x62\x61se_tform_sensor\x18\x07 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12@\n\x07pinhole\x18\x05 \x01(\x0b\x32-.bosdyn.api.spot_cam.Camera.PinholeIntrinsicsH\x00\x12@\n\tspherical\x18\x06 \x01(\x0b\x32+.bosdyn.api.spot_cam.Camera.SphericalLimitsH\x00\x1a\x93\x01\n\x11PinholeIntrinsics\x12&\n\x0c\x66ocal_length\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12&\n\x0c\x63\x65nter_point\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\n\n\x02k1\x18\x03 \x01(\x02\x12\n\n\x02k2\x18\x04 \x01(\x02\x12\n\n\x02k3\x18\x05 \x01(\x02\x12\n\n\x02k4\x18\x06 \x01(\x02\x1a[\n\x0fSphericalLimits\x12#\n\tmin_angle\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12#\n\tmax_angle\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2B\x0c\n\nintrinsicsB\rB\x0b\x43\x61meraProtob\x06proto3')



_CAMERA = DESCRIPTOR.message_types_by_name['Camera']
_CAMERA_PINHOLEINTRINSICS = _CAMERA.nested_types_by_name['PinholeIntrinsics']
_CAMERA_SPHERICALLIMITS = _CAMERA.nested_types_by_name['SphericalLimits']
Camera = _reflection.GeneratedProtocolMessageType('Camera', (_message.Message,), {

  'PinholeIntrinsics' : _reflection.GeneratedProtocolMessageType('PinholeIntrinsics', (_message.Message,), {
    'DESCRIPTOR' : _CAMERA_PINHOLEINTRINSICS,
    '__module__' : 'bosdyn.api.spot_cam.camera_pb2'
    # @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.Camera.PinholeIntrinsics)
    })
  ,

  'SphericalLimits' : _reflection.GeneratedProtocolMessageType('SphericalLimits', (_message.Message,), {
    'DESCRIPTOR' : _CAMERA_SPHERICALLIMITS,
    '__module__' : 'bosdyn.api.spot_cam.camera_pb2'
    # @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.Camera.SphericalLimits)
    })
  ,
  'DESCRIPTOR' : _CAMERA,
  '__module__' : 'bosdyn.api.spot_cam.camera_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.Camera)
  })
_sym_db.RegisterMessage(Camera)
_sym_db.RegisterMessage(Camera.PinholeIntrinsics)
_sym_db.RegisterMessage(Camera.SphericalLimits)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'B\013CameraProto'
  _CAMERA.fields_by_name['base_tfrom_sensor']._options = None
  _CAMERA.fields_by_name['base_tfrom_sensor']._serialized_options = b'\030\001'
  _CAMERA._serialized_start=85
  _CAMERA._serialized_end=659
  _CAMERA_PINHOLEINTRINSICS._serialized_start=405
  _CAMERA_PINHOLEINTRINSICS._serialized_end=552
  _CAMERA_SPHERICALLIMITS._serialized_start=554
  _CAMERA_SPHERICALLIMITS._serialized_end=645
# @@protoc_insertion_point(module_scope)