dimos-lcm 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 (831) hide show
  1. dimos_lcm-0.1.0/PKG-INFO +87 -0
  2. dimos_lcm-0.1.0/README.md +75 -0
  3. dimos_lcm-0.1.0/__init__.py +30 -0
  4. dimos_lcm-0.1.0/build_lcm_jar.sh +25 -0
  5. dimos_lcm-0.1.0/dimos_lcm.egg-info/PKG-INFO +87 -0
  6. dimos_lcm-0.1.0/dimos_lcm.egg-info/SOURCES.txt +1651 -0
  7. dimos_lcm-0.1.0/dimos_lcm.egg-info/dependency_links.txt +1 -0
  8. dimos_lcm-0.1.0/dimos_lcm.egg-info/requires.txt +3 -0
  9. dimos_lcm-0.1.0/dimos_lcm.egg-info/top_level.txt +1 -0
  10. dimos_lcm-0.1.0/foxglove_bridge/README.md +120 -0
  11. dimos_lcm-0.1.0/foxglove_bridge/__init__.py +11 -0
  12. dimos_lcm-0.1.0/foxglove_bridge/__main__.py +63 -0
  13. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/__init__.cpython-312.pyc +0 -0
  14. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/bridge.cpython-312.pyc +0 -0
  15. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/config.cpython-312.pyc +0 -0
  16. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/message_converter.cpython-312.pyc +0 -0
  17. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/message_processor.cpython-312.pyc +0 -0
  18. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/models.cpython-312.pyc +0 -0
  19. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/schema_generator.cpython-312.pyc +0 -0
  20. dimos_lcm-0.1.0/foxglove_bridge/__pycache__/topic_discovery.cpython-312.pyc +0 -0
  21. dimos_lcm-0.1.0/foxglove_bridge/bridge.py +525 -0
  22. dimos_lcm-0.1.0/foxglove_bridge/config.py +257 -0
  23. dimos_lcm-0.1.0/foxglove_bridge/message_converter.py +526 -0
  24. dimos_lcm-0.1.0/foxglove_bridge/message_processor.py +198 -0
  25. dimos_lcm-0.1.0/foxglove_bridge/models.py +52 -0
  26. dimos_lcm-0.1.0/foxglove_bridge/reverse_converter.py +213 -0
  27. dimos_lcm-0.1.0/foxglove_bridge/schema_generator.py +265 -0
  28. dimos_lcm-0.1.0/foxglove_bridge/server_listener.py +124 -0
  29. dimos_lcm-0.1.0/foxglove_bridge/test_bridge.py +49 -0
  30. dimos_lcm-0.1.0/foxglove_bridge/topic_discovery.py +96 -0
  31. dimos_lcm-0.1.0/lcm_batch_processor.sh +238 -0
  32. dimos_lcm-0.1.0/lcm_files/actionlib_msgs_GoalID.lcm +6 -0
  33. dimos_lcm-0.1.0/lcm_files/actionlib_msgs_GoalStatus.lcm +18 -0
  34. dimos_lcm-0.1.0/lcm_files/actionlib_msgs_GoalStatusArray.lcm +7 -0
  35. dimos_lcm-0.1.0/lcm_files/builtin_interfaces_Duration.lcm +6 -0
  36. dimos_lcm-0.1.0/lcm_files/builtin_interfaces_Time.lcm +6 -0
  37. dimos_lcm-0.1.0/lcm_files/diagnostic_msgs_DiagnosticArray.lcm +7 -0
  38. dimos_lcm-0.1.0/lcm_files/diagnostic_msgs_DiagnosticStatus.lcm +15 -0
  39. dimos_lcm-0.1.0/lcm_files/diagnostic_msgs_KeyValue.lcm +6 -0
  40. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_ArrowPrimitive.lcm +10 -0
  41. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CameraCalibration.lcm +14 -0
  42. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CircleAnnotation.lcm +10 -0
  43. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_Color.lcm +8 -0
  44. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CompressedImage.lcm +9 -0
  45. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CompressedVideo.lcm +9 -0
  46. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CubePrimitive.lcm +7 -0
  47. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_CylinderPrimitive.lcm +9 -0
  48. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_FrameTransform.lcm +9 -0
  49. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_FrameTransforms.lcm +6 -0
  50. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_GeoJSON.lcm +5 -0
  51. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_Grid.lcm +15 -0
  52. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_ImageAnnotations.lcm +10 -0
  53. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_KeyValuePair.lcm +6 -0
  54. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_LaserScan.lcm +13 -0
  55. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_LinePrimitive.lcm +19 -0
  56. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_LocationFix.lcm +16 -0
  57. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_Log.lcm +17 -0
  58. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_ModelPrimitive.lcm +12 -0
  59. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_PackedElementField.lcm +17 -0
  60. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_Point2.lcm +6 -0
  61. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_PointCloud.lcm +12 -0
  62. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_PointsAnnotation.lcm +19 -0
  63. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_PoseInFrame.lcm +7 -0
  64. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_PosesInFrame.lcm +8 -0
  65. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_RawAudio.lcm +10 -0
  66. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_RawImage.lcm +12 -0
  67. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_SceneEntity.lcm +27 -0
  68. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_SceneEntityDeletion.lcm +10 -0
  69. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_SceneUpdate.lcm +8 -0
  70. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_SpherePrimitive.lcm +7 -0
  71. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_TextAnnotation.lcm +10 -0
  72. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_TextPrimitive.lcm +10 -0
  73. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_TriangleListPrimitive.lcm +12 -0
  74. dimos_lcm-0.1.0/lcm_files/foxglove_msgs_Vector2.lcm +6 -0
  75. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Accel.lcm +6 -0
  76. dimos_lcm-0.1.0/lcm_files/geometry_msgs_AccelStamped.lcm +6 -0
  77. dimos_lcm-0.1.0/lcm_files/geometry_msgs_AccelWithCovariance.lcm +6 -0
  78. dimos_lcm-0.1.0/lcm_files/geometry_msgs_AccelWithCovarianceStamped.lcm +6 -0
  79. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Inertia.lcm +12 -0
  80. dimos_lcm-0.1.0/lcm_files/geometry_msgs_InertiaStamped.lcm +6 -0
  81. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Point.lcm +7 -0
  82. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Point32.lcm +7 -0
  83. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PointStamped.lcm +6 -0
  84. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Polygon.lcm +6 -0
  85. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PolygonStamped.lcm +6 -0
  86. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Pose.lcm +6 -0
  87. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Pose2D.lcm +7 -0
  88. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PoseArray.lcm +7 -0
  89. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PoseStamped.lcm +6 -0
  90. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PoseWithCovariance.lcm +6 -0
  91. dimos_lcm-0.1.0/lcm_files/geometry_msgs_PoseWithCovarianceStamped.lcm +6 -0
  92. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Quaternion.lcm +8 -0
  93. dimos_lcm-0.1.0/lcm_files/geometry_msgs_QuaternionStamped.lcm +6 -0
  94. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Transform.lcm +6 -0
  95. dimos_lcm-0.1.0/lcm_files/geometry_msgs_TransformStamped.lcm +7 -0
  96. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Twist.lcm +6 -0
  97. dimos_lcm-0.1.0/lcm_files/geometry_msgs_TwistStamped.lcm +6 -0
  98. dimos_lcm-0.1.0/lcm_files/geometry_msgs_TwistWithCovariance.lcm +6 -0
  99. dimos_lcm-0.1.0/lcm_files/geometry_msgs_TwistWithCovarianceStamped.lcm +6 -0
  100. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Vector3.lcm +7 -0
  101. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Vector3Stamped.lcm +6 -0
  102. dimos_lcm-0.1.0/lcm_files/geometry_msgs_Wrench.lcm +6 -0
  103. dimos_lcm-0.1.0/lcm_files/geometry_msgs_WrenchStamped.lcm +6 -0
  104. dimos_lcm-0.1.0/lcm_files/nav_msgs_GridCells.lcm +9 -0
  105. dimos_lcm-0.1.0/lcm_files/nav_msgs_MapMetaData.lcm +9 -0
  106. dimos_lcm-0.1.0/lcm_files/nav_msgs_OccupancyGrid.lcm +8 -0
  107. dimos_lcm-0.1.0/lcm_files/nav_msgs_Odometry.lcm +8 -0
  108. dimos_lcm-0.1.0/lcm_files/nav_msgs_Path.lcm +7 -0
  109. dimos_lcm-0.1.0/lcm_files/sensor_msgs_BatteryState.lcm +44 -0
  110. dimos_lcm-0.1.0/lcm_files/sensor_msgs_CameraInfo.lcm +16 -0
  111. dimos_lcm-0.1.0/lcm_files/sensor_msgs_ChannelFloat32.lcm +7 -0
  112. dimos_lcm-0.1.0/lcm_files/sensor_msgs_CompressedImage.lcm +8 -0
  113. dimos_lcm-0.1.0/lcm_files/sensor_msgs_FluidPressure.lcm +7 -0
  114. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Illuminance.lcm +7 -0
  115. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Image.lcm +12 -0
  116. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Imu.lcm +11 -0
  117. dimos_lcm-0.1.0/lcm_files/sensor_msgs_JointState.lcm +13 -0
  118. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Joy.lcm +9 -0
  119. dimos_lcm-0.1.0/lcm_files/sensor_msgs_JoyFeedback.lcm +11 -0
  120. dimos_lcm-0.1.0/lcm_files/sensor_msgs_JoyFeedbackArray.lcm +6 -0
  121. dimos_lcm-0.1.0/lcm_files/sensor_msgs_LaserEcho.lcm +6 -0
  122. dimos_lcm-0.1.0/lcm_files/sensor_msgs_LaserScan.lcm +16 -0
  123. dimos_lcm-0.1.0/lcm_files/sensor_msgs_MagneticField.lcm +7 -0
  124. dimos_lcm-0.1.0/lcm_files/sensor_msgs_MultiDOFJointState.lcm +13 -0
  125. dimos_lcm-0.1.0/lcm_files/sensor_msgs_MultiEchoLaserScan.lcm +16 -0
  126. dimos_lcm-0.1.0/lcm_files/sensor_msgs_NavSatFix.lcm +16 -0
  127. dimos_lcm-0.1.0/lcm_files/sensor_msgs_NavSatStatus.lcm +15 -0
  128. dimos_lcm-0.1.0/lcm_files/sensor_msgs_PointCloud.lcm +9 -0
  129. dimos_lcm-0.1.0/lcm_files/sensor_msgs_PointCloud2.lcm +15 -0
  130. dimos_lcm-0.1.0/lcm_files/sensor_msgs_PointField.lcm +17 -0
  131. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Range.lcm +13 -0
  132. dimos_lcm-0.1.0/lcm_files/sensor_msgs_RegionOfInterest.lcm +9 -0
  133. dimos_lcm-0.1.0/lcm_files/sensor_msgs_RelativeHumidity.lcm +7 -0
  134. dimos_lcm-0.1.0/lcm_files/sensor_msgs_Temperature.lcm +7 -0
  135. dimos_lcm-0.1.0/lcm_files/sensor_msgs_TimeReference.lcm +7 -0
  136. dimos_lcm-0.1.0/lcm_files/shape_msgs_Mesh.lcm +8 -0
  137. dimos_lcm-0.1.0/lcm_files/shape_msgs_MeshTriangle.lcm +5 -0
  138. dimos_lcm-0.1.0/lcm_files/shape_msgs_Plane.lcm +5 -0
  139. dimos_lcm-0.1.0/lcm_files/shape_msgs_SolidPrimitive.lcm +20 -0
  140. dimos_lcm-0.1.0/lcm_files/std_msgs_Bool.lcm +5 -0
  141. dimos_lcm-0.1.0/lcm_files/std_msgs_Byte.lcm +5 -0
  142. dimos_lcm-0.1.0/lcm_files/std_msgs_ByteMultiArray.lcm +7 -0
  143. dimos_lcm-0.1.0/lcm_files/std_msgs_Char.lcm +5 -0
  144. dimos_lcm-0.1.0/lcm_files/std_msgs_ColorRGBA.lcm +8 -0
  145. dimos_lcm-0.1.0/lcm_files/std_msgs_Duration.lcm +6 -0
  146. dimos_lcm-0.1.0/lcm_files/std_msgs_Empty.lcm +4 -0
  147. dimos_lcm-0.1.0/lcm_files/std_msgs_Float32.lcm +5 -0
  148. dimos_lcm-0.1.0/lcm_files/std_msgs_Float32MultiArray.lcm +7 -0
  149. dimos_lcm-0.1.0/lcm_files/std_msgs_Float64.lcm +5 -0
  150. dimos_lcm-0.1.0/lcm_files/std_msgs_Float64MultiArray.lcm +7 -0
  151. dimos_lcm-0.1.0/lcm_files/std_msgs_Header.lcm +7 -0
  152. dimos_lcm-0.1.0/lcm_files/std_msgs_Int16.lcm +5 -0
  153. dimos_lcm-0.1.0/lcm_files/std_msgs_Int16MultiArray.lcm +7 -0
  154. dimos_lcm-0.1.0/lcm_files/std_msgs_Int32.lcm +5 -0
  155. dimos_lcm-0.1.0/lcm_files/std_msgs_Int32MultiArray.lcm +7 -0
  156. dimos_lcm-0.1.0/lcm_files/std_msgs_Int64.lcm +5 -0
  157. dimos_lcm-0.1.0/lcm_files/std_msgs_Int64MultiArray.lcm +7 -0
  158. dimos_lcm-0.1.0/lcm_files/std_msgs_Int8.lcm +5 -0
  159. dimos_lcm-0.1.0/lcm_files/std_msgs_Int8MultiArray.lcm +7 -0
  160. dimos_lcm-0.1.0/lcm_files/std_msgs_MultiArrayDimension.lcm +7 -0
  161. dimos_lcm-0.1.0/lcm_files/std_msgs_MultiArrayLayout.lcm +7 -0
  162. dimos_lcm-0.1.0/lcm_files/std_msgs_String.lcm +5 -0
  163. dimos_lcm-0.1.0/lcm_files/std_msgs_Time.lcm +6 -0
  164. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt16.lcm +5 -0
  165. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt16MultiArray.lcm +7 -0
  166. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt32.lcm +5 -0
  167. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt32MultiArray.lcm +7 -0
  168. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt64.lcm +5 -0
  169. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt64MultiArray.lcm +7 -0
  170. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt8.lcm +5 -0
  171. dimos_lcm-0.1.0/lcm_files/std_msgs_UInt8MultiArray.lcm +7 -0
  172. dimos_lcm-0.1.0/lcm_files/stereo_msgs_DisparityImage.lcm +12 -0
  173. dimos_lcm-0.1.0/lcm_files/tf2_msgs_TF2Error.lcm +14 -0
  174. dimos_lcm-0.1.0/lcm_files/tf2_msgs_TFMessage.lcm +6 -0
  175. dimos_lcm-0.1.0/lcm_files/trajectory_msgs_JointTrajectory.lcm +9 -0
  176. dimos_lcm-0.1.0/lcm_files/trajectory_msgs_JointTrajectoryPoint.lcm +13 -0
  177. dimos_lcm-0.1.0/lcm_files/trajectory_msgs_MultiDOFJointTrajectory.lcm +9 -0
  178. dimos_lcm-0.1.0/lcm_files/trajectory_msgs_MultiDOFJointTrajectoryPoint.lcm +11 -0
  179. dimos_lcm-0.1.0/lcm_files/vision_msgs_BoundingBox2D.lcm +7 -0
  180. dimos_lcm-0.1.0/lcm_files/vision_msgs_BoundingBox2DArray.lcm +7 -0
  181. dimos_lcm-0.1.0/lcm_files/vision_msgs_BoundingBox3D.lcm +6 -0
  182. dimos_lcm-0.1.0/lcm_files/vision_msgs_BoundingBox3DArray.lcm +7 -0
  183. dimos_lcm-0.1.0/lcm_files/vision_msgs_Classification.lcm +7 -0
  184. dimos_lcm-0.1.0/lcm_files/vision_msgs_Detection2D.lcm +9 -0
  185. dimos_lcm-0.1.0/lcm_files/vision_msgs_Detection2DArray.lcm +7 -0
  186. dimos_lcm-0.1.0/lcm_files/vision_msgs_Detection3D.lcm +9 -0
  187. dimos_lcm-0.1.0/lcm_files/vision_msgs_Detection3DArray.lcm +7 -0
  188. dimos_lcm-0.1.0/lcm_files/vision_msgs_LabelInfo.lcm +8 -0
  189. dimos_lcm-0.1.0/lcm_files/vision_msgs_ObjectHypothesis.lcm +6 -0
  190. dimos_lcm-0.1.0/lcm_files/vision_msgs_ObjectHypothesisWithPose.lcm +6 -0
  191. dimos_lcm-0.1.0/lcm_files/vision_msgs_Point2D.lcm +6 -0
  192. dimos_lcm-0.1.0/lcm_files/vision_msgs_Pose2D.lcm +6 -0
  193. dimos_lcm-0.1.0/lcm_files/vision_msgs_VisionClass.lcm +6 -0
  194. dimos_lcm-0.1.0/lcm_files/vision_msgs_VisionInfo.lcm +8 -0
  195. dimos_lcm-0.1.0/lcm_files/visualization_msgs_ImageMarker.lcm +27 -0
  196. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarker.lcm +13 -0
  197. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarkerControl.lcm +27 -0
  198. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarkerFeedback.lcm +20 -0
  199. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarkerInit.lcm +8 -0
  200. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarkerPose.lcm +7 -0
  201. dimos_lcm-0.1.0/lcm_files/visualization_msgs_InteractiveMarkerUpdate.lcm +16 -0
  202. dimos_lcm-0.1.0/lcm_files/visualization_msgs_Marker.lcm +38 -0
  203. dimos_lcm-0.1.0/lcm_files/visualization_msgs_MarkerArray.lcm +6 -0
  204. dimos_lcm-0.1.0/lcm_files/visualization_msgs_MenuEntry.lcm +13 -0
  205. dimos_lcm-0.1.0/pyproject.toml +68 -0
  206. dimos_lcm-0.1.0/python_lcm_msgs/README.md +78 -0
  207. dimos_lcm-0.1.0/python_lcm_msgs/__init__.py +0 -0
  208. dimos_lcm-0.1.0/python_lcm_msgs/example_usage.py +44 -0
  209. dimos_lcm-0.1.0/python_lcm_msgs/fix_imports.py +180 -0
  210. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/__init__.py +3 -0
  211. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  212. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/actionlib_msgs/GoalID.py +94 -0
  213. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/actionlib_msgs/GoalStatus.py +111 -0
  214. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/actionlib_msgs/GoalStatusArray.py +101 -0
  215. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/actionlib_msgs/__init__.py +9 -0
  216. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/Duration.py +85 -0
  217. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/Time.py +85 -0
  218. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/__init__.py +8 -0
  219. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/__pycache__/Duration.cpython-312.pyc +0 -0
  220. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/__pycache__/Time.cpython-312.pyc +0 -0
  221. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/builtin_interfaces/__pycache__/__init__.cpython-312.pyc +0 -0
  222. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/diagnostic_msgs/DiagnosticArray.py +101 -0
  223. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/diagnostic_msgs/DiagnosticStatus.py +129 -0
  224. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/diagnostic_msgs/KeyValue.py +95 -0
  225. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/diagnostic_msgs/__init__.py +9 -0
  226. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/ArrowPrimitive.py +107 -0
  227. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CameraCalibration.py +136 -0
  228. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CircleAnnotation.py +114 -0
  229. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/Color.py +91 -0
  230. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CompressedImage.py +113 -0
  231. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CompressedVideo.py +113 -0
  232. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CubePrimitive.py +99 -0
  233. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/CylinderPrimitive.py +107 -0
  234. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/FrameTransform.py +116 -0
  235. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/FrameTransforms.py +94 -0
  236. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/GeoJSON.py +86 -0
  237. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/Grid.py +145 -0
  238. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/ImageAnnotations.py +120 -0
  239. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/KeyValuePair.py +95 -0
  240. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/LaserScan.py +127 -0
  241. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/LinePrimitive.py +143 -0
  242. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/LocationFix.py +120 -0
  243. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/Log.py +129 -0
  244. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/ModelPrimitive.py +132 -0
  245. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/PackedElementField.py +104 -0
  246. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/Point2.py +85 -0
  247. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/PointCloud.py +130 -0
  248. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/PointsAnnotation.py +142 -0
  249. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/PoseInFrame.py +101 -0
  250. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/PosesInFrame.py +109 -0
  251. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/RawAudio.py +112 -0
  252. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/RawImage.py +126 -0
  253. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/SceneEntity.py +234 -0
  254. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/SceneEntityDeletion.py +102 -0
  255. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/SceneUpdate.py +107 -0
  256. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/SpherePrimitive.py +99 -0
  257. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/TextAnnotation.py +120 -0
  258. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/TextPrimitive.py +115 -0
  259. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/TriangleListPrimitive.py +127 -0
  260. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/Vector2.py +85 -0
  261. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__init__.py +41 -0
  262. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/ArrowPrimitive.cpython-312.pyc +0 -0
  263. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CameraCalibration.cpython-312.pyc +0 -0
  264. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CircleAnnotation.cpython-312.pyc +0 -0
  265. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/Color.cpython-312.pyc +0 -0
  266. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CompressedImage.cpython-312.pyc +0 -0
  267. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CompressedVideo.cpython-312.pyc +0 -0
  268. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CubePrimitive.cpython-312.pyc +0 -0
  269. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/CylinderPrimitive.cpython-312.pyc +0 -0
  270. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/FrameTransform.cpython-312.pyc +0 -0
  271. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/FrameTransforms.cpython-312.pyc +0 -0
  272. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/GeoJSON.cpython-312.pyc +0 -0
  273. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/Grid.cpython-312.pyc +0 -0
  274. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/ImageAnnotations.cpython-312.pyc +0 -0
  275. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/KeyValuePair.cpython-312.pyc +0 -0
  276. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/LaserScan.cpython-312.pyc +0 -0
  277. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/LinePrimitive.cpython-312.pyc +0 -0
  278. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/LocationFix.cpython-312.pyc +0 -0
  279. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/Log.cpython-312.pyc +0 -0
  280. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/ModelPrimitive.cpython-312.pyc +0 -0
  281. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/PackedElementField.cpython-312.pyc +0 -0
  282. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/Point2.cpython-312.pyc +0 -0
  283. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/PointCloud.cpython-312.pyc +0 -0
  284. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/PointsAnnotation.cpython-312.pyc +0 -0
  285. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/PoseInFrame.cpython-312.pyc +0 -0
  286. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/PosesInFrame.cpython-312.pyc +0 -0
  287. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/RawAudio.cpython-312.pyc +0 -0
  288. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/RawImage.cpython-312.pyc +0 -0
  289. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/SceneEntity.cpython-312.pyc +0 -0
  290. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/SceneEntityDeletion.cpython-312.pyc +0 -0
  291. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/SceneUpdate.cpython-312.pyc +0 -0
  292. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/SpherePrimitive.cpython-312.pyc +0 -0
  293. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/TextAnnotation.cpython-312.pyc +0 -0
  294. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/TextPrimitive.cpython-312.pyc +0 -0
  295. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/TriangleListPrimitive.cpython-312.pyc +0 -0
  296. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/Vector2.cpython-312.pyc +0 -0
  297. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/foxglove_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  298. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Accel.py +92 -0
  299. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/AccelStamped.py +93 -0
  300. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/AccelWithCovariance.py +91 -0
  301. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/AccelWithCovarianceStamped.py +93 -0
  302. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Inertia.py +111 -0
  303. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/InertiaStamped.py +93 -0
  304. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Point.py +88 -0
  305. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Point32.py +88 -0
  306. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PointStamped.py +93 -0
  307. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Polygon.py +94 -0
  308. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PolygonStamped.py +93 -0
  309. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Pose.py +93 -0
  310. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Pose2D.py +88 -0
  311. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PoseArray.py +101 -0
  312. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PoseStamped.py +93 -0
  313. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PoseWithCovariance.py +91 -0
  314. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/PoseWithCovarianceStamped.py +93 -0
  315. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Quaternion.py +91 -0
  316. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/QuaternionStamped.py +93 -0
  317. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Transform.py +93 -0
  318. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/TransformStamped.py +102 -0
  319. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Twist.py +92 -0
  320. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/TwistStamped.py +93 -0
  321. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/TwistWithCovariance.py +91 -0
  322. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/TwistWithCovarianceStamped.py +93 -0
  323. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Vector3.py +88 -0
  324. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Vector3Stamped.py +93 -0
  325. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/Wrench.py +92 -0
  326. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/WrenchStamped.py +93 -0
  327. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__init__.py +35 -0
  328. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Accel.cpython-312.pyc +0 -0
  329. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/AccelStamped.cpython-312.pyc +0 -0
  330. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/AccelWithCovariance.cpython-312.pyc +0 -0
  331. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/AccelWithCovarianceStamped.cpython-312.pyc +0 -0
  332. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Inertia.cpython-312.pyc +0 -0
  333. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/InertiaStamped.cpython-312.pyc +0 -0
  334. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Point.cpython-312.pyc +0 -0
  335. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Point32.cpython-312.pyc +0 -0
  336. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PointStamped.cpython-312.pyc +0 -0
  337. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Polygon.cpython-312.pyc +0 -0
  338. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PolygonStamped.cpython-312.pyc +0 -0
  339. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Pose.cpython-312.pyc +0 -0
  340. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Pose2D.cpython-312.pyc +0 -0
  341. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PoseArray.cpython-312.pyc +0 -0
  342. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PoseStamped.cpython-312.pyc +0 -0
  343. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PoseWithCovariance.cpython-312.pyc +0 -0
  344. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/PoseWithCovarianceStamped.cpython-312.pyc +0 -0
  345. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Quaternion.cpython-312.pyc +0 -0
  346. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/QuaternionStamped.cpython-312.pyc +0 -0
  347. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Transform.cpython-312.pyc +0 -0
  348. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/TransformStamped.cpython-312.pyc +0 -0
  349. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Twist.cpython-312.pyc +0 -0
  350. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/TwistStamped.cpython-312.pyc +0 -0
  351. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/TwistWithCovariance.cpython-312.pyc +0 -0
  352. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/TwistWithCovarianceStamped.cpython-312.pyc +0 -0
  353. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Vector3.cpython-312.pyc +0 -0
  354. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Vector3Stamped.cpython-312.pyc +0 -0
  355. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/Wrench.cpython-312.pyc +0 -0
  356. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/WrenchStamped.cpython-312.pyc +0 -0
  357. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/geometry_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  358. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/GridCells.py +108 -0
  359. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/MapMetaData.py +103 -0
  360. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/OccupancyGrid.py +103 -0
  361. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/Odometry.py +107 -0
  362. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/Path.py +100 -0
  363. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__init__.py +11 -0
  364. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/GridCells.cpython-312.pyc +0 -0
  365. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/MapMetaData.cpython-312.pyc +0 -0
  366. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/OccupancyGrid.cpython-312.pyc +0 -0
  367. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/Odometry.cpython-312.pyc +0 -0
  368. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/Path.cpython-312.pyc +0 -0
  369. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/nav_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  370. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/BatteryState.py +179 -0
  371. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/CameraInfo.py +143 -0
  372. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/ChannelFloat32.py +96 -0
  373. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/CompressedImage.py +104 -0
  374. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/FluidPressure.py +93 -0
  375. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Illuminance.py +93 -0
  376. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Image.py +120 -0
  377. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Imu.py +119 -0
  378. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/JointState.py +126 -0
  379. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Joy.py +103 -0
  380. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/JoyFeedback.py +92 -0
  381. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/JoyFeedbackArray.py +94 -0
  382. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/LaserEcho.py +87 -0
  383. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/LaserScan.py +126 -0
  384. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/MagneticField.py +97 -0
  385. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/MultiDOFJointState.py +139 -0
  386. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/MultiEchoLaserScan.py +136 -0
  387. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/NavSatFix.py +119 -0
  388. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/NavSatStatus.py +94 -0
  389. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/PointCloud.py +114 -0
  390. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/PointCloud2.py +134 -0
  391. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/PointField.py +106 -0
  392. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Range.py +105 -0
  393. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/RegionOfInterest.py +95 -0
  394. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/RelativeHumidity.py +93 -0
  395. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/Temperature.py +93 -0
  396. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/TimeReference.py +100 -0
  397. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__init__.py +33 -0
  398. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/BatteryState.cpython-312.pyc +0 -0
  399. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/CameraInfo.cpython-312.pyc +0 -0
  400. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/ChannelFloat32.cpython-312.pyc +0 -0
  401. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/CompressedImage.cpython-312.pyc +0 -0
  402. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/FluidPressure.cpython-312.pyc +0 -0
  403. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Illuminance.cpython-312.pyc +0 -0
  404. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Image.cpython-312.pyc +0 -0
  405. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Imu.cpython-312.pyc +0 -0
  406. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/JointState.cpython-312.pyc +0 -0
  407. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Joy.cpython-312.pyc +0 -0
  408. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/JoyFeedback.cpython-312.pyc +0 -0
  409. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/JoyFeedbackArray.cpython-312.pyc +0 -0
  410. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/LaserEcho.cpython-312.pyc +0 -0
  411. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/LaserScan.cpython-312.pyc +0 -0
  412. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/MagneticField.cpython-312.pyc +0 -0
  413. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/MultiDOFJointState.cpython-312.pyc +0 -0
  414. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/MultiEchoLaserScan.cpython-312.pyc +0 -0
  415. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/NavSatFix.cpython-312.pyc +0 -0
  416. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/NavSatStatus.cpython-312.pyc +0 -0
  417. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/PointCloud.cpython-312.pyc +0 -0
  418. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/PointCloud2.cpython-312.pyc +0 -0
  419. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/PointField.cpython-312.pyc +0 -0
  420. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Range.cpython-312.pyc +0 -0
  421. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/RegionOfInterest.cpython-312.pyc +0 -0
  422. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/RelativeHumidity.cpython-312.pyc +0 -0
  423. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/Temperature.cpython-312.pyc +0 -0
  424. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/TimeReference.cpython-312.pyc +0 -0
  425. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/sensor_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  426. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/shape_msgs/Mesh.py +107 -0
  427. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/shape_msgs/MeshTriangle.py +82 -0
  428. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/shape_msgs/Plane.py +82 -0
  429. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/shape_msgs/SolidPrimitive.py +103 -0
  430. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/shape_msgs/__init__.py +10 -0
  431. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Bool.py +82 -0
  432. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Byte.py +82 -0
  433. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/ByteMultiArray.py +96 -0
  434. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Char.py +82 -0
  435. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/ColorRGBA.py +91 -0
  436. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Duration.py +85 -0
  437. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Empty.py +78 -0
  438. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Float32.py +82 -0
  439. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Float32MultiArray.py +96 -0
  440. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Float64.py +82 -0
  441. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Float64MultiArray.py +96 -0
  442. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Header.py +100 -0
  443. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int16.py +82 -0
  444. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int16MultiArray.py +96 -0
  445. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int32.py +82 -0
  446. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int32MultiArray.py +96 -0
  447. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int64.py +82 -0
  448. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int64MultiArray.py +96 -0
  449. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int8.py +82 -0
  450. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Int8MultiArray.py +96 -0
  451. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/MultiArrayDimension.py +94 -0
  452. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/MultiArrayLayout.py +99 -0
  453. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/String.py +86 -0
  454. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/Time.py +85 -0
  455. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt16.py +82 -0
  456. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt16MultiArray.py +96 -0
  457. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt32.py +82 -0
  458. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt32MultiArray.py +96 -0
  459. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt64.py +82 -0
  460. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt64MultiArray.py +96 -0
  461. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt8.py +82 -0
  462. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/UInt8MultiArray.py +96 -0
  463. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__init__.py +38 -0
  464. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Bool.cpython-312.pyc +0 -0
  465. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Byte.cpython-312.pyc +0 -0
  466. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/ByteMultiArray.cpython-312.pyc +0 -0
  467. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Char.cpython-312.pyc +0 -0
  468. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/ColorRGBA.cpython-312.pyc +0 -0
  469. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Duration.cpython-312.pyc +0 -0
  470. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Empty.cpython-312.pyc +0 -0
  471. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Float32.cpython-312.pyc +0 -0
  472. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Float32MultiArray.cpython-312.pyc +0 -0
  473. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Float64.cpython-312.pyc +0 -0
  474. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Float64MultiArray.cpython-312.pyc +0 -0
  475. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Header.cpython-312.pyc +0 -0
  476. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int16.cpython-312.pyc +0 -0
  477. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int16MultiArray.cpython-312.pyc +0 -0
  478. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int32.cpython-312.pyc +0 -0
  479. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int32MultiArray.cpython-312.pyc +0 -0
  480. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int64.cpython-312.pyc +0 -0
  481. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int64MultiArray.cpython-312.pyc +0 -0
  482. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int8.cpython-312.pyc +0 -0
  483. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Int8MultiArray.cpython-312.pyc +0 -0
  484. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/MultiArrayDimension.cpython-312.pyc +0 -0
  485. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/MultiArrayLayout.cpython-312.pyc +0 -0
  486. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/String.cpython-312.pyc +0 -0
  487. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/Time.cpython-312.pyc +0 -0
  488. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt16.cpython-312.pyc +0 -0
  489. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt16MultiArray.cpython-312.pyc +0 -0
  490. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt32.cpython-312.pyc +0 -0
  491. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt32MultiArray.cpython-312.pyc +0 -0
  492. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt64.cpython-312.pyc +0 -0
  493. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt64MultiArray.cpython-312.pyc +0 -0
  494. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt8.cpython-312.pyc +0 -0
  495. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/UInt8MultiArray.cpython-312.pyc +0 -0
  496. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/std_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  497. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/stereo_msgs/DisparityImage.py +117 -0
  498. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/stereo_msgs/__init__.py +7 -0
  499. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/TF2Error.py +99 -0
  500. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/TFMessage.py +93 -0
  501. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/__init__.py +8 -0
  502. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/__pycache__/TF2Error.cpython-312.pyc +0 -0
  503. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/__pycache__/TFMessage.cpython-312.pyc +0 -0
  504. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/tf2_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  505. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/trajectory_msgs/JointTrajectory.py +116 -0
  506. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/trajectory_msgs/JointTrajectoryPoint.py +119 -0
  507. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/trajectory_msgs/MultiDOFJointTrajectory.py +116 -0
  508. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/trajectory_msgs/MultiDOFJointTrajectoryPoint.py +124 -0
  509. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/trajectory_msgs/__init__.py +10 -0
  510. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/BoundingBox2D.py +94 -0
  511. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/BoundingBox2DArray.py +101 -0
  512. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/BoundingBox3D.py +91 -0
  513. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/BoundingBox3DArray.py +101 -0
  514. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Classification.py +101 -0
  515. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Detection2D.py +117 -0
  516. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Detection2DArray.py +101 -0
  517. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Detection3D.py +117 -0
  518. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Detection3DArray.py +101 -0
  519. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/LabelInfo.py +106 -0
  520. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/ObjectHypothesis.py +91 -0
  521. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/ObjectHypothesisWithPose.py +93 -0
  522. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Point2D.py +85 -0
  523. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/Pose2D.py +91 -0
  524. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/VisionClass.py +91 -0
  525. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/VisionInfo.py +108 -0
  526. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__init__.py +22 -0
  527. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/BoundingBox2D.cpython-312.pyc +0 -0
  528. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/BoundingBox2DArray.cpython-312.pyc +0 -0
  529. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/BoundingBox3D.cpython-312.pyc +0 -0
  530. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/BoundingBox3DArray.cpython-312.pyc +0 -0
  531. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Classification.cpython-312.pyc +0 -0
  532. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Detection2D.cpython-312.pyc +0 -0
  533. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Detection2DArray.cpython-312.pyc +0 -0
  534. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Detection3D.cpython-312.pyc +0 -0
  535. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Detection3DArray.cpython-312.pyc +0 -0
  536. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/LabelInfo.cpython-312.pyc +0 -0
  537. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/ObjectHypothesis.cpython-312.pyc +0 -0
  538. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/ObjectHypothesisWithPose.cpython-312.pyc +0 -0
  539. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Point2D.cpython-312.pyc +0 -0
  540. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/Pose2D.cpython-312.pyc +0 -0
  541. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/VisionClass.cpython-312.pyc +0 -0
  542. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/VisionInfo.cpython-312.pyc +0 -0
  543. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/vision_msgs/__pycache__/__init__.cpython-312.pyc +0 -0
  544. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/ImageMarker.py +174 -0
  545. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarker.py +144 -0
  546. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarkerControl.py +150 -0
  547. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarkerFeedback.py +147 -0
  548. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarkerInit.py +108 -0
  549. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarkerPose.py +101 -0
  550. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/InteractiveMarkerUpdate.py +142 -0
  551. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/Marker.py +201 -0
  552. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/MarkerArray.py +94 -0
  553. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/MenuEntry.py +112 -0
  554. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs/visualization_msgs/__init__.py +16 -0
  555. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs.egg-info/PKG-INFO +89 -0
  556. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs.egg-info/SOURCES.txt +196 -0
  557. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs.egg-info/dependency_links.txt +1 -0
  558. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs.egg-info/requires.txt +1 -0
  559. dimos_lcm-0.1.0/python_lcm_msgs/lcm_msgs.egg-info/top_level.txt +1 -0
  560. dimos_lcm-0.1.0/python_lcm_msgs/pyproject.toml +19 -0
  561. dimos_lcm-0.1.0/python_lcm_msgs/setup.py +21 -0
  562. dimos_lcm-0.1.0/python_lcm_msgs/test_fix.py +23 -0
  563. dimos_lcm-0.1.0/python_lcm_msgs/test_lcm_import.py +31 -0
  564. dimos_lcm-0.1.0/python_lcm_msgs/update_imports.py +89 -0
  565. dimos_lcm-0.1.0/regenerate_python.sh +20 -0
  566. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/CHANGELOG.rst +211 -0
  567. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/CMakeLists.txt +24 -0
  568. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/cmake/actionbuild.cmake +64 -0
  569. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/cmake/actionlib_msgs-extras.cmake.em +79 -0
  570. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/msg/GoalID.msg +10 -0
  571. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/msg/GoalStatus.msg +23 -0
  572. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/msg/GoalStatusArray.msg +5 -0
  573. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/package.xml +30 -0
  574. dimos_lcm-0.1.0/ros_msgs/actionlib_msgs/scripts/genaction.py +136 -0
  575. dimos_lcm-0.1.0/ros_msgs/builtin_interfaces/msg/Duration.msg +8 -0
  576. dimos_lcm-0.1.0/ros_msgs/builtin_interfaces/msg/Time.msg +8 -0
  577. dimos_lcm-0.1.0/ros_msgs/common_msgs/CHANGELOG.rst +146 -0
  578. dimos_lcm-0.1.0/ros_msgs/common_msgs/CMakeLists.txt +4 -0
  579. dimos_lcm-0.1.0/ros_msgs/common_msgs/package.xml +34 -0
  580. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/CHANGELOG.rst +189 -0
  581. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/CMakeLists.txt +21 -0
  582. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/mainpage.dox +13 -0
  583. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/msg/DiagnosticArray.msg +3 -0
  584. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/msg/DiagnosticStatus.msg +15 -0
  585. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/msg/KeyValue.msg +2 -0
  586. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/package.xml +33 -0
  587. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/srv/AddDiagnostics.srv +27 -0
  588. dimos_lcm-0.1.0/ros_msgs/diagnostic_msgs/srv/SelfTest.srv +4 -0
  589. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/ArrowPrimitive.msg +22 -0
  590. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CameraCalibration.msg +69 -0
  591. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CircleAnnotation.msg +23 -0
  592. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/Color.msg +16 -0
  593. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CompressedImage.msg +18 -0
  594. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CompressedVideo.msg +44 -0
  595. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CubePrimitive.msg +13 -0
  596. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/CylinderPrimitive.msg +19 -0
  597. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/FrameTransform.msg +19 -0
  598. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/FrameTransforms.msg +7 -0
  599. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/GeoJSON.msg +7 -0
  600. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/Grid.msg +31 -0
  601. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/ImageAnnotations.msg +13 -0
  602. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/KeyValuePair.msg +10 -0
  603. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/LaserScan.msg +25 -0
  604. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/LinePrimitive.msg +39 -0
  605. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/LocationFix.msg +30 -0
  606. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/Log.msg +29 -0
  607. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/ModelPrimitive.msg +25 -0
  608. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/PackedElementField.msg +23 -0
  609. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/Point2.msg +10 -0
  610. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/PointCloud.msg +22 -0
  611. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/PointsAnnotation.msg +40 -0
  612. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/PoseInFrame.msg +13 -0
  613. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/PosesInFrame.msg +13 -0
  614. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/RawAudio.msg +19 -0
  615. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/RawImage.msg +27 -0
  616. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/SceneEntity.msg +46 -0
  617. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/SceneEntityDeletion.msg +19 -0
  618. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/SceneUpdate.msg +10 -0
  619. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/SpherePrimitive.msg +13 -0
  620. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/TextAnnotation.msg +23 -0
  621. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/TextPrimitive.msg +22 -0
  622. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/TriangleListPrimitive.msg +21 -0
  623. dimos_lcm-0.1.0/ros_msgs/foxglove_msgs/msg/Vector2.msg +10 -0
  624. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/CHANGELOG.rst +236 -0
  625. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/CMakeLists.txt +41 -0
  626. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/mainpage.dox +119 -0
  627. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Accel.msg +3 -0
  628. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/AccelStamped.msg +3 -0
  629. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/AccelWithCovariance.msg +9 -0
  630. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/AccelWithCovarianceStamped.msg +3 -0
  631. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Inertia.msg +16 -0
  632. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/InertiaStamped.msg +2 -0
  633. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Point.msg +4 -0
  634. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Point32.msg +11 -0
  635. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PointStamped.msg +3 -0
  636. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Polygon.msg +2 -0
  637. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PolygonStamped.msg +3 -0
  638. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Pose.msg +3 -0
  639. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Pose2D.msg +13 -0
  640. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PoseArray.msg +5 -0
  641. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PoseStamped.msg +3 -0
  642. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PoseWithCovariance.msg +9 -0
  643. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/PoseWithCovarianceStamped.msg +4 -0
  644. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Quaternion.msg +6 -0
  645. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/QuaternionStamped.msg +4 -0
  646. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Transform.msg +4 -0
  647. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/TransformStamped.msg +10 -0
  648. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Twist.msg +3 -0
  649. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/TwistStamped.msg +3 -0
  650. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/TwistWithCovariance.msg +9 -0
  651. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/TwistWithCovarianceStamped.msg +3 -0
  652. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Vector3.msg +10 -0
  653. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Vector3Stamped.msg +3 -0
  654. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/Wrench.msg +4 -0
  655. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/msg/WrenchStamped.msg +3 -0
  656. dimos_lcm-0.1.0/ros_msgs/geometry_msgs/package.xml +27 -0
  657. dimos_lcm-0.1.0/ros_msgs/nav_msgs/CHANGELOG.rst +267 -0
  658. dimos_lcm-0.1.0/ros_msgs/nav_msgs/CMakeLists.txt +29 -0
  659. dimos_lcm-0.1.0/ros_msgs/nav_msgs/action/GetMap.action +5 -0
  660. dimos_lcm-0.1.0/ros_msgs/nav_msgs/msg/GridCells.msg +5 -0
  661. dimos_lcm-0.1.0/ros_msgs/nav_msgs/msg/MapMetaData.msg +13 -0
  662. dimos_lcm-0.1.0/ros_msgs/nav_msgs/msg/OccupancyGrid.msg +11 -0
  663. dimos_lcm-0.1.0/ros_msgs/nav_msgs/msg/Odometry.msg +7 -0
  664. dimos_lcm-0.1.0/ros_msgs/nav_msgs/msg/Path.msg +3 -0
  665. dimos_lcm-0.1.0/ros_msgs/nav_msgs/package.xml +29 -0
  666. dimos_lcm-0.1.0/ros_msgs/nav_msgs/srv/GetMap.srv +3 -0
  667. dimos_lcm-0.1.0/ros_msgs/nav_msgs/srv/GetPlan.srv +13 -0
  668. dimos_lcm-0.1.0/ros_msgs/nav_msgs/srv/LoadMap.srv +15 -0
  669. dimos_lcm-0.1.0/ros_msgs/nav_msgs/srv/SetMap.srv +6 -0
  670. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/CHANGELOG.rst +352 -0
  671. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/CMakeLists.txt +61 -0
  672. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/distortion_models.h +51 -0
  673. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/fill_image.h +70 -0
  674. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/image_encodings.h +233 -0
  675. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/impl/point_cloud2_iterator.h +417 -0
  676. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/point_cloud2_iterator.h +302 -0
  677. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/point_cloud_conversion.h +169 -0
  678. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/include/sensor_msgs/point_field_conversion.h +180 -0
  679. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/mainpage.dox +10 -0
  680. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/migration_rules/sensor_msgs.bmr +1756 -0
  681. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/BatteryState.msg +52 -0
  682. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/CameraInfo.msg +131 -0
  683. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/ChannelFloat32.msg +24 -0
  684. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/CompressedImage.msg +13 -0
  685. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/FluidPressure.msg +12 -0
  686. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Illuminance.msg +21 -0
  687. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Image.msg +27 -0
  688. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Imu.msg +24 -0
  689. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/JointState.msg +26 -0
  690. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Joy.msg +4 -0
  691. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/JoyFeedback.msg +15 -0
  692. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/JoyFeedbackArray.msg +2 -0
  693. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/LaserEcho.msg +5 -0
  694. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/LaserScan.msg +29 -0
  695. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/MagneticField.msg +22 -0
  696. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/MultiDOFJointState.msg +26 -0
  697. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/MultiEchoLaserScan.msg +31 -0
  698. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/NavSatFix.msg +46 -0
  699. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/NavSatStatus.msg +22 -0
  700. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/PointCloud.msg +14 -0
  701. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/PointCloud2.msg +27 -0
  702. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/PointField.msg +15 -0
  703. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Range.msg +40 -0
  704. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/RegionOfInterest.msg +19 -0
  705. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/RelativeHumidity.msg +12 -0
  706. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/Temperature.msg +8 -0
  707. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/msg/TimeReference.msg +7 -0
  708. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/package.xml +38 -0
  709. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/setup.py +11 -0
  710. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/src/sensor_msgs/__init__.py +0 -0
  711. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/src/sensor_msgs/point_cloud2.py +208 -0
  712. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/srv/SetCameraInfo.srv +12 -0
  713. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/test/CMakeLists.txt +7 -0
  714. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/test/main.cpp +121 -0
  715. dimos_lcm-0.1.0/ros_msgs/sensor_msgs/test/test_image_encodings.cpp +79 -0
  716. dimos_lcm-0.1.0/ros_msgs/shape_msgs/CHANGELOG.rst +170 -0
  717. dimos_lcm-0.1.0/ros_msgs/shape_msgs/CMakeLists.txt +16 -0
  718. dimos_lcm-0.1.0/ros_msgs/shape_msgs/msg/Mesh.msg +7 -0
  719. dimos_lcm-0.1.0/ros_msgs/shape_msgs/msg/MeshTriangle.msg +2 -0
  720. dimos_lcm-0.1.0/ros_msgs/shape_msgs/msg/Plane.msg +8 -0
  721. dimos_lcm-0.1.0/ros_msgs/shape_msgs/msg/SolidPrimitive.msg +42 -0
  722. dimos_lcm-0.1.0/ros_msgs/shape_msgs/package.xml +27 -0
  723. dimos_lcm-0.1.0/ros_msgs/std_msgs/CHANGELOG.rst +8 -0
  724. dimos_lcm-0.1.0/ros_msgs/std_msgs/CMakeLists.txt +51 -0
  725. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_bool.h +36 -0
  726. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_double.h +36 -0
  727. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_float.h +36 -0
  728. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_int16.h +36 -0
  729. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_int32.h +36 -0
  730. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_int64.h +36 -0
  731. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_int8.h +36 -0
  732. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_string.h +86 -0
  733. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_uint16.h +36 -0
  734. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_uint32.h +36 -0
  735. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_uint64.h +36 -0
  736. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/builtin_uint8.h +36 -0
  737. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/header_deprecated_def.h +249 -0
  738. dimos_lcm-0.1.0/ros_msgs/std_msgs/include/std_msgs/trait_macros.h +80 -0
  739. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Bool.msg +1 -0
  740. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Byte.msg +1 -0
  741. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/ByteMultiArray.msg +6 -0
  742. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Char.msg +1 -0
  743. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/ColorRGBA.msg +4 -0
  744. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Duration.msg +2 -0
  745. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Empty.msg +0 -0
  746. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Float32.msg +1 -0
  747. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Float32MultiArray.msg +6 -0
  748. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Float64.msg +1 -0
  749. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Float64MultiArray.msg +6 -0
  750. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Header.msg +13 -0
  751. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int16.msg +1 -0
  752. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int16MultiArray.msg +6 -0
  753. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int32.msg +1 -0
  754. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int32MultiArray.msg +6 -0
  755. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int64.msg +1 -0
  756. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int64MultiArray.msg +6 -0
  757. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int8.msg +1 -0
  758. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Int8MultiArray.msg +6 -0
  759. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/MultiArrayDimension.msg +3 -0
  760. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/MultiArrayLayout.msg +26 -0
  761. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/String.msg +1 -0
  762. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/Time.msg +2 -0
  763. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt16.msg +1 -0
  764. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt16MultiArray.msg +6 -0
  765. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt32.msg +1 -0
  766. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt32MultiArray.msg +6 -0
  767. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt64.msg +1 -0
  768. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt64MultiArray.msg +6 -0
  769. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt8.msg +1 -0
  770. dimos_lcm-0.1.0/ros_msgs/std_msgs/msg/UInt8MultiArray.msg +6 -0
  771. dimos_lcm-0.1.0/ros_msgs/std_msgs/package.xml +24 -0
  772. dimos_lcm-0.1.0/ros_msgs/stereo_msgs/CHANGELOG.rst +169 -0
  773. dimos_lcm-0.1.0/ros_msgs/stereo_msgs/CMakeLists.txt +13 -0
  774. dimos_lcm-0.1.0/ros_msgs/stereo_msgs/mainpage.dox +7 -0
  775. dimos_lcm-0.1.0/ros_msgs/stereo_msgs/msg/DisparityImage.msg +29 -0
  776. dimos_lcm-0.1.0/ros_msgs/stereo_msgs/package.xml +28 -0
  777. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/CHANGELOG.rst +191 -0
  778. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/CMakeLists.txt +20 -0
  779. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/action/LookupTransform.action +17 -0
  780. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/include/foo +0 -0
  781. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/mainpage.dox +26 -0
  782. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/msg/TF2Error.msg +10 -0
  783. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/msg/TFMessage.msg +1 -0
  784. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/package.xml +26 -0
  785. dimos_lcm-0.1.0/ros_msgs/tf2_msgs/srv/FrameGraph.srv +2 -0
  786. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/CHANGELOG.rst +173 -0
  787. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/CMakeLists.txt +20 -0
  788. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/msg/JointTrajectory.msg +3 -0
  789. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/msg/JointTrajectoryPoint.msg +9 -0
  790. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/msg/MultiDOFJointTrajectory.msg +10 -0
  791. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/msg/MultiDOFJointTrajectoryPoint.msg +10 -0
  792. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/package.xml +32 -0
  793. dimos_lcm-0.1.0/ros_msgs/trajectory_msgs/rules/JointTrajectoryPoint_Groovy2Hydro_08.10.2013.bmr +34 -0
  794. dimos_lcm-0.1.0/ros_msgs/vision_msgs/CHANGELOG.rst +95 -0
  795. dimos_lcm-0.1.0/ros_msgs/vision_msgs/CMakeLists.txt +66 -0
  796. dimos_lcm-0.1.0/ros_msgs/vision_msgs/include/vision_msgs/create_aabb.hpp +71 -0
  797. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/BoundingBox2D.msg +13 -0
  798. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/BoundingBox2DArray.msg +2 -0
  799. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/BoundingBox3D.msg +10 -0
  800. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/BoundingBox3DArray.msg +2 -0
  801. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Classification.msg +17 -0
  802. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Detection2D.msg +23 -0
  803. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Detection2DArray.msg +7 -0
  804. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Detection3D.msg +23 -0
  805. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Detection3DArray.msg +7 -0
  806. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/LabelInfo.msg +25 -0
  807. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/ObjectHypothesis.msg +12 -0
  808. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/ObjectHypothesisWithPose.msg +16 -0
  809. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Point2D.msg +5 -0
  810. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/Pose2D.msg +4 -0
  811. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/VisionClass.msg +12 -0
  812. dimos_lcm-0.1.0/ros_msgs/vision_msgs/msg/VisionInfo.msg +40 -0
  813. dimos_lcm-0.1.0/ros_msgs/vision_msgs/package.xml +37 -0
  814. dimos_lcm-0.1.0/ros_msgs/vision_msgs/test/main.cpp +44 -0
  815. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/CHANGELOG.rst +205 -0
  816. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/CMakeLists.txt +23 -0
  817. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/mainpage.dox +13 -0
  818. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/ImageMarker.msg +24 -0
  819. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarker.msg +26 -0
  820. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarkerControl.msg +77 -0
  821. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarkerFeedback.msg +42 -0
  822. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarkerInit.msg +14 -0
  823. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarkerPose.msg +9 -0
  824. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/InteractiveMarkerUpdate.msg +31 -0
  825. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/Marker.msg +44 -0
  826. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/MarkerArray.msg +1 -0
  827. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/msg/MenuEntry.msg +54 -0
  828. dimos_lcm-0.1.0/ros_msgs/visualization_msgs/package.xml +32 -0
  829. dimos_lcm-0.1.0/ros_to_lcm.py +534 -0
  830. dimos_lcm-0.1.0/run_lcm_spy.sh +72 -0
  831. dimos_lcm-0.1.0/setup.cfg +4 -0
@@ -0,0 +1,87 @@
1
+ Metadata-Version: 2.4
2
+ Name: dimos_lcm
3
+ Version: 0.1.0
4
+ Summary: LCM-Foxglove bridge and message utilities for Dimensional Robotics
5
+ Author-email: Dimensional Team <build@dimensionalOS.com>
6
+ Project-URL: Homepage, https://github.com/dimensionalOS/dimos-lcm
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: lcm
10
+ Requires-Dist: foxglove-websocket
11
+ Requires-Dist: numpy
12
+
13
+ # LCM Message Definitions and ROS msg to LCM Converter
14
+
15
+ This repository contains LCM message definitions and a tool to convert ROS messages to LCM messages.
16
+
17
+ ## Converting ROS Messages to LCM
18
+
19
+ - The Python msg to lcm converter is used to convert the ROS messages to LCM messages.
20
+
21
+ ```py
22
+ python3 ros_to_lcm.py ros_msgs lcm_files
23
+ ```
24
+
25
+ - The lcm-gen command is used to generate the language bindings for the LCM message definitions.
26
+
27
+ ```sh
28
+ ./lcm_batch_processor.sh -p lcm_files -o python_lcm_msgs/lcm_msgs
29
+ ```
30
+
31
+ - Then to make sure tha Python messages package is installable, run
32
+
33
+ ```sh
34
+ cd python_lcm_msgs
35
+ python3 fix_imports.py
36
+ ```
37
+
38
+ - The Foxglove bridge converts all LCM messages to JSON and sends them via WebSocket to Foxglove for visualization.
39
+
40
+ ```py
41
+ python3 lcm_foxglove_bridge.py
42
+ ```
43
+
44
+ ## Using LCM-Spy with Custom Message Types
45
+
46
+ To use lcm-spy with your custom message types, you need to build a JAR file containing the Java bindings for your LCM message types.
47
+
48
+ ### Building the JAR File
49
+
50
+ 1. Make sure you have the Java LCM bindings generated in the `java_lcm_msgs` directory.
51
+ 2. Run the build script to create the JAR file:
52
+
53
+ ```sh
54
+ ./build_lcm_jar.sh
55
+ ```
56
+
57
+ This will compile all Java message definitions and create `lcm_types.jar` in the project directory.
58
+
59
+ ### Running LCM-Spy
60
+
61
+ Use the provided script to run lcm-spy with your custom JAR file:
62
+
63
+ ```sh
64
+ ./run_lcm_spy.sh
65
+ ```
66
+
67
+ You can also pass additional arguments to lcm-spy:
68
+
69
+ ```sh
70
+ # For a specific LCM URL
71
+ ./run_lcm_spy.sh --lcm-url=udpm://239.255.76.67:7667?ttl=1
72
+
73
+ # For a specific interface
74
+ ./run_lcm_spy.sh --lcm-url=udpm://<multicast-address>:<port>
75
+ ```
76
+
77
+ When running lcm-spy this way, all your custom message types will be automatically decoded and displayed in the lcm-spy interface.
78
+
79
+ ### Manual Execution
80
+
81
+ If you prefer to run lcm-spy manually, use:
82
+
83
+ ```sh
84
+ CLASSPATH=/path/to/lcm.jar:lcm_types.jar lcm-spy
85
+ ```
86
+
87
+ Replace `/path/to/lcm.jar` with the actual path to the LCM Java library on your system.
@@ -0,0 +1,75 @@
1
+ # LCM Message Definitions and ROS msg to LCM Converter
2
+
3
+ This repository contains LCM message definitions and a tool to convert ROS messages to LCM messages.
4
+
5
+ ## Converting ROS Messages to LCM
6
+
7
+ - The Python msg to lcm converter is used to convert the ROS messages to LCM messages.
8
+
9
+ ```py
10
+ python3 ros_to_lcm.py ros_msgs lcm_files
11
+ ```
12
+
13
+ - The lcm-gen command is used to generate the language bindings for the LCM message definitions.
14
+
15
+ ```sh
16
+ ./lcm_batch_processor.sh -p lcm_files -o python_lcm_msgs/lcm_msgs
17
+ ```
18
+
19
+ - Then to make sure tha Python messages package is installable, run
20
+
21
+ ```sh
22
+ cd python_lcm_msgs
23
+ python3 fix_imports.py
24
+ ```
25
+
26
+ - The Foxglove bridge converts all LCM messages to JSON and sends them via WebSocket to Foxglove for visualization.
27
+
28
+ ```py
29
+ python3 lcm_foxglove_bridge.py
30
+ ```
31
+
32
+ ## Using LCM-Spy with Custom Message Types
33
+
34
+ To use lcm-spy with your custom message types, you need to build a JAR file containing the Java bindings for your LCM message types.
35
+
36
+ ### Building the JAR File
37
+
38
+ 1. Make sure you have the Java LCM bindings generated in the `java_lcm_msgs` directory.
39
+ 2. Run the build script to create the JAR file:
40
+
41
+ ```sh
42
+ ./build_lcm_jar.sh
43
+ ```
44
+
45
+ This will compile all Java message definitions and create `lcm_types.jar` in the project directory.
46
+
47
+ ### Running LCM-Spy
48
+
49
+ Use the provided script to run lcm-spy with your custom JAR file:
50
+
51
+ ```sh
52
+ ./run_lcm_spy.sh
53
+ ```
54
+
55
+ You can also pass additional arguments to lcm-spy:
56
+
57
+ ```sh
58
+ # For a specific LCM URL
59
+ ./run_lcm_spy.sh --lcm-url=udpm://239.255.76.67:7667?ttl=1
60
+
61
+ # For a specific interface
62
+ ./run_lcm_spy.sh --lcm-url=udpm://<multicast-address>:<port>
63
+ ```
64
+
65
+ When running lcm-spy this way, all your custom message types will be automatically decoded and displayed in the lcm-spy interface.
66
+
67
+ ### Manual Execution
68
+
69
+ If you prefer to run lcm-spy manually, use:
70
+
71
+ ```sh
72
+ CLASSPATH=/path/to/lcm.jar:lcm_types.jar lcm-spy
73
+ ```
74
+
75
+ Replace `/path/to/lcm.jar` with the actual path to the LCM Java library on your system.
@@ -0,0 +1,30 @@
1
+ """
2
+ dimos-lcm - LCM messages for the dimensional operating system
3
+
4
+ This package provides utility tools for dimensional robotics projects,
5
+ including LCM-Foxglove bridge functionality and LCM message definitions.
6
+ """
7
+
8
+ __version__ = "0.1.0"
9
+
10
+ import os
11
+ import sys
12
+
13
+
14
+ # Setup lcm_msgs path for backwards compatibility with seperate python_lcm_msgs package
15
+ def _setup_lcm_msgs_path():
16
+ """Setup lcm_msgs path so internal imports work correctly"""
17
+ try:
18
+ # Try to import lcm_msgs to see if it's already installed
19
+ import lcm_msgs
20
+ except ImportError:
21
+ # If import fails, add the local python_lcm_msgs to path
22
+ # ensures internal imports like "from lcm_msgs import std_msgs" work
23
+ current_dir = os.path.dirname(os.path.abspath(__file__))
24
+ lcm_module_dir = os.path.join(current_dir, "python_lcm_msgs")
25
+ if os.path.exists(lcm_module_dir):
26
+ if lcm_module_dir not in sys.path:
27
+ sys.path.insert(0, lcm_module_dir)
28
+
29
+
30
+ _setup_lcm_msgs_path()
@@ -0,0 +1,25 @@
1
+ #!/bin/bash
2
+
3
+ # Create build directory
4
+ mkdir -p build/classes
5
+
6
+ # Find LCM jar file
7
+ LCM_JAR=$(find /usr/local/share/java -name "lcm*.jar" 2>/dev/null || find /opt/homebrew/share/java -name "lcm*.jar" 2>/dev/null || echo "")
8
+
9
+ if [ -z "$LCM_JAR" ]; then
10
+ echo "Error: LCM jar file not found. Please make sure LCM is installed."
11
+ exit 1
12
+ fi
13
+
14
+ echo "Found LCM jar: $LCM_JAR"
15
+
16
+ # Compile all Java files
17
+ echo "Compiling Java files..."
18
+ find java_lcm_msgs -name "*.java" | xargs javac -cp "$LCM_JAR" -d build/classes
19
+
20
+ # Create JAR file
21
+ echo "Creating JAR file..."
22
+ jar cf lcm_types.jar -C build/classes .
23
+
24
+ echo "Done! Created lcm_types.jar"
25
+ echo "To use with lcm-spy, run: lcm-spy --lcm-url=YOURURL -cp $LCM_JAR:lcm_types.jar"
@@ -0,0 +1,87 @@
1
+ Metadata-Version: 2.4
2
+ Name: dimos_lcm
3
+ Version: 0.1.0
4
+ Summary: LCM-Foxglove bridge and message utilities for Dimensional Robotics
5
+ Author-email: Dimensional Team <build@dimensionalOS.com>
6
+ Project-URL: Homepage, https://github.com/dimensionalOS/dimos-lcm
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: lcm
10
+ Requires-Dist: foxglove-websocket
11
+ Requires-Dist: numpy
12
+
13
+ # LCM Message Definitions and ROS msg to LCM Converter
14
+
15
+ This repository contains LCM message definitions and a tool to convert ROS messages to LCM messages.
16
+
17
+ ## Converting ROS Messages to LCM
18
+
19
+ - The Python msg to lcm converter is used to convert the ROS messages to LCM messages.
20
+
21
+ ```py
22
+ python3 ros_to_lcm.py ros_msgs lcm_files
23
+ ```
24
+
25
+ - The lcm-gen command is used to generate the language bindings for the LCM message definitions.
26
+
27
+ ```sh
28
+ ./lcm_batch_processor.sh -p lcm_files -o python_lcm_msgs/lcm_msgs
29
+ ```
30
+
31
+ - Then to make sure tha Python messages package is installable, run
32
+
33
+ ```sh
34
+ cd python_lcm_msgs
35
+ python3 fix_imports.py
36
+ ```
37
+
38
+ - The Foxglove bridge converts all LCM messages to JSON and sends them via WebSocket to Foxglove for visualization.
39
+
40
+ ```py
41
+ python3 lcm_foxglove_bridge.py
42
+ ```
43
+
44
+ ## Using LCM-Spy with Custom Message Types
45
+
46
+ To use lcm-spy with your custom message types, you need to build a JAR file containing the Java bindings for your LCM message types.
47
+
48
+ ### Building the JAR File
49
+
50
+ 1. Make sure you have the Java LCM bindings generated in the `java_lcm_msgs` directory.
51
+ 2. Run the build script to create the JAR file:
52
+
53
+ ```sh
54
+ ./build_lcm_jar.sh
55
+ ```
56
+
57
+ This will compile all Java message definitions and create `lcm_types.jar` in the project directory.
58
+
59
+ ### Running LCM-Spy
60
+
61
+ Use the provided script to run lcm-spy with your custom JAR file:
62
+
63
+ ```sh
64
+ ./run_lcm_spy.sh
65
+ ```
66
+
67
+ You can also pass additional arguments to lcm-spy:
68
+
69
+ ```sh
70
+ # For a specific LCM URL
71
+ ./run_lcm_spy.sh --lcm-url=udpm://239.255.76.67:7667?ttl=1
72
+
73
+ # For a specific interface
74
+ ./run_lcm_spy.sh --lcm-url=udpm://<multicast-address>:<port>
75
+ ```
76
+
77
+ When running lcm-spy this way, all your custom message types will be automatically decoded and displayed in the lcm-spy interface.
78
+
79
+ ### Manual Execution
80
+
81
+ If you prefer to run lcm-spy manually, use:
82
+
83
+ ```sh
84
+ CLASSPATH=/path/to/lcm.jar:lcm_types.jar lcm-spy
85
+ ```
86
+
87
+ Replace `/path/to/lcm.jar` with the actual path to the LCM Java library on your system.