current-data-py 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. current_data_py/__init__.py +6 -0
  2. current_data_py/_proto/builtin_interfaces/duration_pb2.py +25 -0
  3. current_data_py/_proto/builtin_interfaces/time_pb2.py +25 -0
  4. current_data_py/_proto/custom_msgs/joint_current_pb2.py +26 -0
  5. current_data_py/_proto/foxglove/compressed_video_pb2.py +26 -0
  6. current_data_py/_proto/geometry_msgs/point32_pb2.py +25 -0
  7. current_data_py/_proto/geometry_msgs/point_pb2.py +25 -0
  8. current_data_py/_proto/geometry_msgs/pose_pb2.py +27 -0
  9. current_data_py/_proto/geometry_msgs/pose_stamped_pb2.py +27 -0
  10. current_data_py/_proto/geometry_msgs/pose_with_covariance_pb2.py +26 -0
  11. current_data_py/_proto/geometry_msgs/pose_with_covariance_stamped_pb2.py +27 -0
  12. current_data_py/_proto/geometry_msgs/quaternion_pb2.py +25 -0
  13. current_data_py/_proto/geometry_msgs/transform_pb2.py +27 -0
  14. current_data_py/_proto/geometry_msgs/transform_stamped_pb2.py +27 -0
  15. current_data_py/_proto/geometry_msgs/twist_pb2.py +26 -0
  16. current_data_py/_proto/geometry_msgs/twist_stamped_pb2.py +27 -0
  17. current_data_py/_proto/geometry_msgs/twist_with_covariance_pb2.py +26 -0
  18. current_data_py/_proto/geometry_msgs/twist_with_covariance_stamped_pb2.py +27 -0
  19. current_data_py/_proto/geometry_msgs/vector3_pb2.py +25 -0
  20. current_data_py/_proto/geometry_msgs/wrench_pb2.py +26 -0
  21. current_data_py/_proto/geometry_msgs/wrench_stamped_pb2.py +27 -0
  22. current_data_py/_proto/nav_msgs/map_meta_data_pb2.py +27 -0
  23. current_data_py/_proto/nav_msgs/occupancy_grid_pb2.py +27 -0
  24. current_data_py/_proto/nav_msgs/odometry_pb2.py +28 -0
  25. current_data_py/_proto/nav_msgs/path_pb2.py +27 -0
  26. current_data_py/_proto/sensor_msgs/battery_state_pb2.py +32 -0
  27. current_data_py/_proto/sensor_msgs/camera_info_pb2.py +27 -0
  28. current_data_py/_proto/sensor_msgs/compressed_image_pb2.py +26 -0
  29. current_data_py/_proto/sensor_msgs/image_pb2.py +26 -0
  30. current_data_py/_proto/sensor_msgs/imu_pb2.py +28 -0
  31. current_data_py/_proto/sensor_msgs/joint_state_pb2.py +26 -0
  32. current_data_py/_proto/sensor_msgs/laser_scan_pb2.py +26 -0
  33. current_data_py/_proto/sensor_msgs/nav_sat_fix_pb2.py +29 -0
  34. current_data_py/_proto/sensor_msgs/nav_sat_status_pb2.py +27 -0
  35. current_data_py/_proto/sensor_msgs/point_cloud2_pb2.py +27 -0
  36. current_data_py/_proto/sensor_msgs/point_field_pb2.py +27 -0
  37. current_data_py/_proto/sensor_msgs/range_pb2.py +28 -0
  38. current_data_py/_proto/sensor_msgs/region_of_interest_pb2.py +25 -0
  39. current_data_py/_proto/std_msgs/bool_pb2.py +25 -0
  40. current_data_py/_proto/std_msgs/color_rgba_pb2.py +25 -0
  41. current_data_py/_proto/std_msgs/float32_pb2.py +25 -0
  42. current_data_py/_proto/std_msgs/float64_pb2.py +25 -0
  43. current_data_py/_proto/std_msgs/header_pb2.py +26 -0
  44. current_data_py/_proto/std_msgs/int32_pb2.py +25 -0
  45. current_data_py/_proto/std_msgs/string_pb2.py +25 -0
  46. current_data_py/_proto/std_msgs/uint32_pb2.py +25 -0
  47. current_data_py/_proto/tf2_msgs/tf_message_pb2.py +26 -0
  48. current_data_py/message_metadata.py +31 -0
  49. current_data_py/read_td.py +30 -0
  50. current_data_py/schema.py +102 -0
  51. current_data_py/write_td.py +30 -0
  52. current_data_py-0.1.0.dist-info/METADATA +70 -0
  53. current_data_py-0.1.0.dist-info/RECORD +55 -0
  54. current_data_py-0.1.0.dist-info/WHEEL +5 -0
  55. current_data_py-0.1.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,27 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: nav_msgs/path.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.geometry_msgs import pose_stamped_pb2 as geometry__msgs_dot_pose__stamped__pb2
15
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13nav_msgs/path.proto\x12\x08nav_msgs\x1a geometry_msgs/pose_stamped.proto\x1a\x15std_msgs/header.proto\"S\n\x04Path\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12)\n\x05poses\x18\x02 \x03(\x0b\x32\x1a.geometry_msgs.PoseStampedb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.nav_msgs.path_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _PATH._serialized_start=90
26
+ _PATH._serialized_end=173
27
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,32 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/battery_state.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fsensor_msgs/battery_state.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"\xf6\n\n\x0c\x42\x61tteryState\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0f\n\x07voltage\x18\x02 \x01(\x02\x12\x13\n\x0btemperature\x18\x03 \x01(\x02\x12\x0f\n\x07\x63urrent\x18\x04 \x01(\x02\x12\x0e\n\x06\x63harge\x18\x05 \x01(\x02\x12\x10\n\x08\x63\x61pacity\x18\x06 \x01(\x02\x12\x17\n\x0f\x64\x65sign_capacity\x18\x07 \x01(\x02\x12\x12\n\npercentage\x18\x08 \x01(\x02\x12H\n\x13power_supply_status\x18\t \x01(\x0e\x32+.sensor_msgs.BatteryState.PowerSupplyStatus\x12H\n\x13power_supply_health\x18\n \x01(\x0e\x32+.sensor_msgs.BatteryState.PowerSupplyHealth\x12P\n\x17power_supply_technology\x18\x0b \x01(\x0e\x32/.sensor_msgs.BatteryState.PowerSupplyTechnology\x12\x0f\n\x07present\x18\x0c \x01(\x08\x12\x14\n\x0c\x63\x65ll_voltage\x18\r \x03(\x02\x12\x18\n\x10\x63\x65ll_temperature\x18\x0e \x03(\x02\x12\x10\n\x08location\x18\x0f \x01(\t\x12\x15\n\rserial_number\x18\x10 \x01(\t\"\xbf\x01\n\x11PowerSupplyStatus\x12\x1f\n\x1bPOWER_SUPPLY_STATUS_UNKNOWN\x10\x00\x12 \n\x1cPOWER_SUPPLY_STATUS_CHARGING\x10\x01\x12#\n\x1fPOWER_SUPPLY_STATUS_DISCHARGING\x10\x02\x12$\n POWER_SUPPLY_STATUS_NOT_CHARGING\x10\x03\x12\x1c\n\x18POWER_SUPPLY_STATUS_FULL\x10\x04\"\xd9\x02\n\x11PowerSupplyHealth\x12\x1f\n\x1bPOWER_SUPPLY_HEALTH_UNKNOWN\x10\x00\x12\x1c\n\x18POWER_SUPPLY_HEALTH_GOOD\x10\x01\x12 \n\x1cPOWER_SUPPLY_HEALTH_OVERHEAT\x10\x02\x12\x1c\n\x18POWER_SUPPLY_HEALTH_DEAD\x10\x03\x12#\n\x1fPOWER_SUPPLY_HEALTH_OVERVOLTAGE\x10\x04\x12&\n\"POWER_SUPPLY_HEALTH_UNSPEC_FAILURE\x10\x05\x12\x1c\n\x18POWER_SUPPLY_HEALTH_COLD\x10\x06\x12-\n)POWER_SUPPLY_HEALTH_WATCHDOG_TIMER_EXPIRE\x10\x07\x12+\n\'POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE\x10\x08\"\xcf\x02\n\x15PowerSupplyTechnology\x12#\n\x1fPOWER_SUPPLY_TECHNOLOGY_UNKNOWN\x10\x00\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_NIMH\x10\x01\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_LION\x10\x02\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_LIPO\x10\x03\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_LIFE\x10\x04\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_NICD\x10\x05\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_LIMN\x10\x06\x12#\n\x1fPOWER_SUPPLY_TECHNOLOGY_TERNARY\x10\x07\x12 \n\x1cPOWER_SUPPLY_TECHNOLOGY_VRLA\x10\x08\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.battery_state_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _BATTERYSTATE._serialized_start=72
25
+ _BATTERYSTATE._serialized_end=1470
26
+ _BATTERYSTATE_POWERSUPPLYSTATUS._serialized_start=593
27
+ _BATTERYSTATE_POWERSUPPLYSTATUS._serialized_end=784
28
+ _BATTERYSTATE_POWERSUPPLYHEALTH._serialized_start=787
29
+ _BATTERYSTATE_POWERSUPPLYHEALTH._serialized_end=1132
30
+ _BATTERYSTATE_POWERSUPPLYTECHNOLOGY._serialized_start=1135
31
+ _BATTERYSTATE_POWERSUPPLYTECHNOLOGY._serialized_end=1470
32
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,27 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/camera_info.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.sensor_msgs import region_of_interest_pb2 as sensor__msgs_dot_region__of__interest__pb2
15
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsensor_msgs/camera_info.proto\x12\x0bsensor_msgs\x1a$sensor_msgs/region_of_interest.proto\x1a\x15std_msgs/header.proto\"\xe5\x01\n\nCameraInfo\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\r\n\x05width\x18\x03 \x01(\r\x12\x18\n\x10\x64istortion_model\x18\x04 \x01(\t\x12\t\n\x01\x64\x18\x05 \x03(\x01\x12\t\n\x01k\x18\x06 \x03(\x01\x12\t\n\x01r\x18\x07 \x03(\x01\x12\t\n\x01p\x18\x08 \x03(\x01\x12\x11\n\tbinning_x\x18\t \x01(\r\x12\x11\n\tbinning_y\x18\n \x01(\r\x12*\n\x03roi\x18\x0b \x01(\x0b\x32\x1d.sensor_msgs.RegionOfInterestb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.camera_info_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _CAMERAINFO._serialized_start=108
26
+ _CAMERAINFO._serialized_end=337
27
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/compressed_image.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"sensor_msgs/compressed_image.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"Q\n\x0f\x43ompressedImage\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0e\n\x06\x66ormat\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.compressed_image_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _COMPRESSEDIMAGE._serialized_start=74
25
+ _COMPRESSEDIMAGE._serialized_end=155
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/image.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17sensor_msgs/image.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"\x8c\x01\n\x05Image\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\r\n\x05width\x18\x03 \x01(\r\x12\x10\n\x08\x65ncoding\x18\x04 \x01(\t\x12\x14\n\x0cis_bigendian\x18\x05 \x01(\r\x12\x0c\n\x04step\x18\x06 \x01(\r\x12\x0c\n\x04\x64\x61ta\x18\x07 \x01(\x0c\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.image_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _IMAGE._serialized_start=64
25
+ _IMAGE._serialized_end=204
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,28 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/imu.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.geometry_msgs import quaternion_pb2 as geometry__msgs_dot_quaternion__pb2
15
+ from current_data_py._proto.geometry_msgs import vector3_pb2 as geometry__msgs_dot_vector3__pb2
16
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15sensor_msgs/imu.proto\x12\x0bsensor_msgs\x1a\x1egeometry_msgs/quaternion.proto\x1a\x1bgeometry_msgs/vector3.proto\x1a\x15std_msgs/header.proto\"\xab\x02\n\x03Imu\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12.\n\x0borientation\x18\x02 \x01(\x0b\x32\x19.geometry_msgs.Quaternion\x12\x1e\n\x16orientation_covariance\x18\x03 \x03(\x01\x12\x30\n\x10\x61ngular_velocity\x18\x04 \x01(\x0b\x32\x16.geometry_msgs.Vector3\x12#\n\x1b\x61ngular_velocity_covariance\x18\x05 \x03(\x01\x12\x33\n\x13linear_acceleration\x18\x06 \x01(\x0b\x32\x16.geometry_msgs.Vector3\x12&\n\x1elinear_acceleration_covariance\x18\x07 \x03(\x01\x62\x06proto3')
20
+
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.imu_pb2', globals())
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+
25
+ DESCRIPTOR._options = None
26
+ _IMU._serialized_start=123
27
+ _IMU._serialized_end=422
28
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/joint_state.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsensor_msgs/joint_state.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"p\n\nJointState\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0c\n\x04name\x18\x02 \x03(\t\x12\x10\n\x08position\x18\x03 \x03(\x01\x12\x10\n\x08velocity\x18\x04 \x03(\x01\x12\x0e\n\x06\x65\x66\x66ort\x18\x05 \x03(\x01\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.joint_state_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _JOINTSTATE._serialized_start=69
25
+ _JOINTSTATE._serialized_end=181
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/laser_scan.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1csensor_msgs/laser_scan.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"\xe2\x01\n\tLaserScan\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x11\n\tangle_min\x18\x02 \x01(\x02\x12\x11\n\tangle_max\x18\x03 \x01(\x02\x12\x17\n\x0f\x61ngle_increment\x18\x04 \x01(\x02\x12\x16\n\x0etime_increment\x18\x05 \x01(\x02\x12\x11\n\tscan_time\x18\x06 \x01(\x02\x12\x11\n\trange_min\x18\x07 \x01(\x02\x12\x11\n\trange_max\x18\x08 \x01(\x02\x12\x0e\n\x06ranges\x18\t \x03(\x02\x12\x13\n\x0bintensities\x18\n \x03(\x02\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.laser_scan_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _LASERSCAN._serialized_start=69
25
+ _LASERSCAN._serialized_end=295
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,29 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/nav_sat_fix.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.sensor_msgs import nav_sat_status_pb2 as sensor__msgs_dot_nav__sat__status__pb2
15
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsensor_msgs/nav_sat_fix.proto\x12\x0bsensor_msgs\x1a sensor_msgs/nav_sat_status.proto\x1a\x15std_msgs/header.proto\"\x86\x03\n\tNavSatFix\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12)\n\x06status\x18\x02 \x01(\x0b\x32\x19.sensor_msgs.NavSatStatus\x12\x10\n\x08latitude\x18\x03 \x01(\x01\x12\x11\n\tlongitude\x18\x04 \x01(\x01\x12\x10\n\x08\x61ltitude\x18\x05 \x01(\x01\x12\x1b\n\x13position_covariance\x18\x06 \x03(\x01\x12G\n\x18position_covariance_type\x18\x07 \x01(\x0e\x32%.sensor_msgs.NavSatFix.CovarianceType\"\x8e\x01\n\x0e\x43ovarianceType\x12\x1b\n\x17\x43OVARIANCE_TYPE_UNKNOWN\x10\x00\x12 \n\x1c\x43OVARIANCE_TYPE_APPROXIMATED\x10\x01\x12\"\n\x1e\x43OVARIANCE_TYPE_DIAGONAL_KNOWN\x10\x02\x12\x19\n\x15\x43OVARIANCE_TYPE_KNOWN\x10\x03\x62\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.nav_sat_fix_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _NAVSATFIX._serialized_start=104
26
+ _NAVSATFIX._serialized_end=494
27
+ _NAVSATFIX_COVARIANCETYPE._serialized_start=352
28
+ _NAVSATFIX_COVARIANCETYPE._serialized_end=494
29
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,27 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/nav_sat_status.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n sensor_msgs/nav_sat_status.proto\x12\x0bsensor_msgs\"\xce\x01\n\x0cNavSatStatus\x12\x30\n\x06status\x18\x01 \x01(\x0e\x32 .sensor_msgs.NavSatStatus.Status\x12\x0f\n\x07service\x18\x02 \x01(\r\"{\n\x06Status\x12\x0e\n\nSTATUS_FIX\x10\x00\x12\x13\n\x0fSTATUS_SBAS_FIX\x10\x01\x12\x13\n\x0fSTATUS_GBAS_FIX\x10\x02\x12\x1a\n\rSTATUS_NO_FIX\x10\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x1b\n\x0eSTATUS_UNKNOWN\x10\xfe\xff\xff\xff\xff\xff\xff\xff\xff\x01\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.nav_sat_status_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _NAVSATSTATUS._serialized_start=50
24
+ _NAVSATSTATUS._serialized_end=256
25
+ _NAVSATSTATUS_STATUS._serialized_start=133
26
+ _NAVSATSTATUS_STATUS._serialized_end=256
27
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,27 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/point_cloud2.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.sensor_msgs import point_field_pb2 as sensor__msgs_dot_point__field__pb2
15
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1esensor_msgs/point_cloud2.proto\x12\x0bsensor_msgs\x1a\x1dsensor_msgs/point_field.proto\x1a\x15std_msgs/header.proto\"\xd3\x01\n\x0bPointCloud2\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\r\n\x05width\x18\x03 \x01(\r\x12\'\n\x06\x66ields\x18\x04 \x03(\x0b\x32\x17.sensor_msgs.PointField\x12\x14\n\x0cis_bigendian\x18\x05 \x01(\x08\x12\x12\n\npoint_step\x18\x06 \x01(\r\x12\x10\n\x08row_step\x18\x07 \x01(\r\x12\x0c\n\x04\x64\x61ta\x18\x08 \x01(\x0c\x12\x10\n\x08is_dense\x18\t \x01(\x08\x62\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.point_cloud2_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _POINTCLOUD2._serialized_start=102
26
+ _POINTCLOUD2._serialized_end=313
27
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,27 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/point_field.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsensor_msgs/point_field.proto\x12\x0bsensor_msgs\"\x8e\x02\n\nPointField\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06offset\x18\x02 \x01(\r\x12\x32\n\x08\x64\x61tatype\x18\x03 \x01(\x0e\x32 .sensor_msgs.PointField.Datatype\x12\r\n\x05\x63ount\x18\x04 \x01(\r\"\x9e\x01\n\x08\x44\x61tatype\x12\x14\n\x10\x44\x41TATYPE_UNKNOWN\x10\x00\x12\x08\n\x04INT8\x10\x01\x12\t\n\x05UINT8\x10\x02\x12\t\n\x05INT16\x10\x03\x12\n\n\x06UINT16\x10\x04\x12\t\n\x05INT32\x10\x05\x12\n\n\x06UINT32\x10\x06\x12\x0b\n\x07\x46LOAT32\x10\x07\x12\x0b\n\x07\x46LOAT64\x10\x08\x12\t\n\x05INT64\x10\t\x12\n\n\x06UINT64\x10\n\x12\x08\n\x04\x42OOL\x10\x0b\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.point_field_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _POINTFIELD._serialized_start=47
24
+ _POINTFIELD._serialized_end=317
25
+ _POINTFIELD_DATATYPE._serialized_start=159
26
+ _POINTFIELD_DATATYPE._serialized_end=317
27
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,28 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/range.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17sensor_msgs/range.proto\x12\x0bsensor_msgs\x1a\x15std_msgs/header.proto\"\xf0\x01\n\x05Range\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x38\n\x0eradiation_type\x18\x02 \x01(\x0e\x32 .sensor_msgs.Range.RadiationType\x12\x15\n\rfield_of_view\x18\x03 \x01(\x02\x12\x11\n\tmin_range\x18\x04 \x01(\x02\x12\x11\n\tmax_range\x18\x05 \x01(\x02\x12\r\n\x05range\x18\x06 \x01(\x02\x12\x10\n\x08variance\x18\x07 \x01(\x02\"-\n\rRadiationType\x12\x0e\n\nULTRASOUND\x10\x00\x12\x0c\n\x08INFRARED\x10\x01\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.range_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _RANGE._serialized_start=64
25
+ _RANGE._serialized_end=304
26
+ _RANGE_RADIATIONTYPE._serialized_start=259
27
+ _RANGE_RADIATIONTYPE._serialized_end=304
28
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sensor_msgs/region_of_interest.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$sensor_msgs/region_of_interest.proto\x12\x0bsensor_msgs\"i\n\x10RegionOfInterest\x12\x10\n\x08x_offset\x18\x01 \x01(\r\x12\x10\n\x08y_offset\x18\x02 \x01(\r\x12\x0e\n\x06height\x18\x03 \x01(\r\x12\r\n\x05width\x18\x04 \x01(\r\x12\x12\n\ndo_rectify\x18\x05 \x01(\x08\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.sensor_msgs.region_of_interest_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _REGIONOFINTEREST._serialized_start=53
24
+ _REGIONOFINTEREST._serialized_end=158
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/bool.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13std_msgs/bool.proto\x12\x08std_msgs\"\x14\n\x04\x42ool\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x08\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.bool_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _BOOL._serialized_start=33
24
+ _BOOL._serialized_end=53
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/color_rgba.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19std_msgs/color_rgba.proto\x12\x08std_msgs\"7\n\tColorRGBA\x12\t\n\x01r\x18\x01 \x01(\x02\x12\t\n\x01g\x18\x02 \x01(\x02\x12\t\n\x01\x62\x18\x03 \x01(\x02\x12\t\n\x01\x61\x18\x04 \x01(\x02\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.color_rgba_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _COLORRGBA._serialized_start=39
24
+ _COLORRGBA._serialized_end=94
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/float32.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16std_msgs/float32.proto\x12\x08std_msgs\"\x17\n\x07\x46loat32\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x02\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.float32_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _FLOAT32._serialized_start=36
24
+ _FLOAT32._serialized_end=59
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/float64.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16std_msgs/float64.proto\x12\x08std_msgs\"\x17\n\x07\x46loat64\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x01\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.float64_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _FLOAT64._serialized_start=36
24
+ _FLOAT64._serialized_end=59
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/header.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.builtin_interfaces import time_pb2 as builtin__interfaces_dot_time__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15std_msgs/header.proto\x12\x08std_msgs\x1a\x1d\x62uiltin_interfaces/time.proto\"C\n\x06Header\x12\'\n\x05stamp\x18\x01 \x01(\x0b\x32\x18.builtin_interfaces.Time\x12\x10\n\x08\x66rame_id\x18\x02 \x01(\tb\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.header_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _HEADER._serialized_start=66
25
+ _HEADER._serialized_end=133
26
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/int32.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14std_msgs/int32.proto\x12\x08std_msgs\"\x15\n\x05Int32\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x05\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.int32_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _INT32._serialized_start=34
24
+ _INT32._serialized_end=55
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/string.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15std_msgs/string.proto\x12\x08std_msgs\"\x16\n\x06String\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\tb\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.string_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _STRING._serialized_start=35
24
+ _STRING._serialized_end=57
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: std_msgs/uint32.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15std_msgs/uint32.proto\x12\x08std_msgs\"\x16\n\x06UInt32\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\rb\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.std_msgs.uint32_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _UINT32._serialized_start=35
24
+ _UINT32._serialized_end=57
25
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,26 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: tf2_msgs/tf_message.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from current_data_py._proto.geometry_msgs import transform_stamped_pb2 as geometry__msgs_dot_transform__stamped__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19tf2_msgs/tf_message.proto\x12\x08tf2_msgs\x1a%geometry_msgs/transform_stamped.proto\"@\n\tTFMessage\x12\x33\n\ntransforms\x18\x01 \x03(\x0b\x32\x1f.geometry_msgs.TransformStampedb\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'current_data_py._proto.tf2_msgs.tf_message_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _TFMESSAGE._serialized_start=78
25
+ _TFMESSAGE._serialized_end=142
26
+ # @@protoc_insertion_point(module_scope)