current-data-py 0.1.0__tar.gz

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 (63) hide show
  1. current_data_py-0.1.0/MANIFEST.in +1 -0
  2. current_data_py-0.1.0/PKG-INFO +70 -0
  3. current_data_py-0.1.0/README.md +61 -0
  4. current_data_py-0.1.0/__init__.py +6 -0
  5. current_data_py-0.1.0/current_data_py.egg-info/PKG-INFO +70 -0
  6. current_data_py-0.1.0/current_data_py.egg-info/SOURCES.txt +20 -0
  7. current_data_py-0.1.0/current_data_py.egg-info/dependency_links.txt +1 -0
  8. current_data_py-0.1.0/current_data_py.egg-info/requires.txt +2 -0
  9. current_data_py-0.1.0/current_data_py.egg-info/top_level.txt +1 -0
  10. current_data_py-0.1.0/message_metadata.py +31 -0
  11. current_data_py-0.1.0/proto_gen/python/msg/builtin_interfaces/duration_pb2.py +25 -0
  12. current_data_py-0.1.0/proto_gen/python/msg/builtin_interfaces/time_pb2.py +25 -0
  13. current_data_py-0.1.0/proto_gen/python/msg/custom_msgs/joint_current_pb2.py +26 -0
  14. current_data_py-0.1.0/proto_gen/python/msg/foxglove/compressed_video_pb2.py +26 -0
  15. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/point32_pb2.py +25 -0
  16. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/point_pb2.py +25 -0
  17. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/pose_pb2.py +27 -0
  18. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/pose_stamped_pb2.py +27 -0
  19. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/pose_with_covariance_pb2.py +26 -0
  20. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/pose_with_covariance_stamped_pb2.py +27 -0
  21. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/quaternion_pb2.py +25 -0
  22. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/transform_pb2.py +27 -0
  23. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/transform_stamped_pb2.py +27 -0
  24. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/twist_pb2.py +26 -0
  25. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/twist_stamped_pb2.py +27 -0
  26. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/twist_with_covariance_pb2.py +26 -0
  27. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/twist_with_covariance_stamped_pb2.py +27 -0
  28. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/vector3_pb2.py +25 -0
  29. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/wrench_pb2.py +26 -0
  30. current_data_py-0.1.0/proto_gen/python/msg/geometry_msgs/wrench_stamped_pb2.py +27 -0
  31. current_data_py-0.1.0/proto_gen/python/msg/nav_msgs/map_meta_data_pb2.py +27 -0
  32. current_data_py-0.1.0/proto_gen/python/msg/nav_msgs/occupancy_grid_pb2.py +27 -0
  33. current_data_py-0.1.0/proto_gen/python/msg/nav_msgs/odometry_pb2.py +28 -0
  34. current_data_py-0.1.0/proto_gen/python/msg/nav_msgs/path_pb2.py +27 -0
  35. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/battery_state_pb2.py +32 -0
  36. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/camera_info_pb2.py +27 -0
  37. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/compressed_image_pb2.py +26 -0
  38. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/image_pb2.py +26 -0
  39. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/imu_pb2.py +28 -0
  40. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/joint_state_pb2.py +26 -0
  41. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/laser_scan_pb2.py +26 -0
  42. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/nav_sat_fix_pb2.py +29 -0
  43. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/nav_sat_status_pb2.py +27 -0
  44. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/point_cloud2_pb2.py +27 -0
  45. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/point_field_pb2.py +27 -0
  46. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/range_pb2.py +28 -0
  47. current_data_py-0.1.0/proto_gen/python/msg/sensor_msgs/region_of_interest_pb2.py +25 -0
  48. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/bool_pb2.py +25 -0
  49. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/color_rgba_pb2.py +25 -0
  50. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/float32_pb2.py +25 -0
  51. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/float64_pb2.py +25 -0
  52. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/header_pb2.py +26 -0
  53. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/int32_pb2.py +25 -0
  54. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/string_pb2.py +25 -0
  55. current_data_py-0.1.0/proto_gen/python/msg/std_msgs/uint32_pb2.py +25 -0
  56. current_data_py-0.1.0/proto_gen/python/msg/tf2_msgs/tf_message_pb2.py +26 -0
  57. current_data_py-0.1.0/pyproject.toml +16 -0
  58. current_data_py-0.1.0/read_td.py +30 -0
  59. current_data_py-0.1.0/schema.py +102 -0
  60. current_data_py-0.1.0/setup.cfg +4 -0
  61. current_data_py-0.1.0/setup.py +60 -0
  62. current_data_py-0.1.0/tests/check_package.py +44 -0
  63. current_data_py-0.1.0/write_td.py +30 -0
@@ -0,0 +1 @@
1
+ include tests/check_package.py
@@ -0,0 +1,70 @@
1
+ Metadata-Version: 2.4
2
+ Name: current-data-py
3
+ Version: 0.1.0
4
+ Summary: Current Data protobuf messages and schema metadata
5
+ Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
7
+ Requires-Dist: protobuf>=3.20
8
+ Requires-Dist: turbodata==0.1.0
9
+
10
+ # current-data-py
11
+
12
+ Current Data protobuf messages and schema metadata. Requires Python 3.9+.
13
+
14
+ ```bash
15
+ pip install current-data-py
16
+ ```
17
+
18
+ ```python
19
+ from current_data_py import SCHEMA_TO_CLASS, descriptor_set, topic_metadata
20
+ from current_data_py.schema import Pose
21
+
22
+ message = Pose()
23
+ message.position.y = 1.0
24
+ metadata = topic_metadata(Pose)
25
+ decoded = SCHEMA_TO_CLASS[metadata["schema_name"]].FromString(message.SerializeToString())
26
+ ```
27
+
28
+ TD examples write/read a Pose on `/head/pose/command`:
29
+
30
+ ```bash
31
+ python -m current_data_py.write_td example.td
32
+ python -m current_data_py.read_td example.td
33
+ ```
34
+
35
+ ## Development and releases
36
+
37
+ Packaging configuration lives in `current_data_py/`. Generated messages live
38
+ only in the repository's `proto_gen/python/msg`. Regenerate them using the
39
+ existing `proto/generate.sh` workflow after changing `proto/msg`.
40
+ The build reads those files and adjusts their Python imports in the build
41
+ directory, placing them under `current_data_py._proto` in the wheel.
42
+ It does not modify or duplicate generated sources in the checkout.
43
+ The source distribution includes the original generated files so it can also
44
+ build without `protoc`. Installation requires neither the repository nor `protoc`.
45
+
46
+ ```bash
47
+ cd current_data_py # from the repository root
48
+ python -m pip install build twine
49
+ python -m build
50
+ python -m twine check dist/*
51
+ python tests/check_distribution.py
52
+ ```
53
+
54
+ Artifacts are written to `current_data_py/dist/`. The build adds the shared
55
+ protobuf inputs to the source archive without copying them into this directory.
56
+
57
+ For development, use a regular `pip install .` and run from outside the checkout;
58
+ reinstall after changes. Editable installs are not supported by this build step.
59
+
60
+ Install the wheel in a fresh environment and run
61
+ `python /absolute/path/to/current_data_py/tests/check_package.py` from outside
62
+ the repository. Use a clean `dist` for each release and increment the version
63
+ in `pyproject.toml`. Confirm the package name, license and supported Python
64
+ versions before publishing. No license has been selected yet.
65
+
66
+ ```bash
67
+ python -m twine upload --repository testpypi dist/*
68
+ # After validating the test release:
69
+ python -m twine upload dist/*
70
+ ```
@@ -0,0 +1,61 @@
1
+ # current-data-py
2
+
3
+ Current Data protobuf messages and schema metadata. Requires Python 3.9+.
4
+
5
+ ```bash
6
+ pip install current-data-py
7
+ ```
8
+
9
+ ```python
10
+ from current_data_py import SCHEMA_TO_CLASS, descriptor_set, topic_metadata
11
+ from current_data_py.schema import Pose
12
+
13
+ message = Pose()
14
+ message.position.y = 1.0
15
+ metadata = topic_metadata(Pose)
16
+ decoded = SCHEMA_TO_CLASS[metadata["schema_name"]].FromString(message.SerializeToString())
17
+ ```
18
+
19
+ TD examples write/read a Pose on `/head/pose/command`:
20
+
21
+ ```bash
22
+ python -m current_data_py.write_td example.td
23
+ python -m current_data_py.read_td example.td
24
+ ```
25
+
26
+ ## Development and releases
27
+
28
+ Packaging configuration lives in `current_data_py/`. Generated messages live
29
+ only in the repository's `proto_gen/python/msg`. Regenerate them using the
30
+ existing `proto/generate.sh` workflow after changing `proto/msg`.
31
+ The build reads those files and adjusts their Python imports in the build
32
+ directory, placing them under `current_data_py._proto` in the wheel.
33
+ It does not modify or duplicate generated sources in the checkout.
34
+ The source distribution includes the original generated files so it can also
35
+ build without `protoc`. Installation requires neither the repository nor `protoc`.
36
+
37
+ ```bash
38
+ cd current_data_py # from the repository root
39
+ python -m pip install build twine
40
+ python -m build
41
+ python -m twine check dist/*
42
+ python tests/check_distribution.py
43
+ ```
44
+
45
+ Artifacts are written to `current_data_py/dist/`. The build adds the shared
46
+ protobuf inputs to the source archive without copying them into this directory.
47
+
48
+ For development, use a regular `pip install .` and run from outside the checkout;
49
+ reinstall after changes. Editable installs are not supported by this build step.
50
+
51
+ Install the wheel in a fresh environment and run
52
+ `python /absolute/path/to/current_data_py/tests/check_package.py` from outside
53
+ the repository. Use a clean `dist` for each release and increment the version
54
+ in `pyproject.toml`. Confirm the package name, license and supported Python
55
+ versions before publishing. No license has been selected yet.
56
+
57
+ ```bash
58
+ python -m twine upload --repository testpypi dist/*
59
+ # After validating the test release:
60
+ python -m twine upload dist/*
61
+ ```
@@ -0,0 +1,6 @@
1
+ """Protobuf message schemas and metadata for Current Data."""
2
+
3
+ from .message_metadata import descriptor_set, topic_metadata
4
+ from .schema import SCHEMA_TO_CLASS
5
+
6
+ __all__ = ["SCHEMA_TO_CLASS", "descriptor_set", "topic_metadata"]
@@ -0,0 +1,70 @@
1
+ Metadata-Version: 2.4
2
+ Name: current-data-py
3
+ Version: 0.1.0
4
+ Summary: Current Data protobuf messages and schema metadata
5
+ Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
7
+ Requires-Dist: protobuf>=3.20
8
+ Requires-Dist: turbodata==0.1.0
9
+
10
+ # current-data-py
11
+
12
+ Current Data protobuf messages and schema metadata. Requires Python 3.9+.
13
+
14
+ ```bash
15
+ pip install current-data-py
16
+ ```
17
+
18
+ ```python
19
+ from current_data_py import SCHEMA_TO_CLASS, descriptor_set, topic_metadata
20
+ from current_data_py.schema import Pose
21
+
22
+ message = Pose()
23
+ message.position.y = 1.0
24
+ metadata = topic_metadata(Pose)
25
+ decoded = SCHEMA_TO_CLASS[metadata["schema_name"]].FromString(message.SerializeToString())
26
+ ```
27
+
28
+ TD examples write/read a Pose on `/head/pose/command`:
29
+
30
+ ```bash
31
+ python -m current_data_py.write_td example.td
32
+ python -m current_data_py.read_td example.td
33
+ ```
34
+
35
+ ## Development and releases
36
+
37
+ Packaging configuration lives in `current_data_py/`. Generated messages live
38
+ only in the repository's `proto_gen/python/msg`. Regenerate them using the
39
+ existing `proto/generate.sh` workflow after changing `proto/msg`.
40
+ The build reads those files and adjusts their Python imports in the build
41
+ directory, placing them under `current_data_py._proto` in the wheel.
42
+ It does not modify or duplicate generated sources in the checkout.
43
+ The source distribution includes the original generated files so it can also
44
+ build without `protoc`. Installation requires neither the repository nor `protoc`.
45
+
46
+ ```bash
47
+ cd current_data_py # from the repository root
48
+ python -m pip install build twine
49
+ python -m build
50
+ python -m twine check dist/*
51
+ python tests/check_distribution.py
52
+ ```
53
+
54
+ Artifacts are written to `current_data_py/dist/`. The build adds the shared
55
+ protobuf inputs to the source archive without copying them into this directory.
56
+
57
+ For development, use a regular `pip install .` and run from outside the checkout;
58
+ reinstall after changes. Editable installs are not supported by this build step.
59
+
60
+ Install the wheel in a fresh environment and run
61
+ `python /absolute/path/to/current_data_py/tests/check_package.py` from outside
62
+ the repository. Use a clean `dist` for each release and increment the version
63
+ in `pyproject.toml`. Confirm the package name, license and supported Python
64
+ versions before publishing. No license has been selected yet.
65
+
66
+ ```bash
67
+ python -m twine upload --repository testpypi dist/*
68
+ # After validating the test release:
69
+ python -m twine upload dist/*
70
+ ```
@@ -0,0 +1,20 @@
1
+ MANIFEST.in
2
+ README.md
3
+ __init__.py
4
+ message_metadata.py
5
+ pyproject.toml
6
+ read_td.py
7
+ schema.py
8
+ setup.py
9
+ write_td.py
10
+ ./__init__.py
11
+ ./message_metadata.py
12
+ ./read_td.py
13
+ ./schema.py
14
+ ./write_td.py
15
+ current_data_py.egg-info/PKG-INFO
16
+ current_data_py.egg-info/SOURCES.txt
17
+ current_data_py.egg-info/dependency_links.txt
18
+ current_data_py.egg-info/requires.txt
19
+ current_data_py.egg-info/top_level.txt
20
+ tests/check_package.py
@@ -0,0 +1,2 @@
1
+ protobuf>=3.20
2
+ turbodata==0.1.0
@@ -0,0 +1 @@
1
+ current_data_py
@@ -0,0 +1,31 @@
1
+ from google.protobuf import descriptor_pb2
2
+
3
+ from .schema import SCHEMA_TO_CLASS
4
+
5
+
6
+ CLASS_TO_SCHEMA = {message_class: schema for schema, message_class in SCHEMA_TO_CLASS.items()}
7
+
8
+
9
+ def descriptor_set(message_class) -> bytes:
10
+ seen = set()
11
+ result = descriptor_pb2.FileDescriptorSet()
12
+
13
+ def collect(descriptor) -> None:
14
+ if descriptor.name in seen:
15
+ return
16
+ seen.add(descriptor.name)
17
+ for dependency in descriptor.dependencies:
18
+ collect(dependency)
19
+ result.file.add().ParseFromString(descriptor.serialized_pb)
20
+
21
+ collect(message_class.DESCRIPTOR.file)
22
+ return result.SerializeToString()
23
+
24
+
25
+ def topic_metadata(message_class) -> dict[str, object]:
26
+ return {
27
+ "message_encoding": "protobuf",
28
+ "schema_name": CLASS_TO_SCHEMA[message_class],
29
+ "schema_encoding": "protobuf",
30
+ "schema_data": descriptor_set(message_class),
31
+ }
@@ -0,0 +1,25 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: builtin_interfaces/duration.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!builtin_interfaces/duration.proto\x12\x12\x62uiltin_interfaces\"(\n\x08\x44uration\x12\x0b\n\x03sec\x18\x01 \x01(\x05\x12\x0f\n\x07nanosec\x18\x02 \x01(\rb\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'builtin_interfaces.duration_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _DURATION._serialized_start=57
24
+ _DURATION._serialized_end=97
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: builtin_interfaces/time.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\x1d\x62uiltin_interfaces/time.proto\x12\x12\x62uiltin_interfaces\"$\n\x04Time\x12\x0b\n\x03sec\x18\x01 \x01(\x05\x12\x0f\n\x07nanosec\x18\x02 \x01(\rb\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'builtin_interfaces.time_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _TIME._serialized_start=53
24
+ _TIME._serialized_end=89
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: custom_msgs/joint_current.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 std_msgs import header_pb2 as std__msgs_dot_header__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63ustom_msgs/joint_current.proto\x12\x0b\x63ustom_msgs\x1a\x15std_msgs/header.proto\"O\n\x0cJointCurrent\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x0c\n\x04name\x18\x02 \x03(\t\x12\x0f\n\x07\x63urrent\x18\x03 \x03(\x01\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'custom_msgs.joint_current_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _JOINTCURRENT._serialized_start=71
25
+ _JOINTCURRENT._serialized_end=150
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: foxglove/compressed_video.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 google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x66oxglove/compressed_video.proto\x12\x08\x66oxglove\x1a\x1fgoogle/protobuf/timestamp.proto\"p\n\x0f\x43ompressedVideo\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x10\n\x08\x66rame_id\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x12\x0e\n\x06\x66ormat\x18\x04 \x01(\tb\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'foxglove.compressed_video_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _COMPRESSEDVIDEO._serialized_start=78
25
+ _COMPRESSEDVIDEO._serialized_end=190
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: geometry_msgs/point32.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\x1bgeometry_msgs/point32.proto\x12\rgeometry_msgs\"*\n\x07Point32\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01z\x18\x03 \x01(\x02\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.point32_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _POINT32._serialized_start=46
24
+ _POINT32._serialized_end=88
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: geometry_msgs/point.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\x19geometry_msgs/point.proto\x12\rgeometry_msgs\"(\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.point_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _POINT._serialized_start=44
24
+ _POINT._serialized_end=84
25
+ # @@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: geometry_msgs/pose.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 geometry_msgs import point_pb2 as geometry__msgs_dot_point__pb2
15
+ from geometry_msgs import quaternion_pb2 as geometry__msgs_dot_quaternion__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18geometry_msgs/pose.proto\x12\rgeometry_msgs\x1a\x19geometry_msgs/point.proto\x1a\x1egeometry_msgs/quaternion.proto\"^\n\x04Pose\x12&\n\x08position\x18\x01 \x01(\x0b\x32\x14.geometry_msgs.Point\x12.\n\x0borientation\x18\x02 \x01(\x0b\x32\x19.geometry_msgs.Quaternionb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.pose_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _POSE._serialized_start=102
26
+ _POSE._serialized_end=196
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: geometry_msgs/pose_stamped.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 geometry_msgs import pose_pb2 as geometry__msgs_dot_pose__pb2
15
+ from std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n geometry_msgs/pose_stamped.proto\x12\rgeometry_msgs\x1a\x18geometry_msgs/pose.proto\x1a\x15std_msgs/header.proto\"R\n\x0bPoseStamped\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12!\n\x04pose\x18\x02 \x01(\x0b\x32\x13.geometry_msgs.Poseb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.pose_stamped_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _POSESTAMPED._serialized_start=100
26
+ _POSESTAMPED._serialized_end=182
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: geometry_msgs/pose_with_covariance.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 geometry_msgs import pose_pb2 as geometry__msgs_dot_pose__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(geometry_msgs/pose_with_covariance.proto\x12\rgeometry_msgs\x1a\x18geometry_msgs/pose.proto\"K\n\x12PoseWithCovariance\x12!\n\x04pose\x18\x01 \x01(\x0b\x32\x13.geometry_msgs.Pose\x12\x12\n\ncovariance\x18\x02 \x03(\x01\x62\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.pose_with_covariance_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _POSEWITHCOVARIANCE._serialized_start=85
25
+ _POSEWITHCOVARIANCE._serialized_end=160
26
+ # @@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: geometry_msgs/pose_with_covariance_stamped.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 geometry_msgs import pose_with_covariance_pb2 as geometry__msgs_dot_pose__with__covariance__pb2
15
+ from std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0geometry_msgs/pose_with_covariance_stamped.proto\x12\rgeometry_msgs\x1a(geometry_msgs/pose_with_covariance.proto\x1a\x15std_msgs/header.proto\"n\n\x19PoseWithCovarianceStamped\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12/\n\x04pose\x18\x02 \x01(\x0b\x32!.geometry_msgs.PoseWithCovarianceb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.pose_with_covariance_stamped_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _POSEWITHCOVARIANCESTAMPED._serialized_start=132
26
+ _POSEWITHCOVARIANCESTAMPED._serialized_end=242
27
+ # @@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: geometry_msgs/quaternion.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\x1egeometry_msgs/quaternion.proto\x12\rgeometry_msgs\"8\n\nQuaternion\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\x12\t\n\x01w\x18\x04 \x01(\x01\x62\x06proto3')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.quaternion_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _QUATERNION._serialized_start=49
24
+ _QUATERNION._serialized_end=105
25
+ # @@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: geometry_msgs/transform.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 geometry_msgs import quaternion_pb2 as geometry__msgs_dot_quaternion__pb2
15
+ from geometry_msgs import vector3_pb2 as geometry__msgs_dot_vector3__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dgeometry_msgs/transform.proto\x12\rgeometry_msgs\x1a\x1egeometry_msgs/quaternion.proto\x1a\x1bgeometry_msgs/vector3.proto\"e\n\tTransform\x12+\n\x0btranslation\x18\x01 \x01(\x0b\x32\x16.geometry_msgs.Vector3\x12+\n\x08rotation\x18\x02 \x01(\x0b\x32\x19.geometry_msgs.Quaternionb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.transform_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _TRANSFORM._serialized_start=109
26
+ _TRANSFORM._serialized_end=210
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: geometry_msgs/transform_stamped.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 geometry_msgs import transform_pb2 as geometry__msgs_dot_transform__pb2
15
+ from std_msgs import header_pb2 as std__msgs_dot_header__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%geometry_msgs/transform_stamped.proto\x12\rgeometry_msgs\x1a\x1dgeometry_msgs/transform.proto\x1a\x15std_msgs/header.proto\"y\n\x10TransformStamped\x12 \n\x06header\x18\x01 \x01(\x0b\x32\x10.std_msgs.Header\x12\x16\n\x0e\x63hild_frame_id\x18\x02 \x01(\t\x12+\n\ttransform\x18\x03 \x01(\x0b\x32\x18.geometry_msgs.Transformb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.transform_stamped_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _TRANSFORMSTAMPED._serialized_start=110
26
+ _TRANSFORMSTAMPED._serialized_end=231
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: geometry_msgs/twist.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 geometry_msgs import vector3_pb2 as geometry__msgs_dot_vector3__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19geometry_msgs/twist.proto\x12\rgeometry_msgs\x1a\x1bgeometry_msgs/vector3.proto\"X\n\x05Twist\x12&\n\x06linear\x18\x01 \x01(\x0b\x32\x16.geometry_msgs.Vector3\x12\'\n\x07\x61ngular\x18\x02 \x01(\x0b\x32\x16.geometry_msgs.Vector3b\x06proto3')
18
+
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry_msgs.twist_pb2', globals())
21
+ if _descriptor._USE_C_DESCRIPTORS == False:
22
+
23
+ DESCRIPTOR._options = None
24
+ _TWIST._serialized_start=73
25
+ _TWIST._serialized_end=161
26
+ # @@protoc_insertion_point(module_scope)