booster-robotics-sdk-python 1.3.6__tar.gz → 1.3.7__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 (1057) hide show
  1. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.workflow/git-ee-pipe-build.yml +7 -4
  2. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/PKG-INFO +1 -1
  3. {booster_robotics_sdk_python-1.3.6/sdk_release → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_loco_api.hpp +33 -0
  4. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_loco_client.hpp +16 -0
  5. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/pyproject.toml +1 -1
  6. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_exmaple.py +13 -0
  7. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/CMakeLists.txt +2 -1
  8. booster_robotics_sdk_python-1.3.7/sdk_release/README.md +81 -0
  9. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_loco_example_client.cpp +0 -6
  10. booster_robotics_sdk_python-1.3.7/sdk_release/include/booster/common/dds/dds_callback.hpp +53 -0
  11. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_entity.hpp +167 -19
  12. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_factory_model.hpp +10 -10
  13. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_topic_channel.hpp +4 -6
  14. booster_robotics_sdk_python-1.3.7/sdk_release/include/booster/idl/b1/Kick.h +373 -0
  15. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/client.hpp +0 -2
  16. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7/sdk_release}/include/booster/robot/b1/b1_api_const.hpp +1 -0
  17. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7/sdk_release}/include/booster/robot/b1/b1_loco_api.hpp +75 -3
  18. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/b1_loco_client.hpp +23 -7
  19. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/common/robot_shared.hpp +2 -1
  20. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/device/light/light_control_client.hpp +0 -2
  21. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/vision/vision_client.hpp +1 -3
  22. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_api_const.hpp +2 -0
  23. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_client.hpp +0 -2
  24. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/lib/aarch64/libbooster_robotics_sdk.a +0 -0
  25. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/lib/x86_64/libbooster_robotics_sdk.a +0 -0
  26. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/python/binding.cpp +24 -1
  27. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/shared-file-system/rusty-data-root/cfg/commit-dependency.info.json +4 -4
  28. booster_robotics_sdk_python-1.3.7/src/idl_internal/robocup_msgs/Kick.cpp +602 -0
  29. booster_robotics_sdk_python-1.3.7/src/idl_internal/robocup_msgs/Kick.idl +16 -0
  30. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/python/binding.cpp +296 -255
  31. booster_robotics_sdk_python-1.3.6/python_example/sdk_pybind_sensor_msgs_example.py +0 -249
  32. booster_robotics_sdk_python-1.3.6/sdk_release/README.md +0 -66
  33. booster_robotics_sdk_python-1.3.6/sdk_release/example/high_level/b1_high_level_controller_example.cpp +0 -134
  34. booster_robotics_sdk_python-1.3.6/sdk_release/example/high_level/b1_move_controller_interactive_example.cpp +0 -167
  35. booster_robotics_sdk_python-1.3.6/sdk_release/include/booster/common/dds/dds_callback.hpp +0 -32
  36. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.clang-format +0 -0
  37. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.gitattributes +0 -0
  38. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.gitignore +0 -0
  39. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.gitmodules +0 -0
  40. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.lfsconfig +0 -0
  41. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/.workflow/project-defined.cmake +0 -0
  42. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/CMakeLists.txt +0 -0
  43. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/README.md +0 -0
  44. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/ci-c-make-list.cmake +0 -0
  45. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/deps_install.sh +0 -0
  46. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_callback.hpp +0 -0
  47. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_entity.hpp +0 -0
  48. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_factory_model.hpp +0 -0
  49. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_topic_channel.hpp +0 -0
  50. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/ai/AsrChunk.h +0 -0
  51. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/ai/Subtitle.h +0 -0
  52. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioCaptureFrameTopic.h +0 -0
  53. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioCommon.h +0 -0
  54. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioControl.h +0 -0
  55. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioErrorTopic.h +0 -0
  56. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioEventTopic.h +0 -0
  57. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioProgressTopic.h +0 -0
  58. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioTopic.h +0 -0
  59. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetDoaAngleRequest.h +0 -0
  60. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetDoaAngleResponse.h +0 -0
  61. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemMuteRequest.h +0 -0
  62. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemMuteResponse.h +0 -0
  63. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemVolumeRequest.h +0 -0
  64. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemVolumeResponse.h +0 -0
  65. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitPlayerRequest.h +0 -0
  66. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitPlayerResponse.h +0 -0
  67. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitRecorderRequest.h +0 -0
  68. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitRecorderResponse.h +0 -0
  69. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/PlayerInfoResponse.h +0 -0
  70. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RecorderInfoResponse.h +0 -0
  71. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RegisterClientRequest.h +0 -0
  72. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RegisterClientResponse.h +0 -0
  73. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SendPcmData.h +0 -0
  74. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/ServiceResult.h +0 -0
  75. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SessionMeta.h +0 -0
  76. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SessionRequest.h +0 -0
  77. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetPlayerVolume.h +0 -0
  78. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetSystemMute.h +0 -0
  79. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetSystemVolume.h +0 -0
  80. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/BatteryState.h +0 -0
  81. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ButtonEvent.h +0 -0
  82. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/FallDownState.h +0 -0
  83. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandReplyData.h +0 -0
  84. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandReplyParam.h +0 -0
  85. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandTouchData.h +0 -0
  86. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandTouchParam.h +0 -0
  87. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ImuState.h +0 -0
  88. {booster_robotics_sdk_python-1.3.6/internal_include/booster_internal/idl/robocup_msgs → booster_robotics_sdk_python-1.3.7/include/booster/idl/b1}/Kick.h +0 -0
  89. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LightControlMsg.h +0 -0
  90. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LightPixel.h +0 -0
  91. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LowCmd.h +0 -0
  92. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LowState.h +0 -0
  93. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/MotorCmd.h +0 -0
  94. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/MotorState.h +0 -0
  95. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/Odometer.h +0 -0
  96. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ProneBodyControlStatus.h +0 -0
  97. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RemoteControllerState.h +0 -0
  98. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobocupBehaviorStatus.h +0 -0
  99. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsBatteryStatus.h +0 -0
  100. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsImuStatus.h +0 -0
  101. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsJointStatus.h +0 -0
  102. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotProcessState.h +0 -0
  103. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotProcessStateMsg.h +0 -0
  104. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotReplayTrajID.h +0 -0
  105. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotStates.h +0 -0
  106. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotStatusDdsMsg.h +0 -0
  107. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/builtin_interfaces/Time.h +0 -0
  108. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/rpc/RpcReqMsg.h +0 -0
  109. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/rpc/RpcRespMsg.h +0 -0
  110. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/CameraInfo.h +0 -0
  111. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/CompressedImage.h +0 -0
  112. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/Image.h +0 -0
  113. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/RegionOfInterest.h +0 -0
  114. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/std_msgs/Header.h +0 -0
  115. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/api.hpp +0 -0
  116. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/client.hpp +0 -0
  117. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/const.hpp +0 -0
  118. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_capture_stream.h +0 -0
  119. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_localizer.h +0 -0
  120. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_manager.h +0 -0
  121. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_player.h +0 -0
  122. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_recorder.h +0 -0
  123. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_system_controller.h +0 -0
  124. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_types.h +0 -0
  125. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/arm_controller.hpp +0 -0
  126. {booster_robotics_sdk_python-1.3.6/sdk_release → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_api_const.hpp +0 -0
  127. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/move_controller.hpp +0 -0
  128. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_factory.hpp +0 -0
  129. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_publisher.hpp +0 -0
  130. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_subscriber.hpp +0 -0
  131. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/common/entities.hpp +0 -0
  132. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/common/robot_shared.hpp +0 -0
  133. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/device/light/light_control_api.hpp +0 -0
  134. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/device/light/light_control_client.hpp +0 -0
  135. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/error.hpp +0 -0
  136. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/request.hpp +0 -0
  137. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/request_header.hpp +0 -0
  138. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/response.hpp +0 -0
  139. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/response_header.hpp +0 -0
  140. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/rpc_client.hpp +0 -0
  141. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/rpc_server.hpp +0 -0
  142. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/vision/vision_api.hpp +0 -0
  143. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/vision/vision_client.hpp +0 -0
  144. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_api.hpp +0 -0
  145. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_api_const.hpp +0 -0
  146. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_client.hpp +0 -0
  147. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/include/booster/third_party/nlohmann_json/json.hpp +0 -0
  148. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_distribution/README.md +0 -0
  149. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_distribution/build_package.sh +0 -0
  150. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_distribution/install.sh +0 -0
  151. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/common/ros_dds_bridge/bridge.hpp +0 -0
  152. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/FallDownRecoveryState.h +0 -0
  153. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/PersonFace.h +0 -0
  154. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/PersonFaceMsgs.h +0 -0
  155. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/RawBytesMsg.h +0 -0
  156. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/RawBytesStamped.h +0 -0
  157. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/booster_msgs/BinaryData.h +0 -0
  158. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/booster_msgs/BinaryDataCdrAux.hpp +0 -0
  159. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/demo/DemoMsg.h +0 -0
  160. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/demo/DemoMsgCdrAux.hpp +0 -0
  161. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Point.h +0 -0
  162. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PointCdrAux.hpp +0 -0
  163. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Pose.h +0 -0
  164. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PoseCdrAux.hpp +0 -0
  165. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PoseStamped.h +0 -0
  166. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Quaternion.h +0 -0
  167. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Transform.h +0 -0
  168. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/TransformStamped.h +0 -0
  169. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Vector3.h +0 -0
  170. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/robocup_msgs/Ball.h +0 -0
  171. {booster_robotics_sdk_python-1.3.6/sdk_release/include/booster/idl/b1 → booster_robotics_sdk_python-1.3.7/internal_include/booster_internal/idl/robocup_msgs}/Kick.h +0 -0
  172. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/Imu.h +0 -0
  173. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/ImuCdrAux.hpp +0 -0
  174. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/JointState.h +0 -0
  175. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/JointStateCdrAux.hpp +0 -0
  176. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/tf2_msgs/TFMessage.h +0 -0
  177. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_internal_api_const.hpp +0 -0
  178. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_loco_internal_api.hpp +0 -0
  179. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_loco_internal_client.hpp +0 -0
  180. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/__init__.py +0 -0
  181. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/controller_example/arm_demo.py +0 -0
  182. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/controller_example/move_demo.py +0 -0
  183. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_ai_example.py +0 -0
  184. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_audio_example.py +0 -0
  185. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_liondance_example.py +0 -0
  186. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_usr_traj_example.py +0 -0
  187. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_light_example.py +0 -0
  188. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_low_level.py +0 -0
  189. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_lui_example.py +0 -0
  190. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_vision_example.py +0 -0
  191. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_x5_camera_example.py +0 -0
  192. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/python_example/test_upbody_7dof.py +0 -0
  193. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/release.sh +0 -0
  194. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/.gitignore +0 -0
  195. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/LICENSE +0 -0
  196. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_7dof_arm_sdk_example.cpp +0 -0
  197. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_arm_sdk_example.cpp +0 -0
  198. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_loco_example_client.py +0 -0
  199. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/b1_7dof_arm_low_sdk_example.cpp +0 -0
  200. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/b1_low_sdk_example.cpp +0 -0
  201. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/battery_state_subscriber.cpp +0 -0
  202. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_for_custom_publisher.py +0 -0
  203. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_hand_data_subscriber.cpp +0 -0
  204. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_hand_data_subscriber.py +0 -0
  205. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_publisher.cpp +0 -0
  206. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_publisher.py +0 -0
  207. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_subscriber.cpp +0 -0
  208. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_subscriber.py +0 -0
  209. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/odometer_example.cpp +0 -0
  210. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/odometer_example.py +0 -0
  211. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/ai/AsrChunk.h +0 -0
  212. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/ai/Subtitle.h +0 -0
  213. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioCaptureFrameTopic.h +0 -0
  214. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioCommon.h +0 -0
  215. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioControl.h +0 -0
  216. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioErrorTopic.h +0 -0
  217. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioEventTopic.h +0 -0
  218. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioProgressTopic.h +0 -0
  219. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioTopic.h +0 -0
  220. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetDoaAngleRequest.h +0 -0
  221. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetDoaAngleResponse.h +0 -0
  222. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemMuteRequest.h +0 -0
  223. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemMuteResponse.h +0 -0
  224. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemVolumeRequest.h +0 -0
  225. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemVolumeResponse.h +0 -0
  226. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitPlayerRequest.h +0 -0
  227. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitPlayerResponse.h +0 -0
  228. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitRecorderRequest.h +0 -0
  229. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitRecorderResponse.h +0 -0
  230. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/PlayerInfoResponse.h +0 -0
  231. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RecorderInfoResponse.h +0 -0
  232. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RegisterClientRequest.h +0 -0
  233. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RegisterClientResponse.h +0 -0
  234. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SendPcmData.h +0 -0
  235. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/ServiceResult.h +0 -0
  236. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SessionMeta.h +0 -0
  237. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SessionRequest.h +0 -0
  238. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetPlayerVolume.h +0 -0
  239. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetSystemMute.h +0 -0
  240. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetSystemVolume.h +0 -0
  241. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/BatteryState.h +0 -0
  242. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ButtonEvent.h +0 -0
  243. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/FallDownState.h +0 -0
  244. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandReplyData.h +0 -0
  245. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandReplyParam.h +0 -0
  246. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandTouchData.h +0 -0
  247. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandTouchParam.h +0 -0
  248. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ImuState.h +0 -0
  249. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LightControlMsg.h +0 -0
  250. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LightPixel.h +0 -0
  251. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LowCmd.h +0 -0
  252. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LowState.h +0 -0
  253. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/MotorCmd.h +0 -0
  254. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/MotorState.h +0 -0
  255. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/Odometer.h +0 -0
  256. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ProneBodyControlStatus.h +0 -0
  257. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RemoteControllerState.h +0 -0
  258. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobocupBehaviorStatus.h +0 -0
  259. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsBatteryStatus.h +0 -0
  260. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsImuStatus.h +0 -0
  261. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsJointStatus.h +0 -0
  262. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotProcessState.h +0 -0
  263. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotProcessStateMsg.h +0 -0
  264. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotReplayTrajID.h +0 -0
  265. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotStates.h +0 -0
  266. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotStatusDdsMsg.h +0 -0
  267. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/builtin_interfaces/Time.h +0 -0
  268. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/rpc/RpcReqMsg.h +0 -0
  269. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/rpc/RpcRespMsg.h +0 -0
  270. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/CameraInfo.h +0 -0
  271. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/CompressedImage.h +0 -0
  272. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/Image.h +0 -0
  273. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/RegionOfInterest.h +0 -0
  274. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/std_msgs/Header.h +0 -0
  275. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/api.hpp +0 -0
  276. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/const.hpp +0 -0
  277. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_capture_stream.h +0 -0
  278. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_localizer.h +0 -0
  279. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_manager.h +0 -0
  280. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_player.h +0 -0
  281. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_recorder.h +0 -0
  282. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_system_controller.h +0 -0
  283. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_types.h +0 -0
  284. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/arm_controller.hpp +0 -0
  285. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/move_controller.hpp +0 -0
  286. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_factory.hpp +0 -0
  287. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_publisher.hpp +0 -0
  288. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_subscriber.hpp +0 -0
  289. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/common/entities.hpp +0 -0
  290. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/device/light/light_control_api.hpp +0 -0
  291. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/error.hpp +0 -0
  292. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/request.hpp +0 -0
  293. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/request_header.hpp +0 -0
  294. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/response.hpp +0 -0
  295. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/response_header.hpp +0 -0
  296. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/rpc_client.hpp +0 -0
  297. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/rpc_server.hpp +0 -0
  298. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/vision/vision_api.hpp +0 -0
  299. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_api.hpp +0 -0
  300. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/third_party/nlohmann_json/json.hpp +0 -0
  301. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/install.sh +0 -0
  302. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/pyproject.toml +0 -0
  303. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/Cdr.h +0 -0
  304. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/CdrEncoding.hpp +0 -0
  305. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/CdrSizeCalculator.hpp +0 -0
  306. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/FastBuffer.h +0 -0
  307. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/FastCdr.h +0 -0
  308. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/cdr/fixed_size_string.hpp +0 -0
  309. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/config.h +0 -0
  310. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/detail/container_recursive_inspector.hpp +0 -0
  311. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/eProsima_auto_link.h +0 -0
  312. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/BadOptionalAccessException.hpp +0 -0
  313. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/BadParamException.h +0 -0
  314. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/Exception.h +0 -0
  315. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/LockedExternalAccessException.hpp +0 -0
  316. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/NotEnoughMemoryException.h +0 -0
  317. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/fastcdr_dll.h +0 -0
  318. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/MemberId.hpp +0 -0
  319. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/detail/optional.hpp +0 -0
  320. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/external.hpp +0 -0
  321. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/optional.hpp +0 -0
  322. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/ReplyHeader.hpp +0 -0
  323. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/RequestHeader.hpp +0 -0
  324. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/Types.hpp +0 -0
  325. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/BuiltinTopicKey.hpp +0 -0
  326. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.hpp +0 -0
  327. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.hpp +0 -0
  328. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.hpp +0 -0
  329. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/TopicBuiltinTopicData.hpp +0 -0
  330. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupManager.hpp +0 -0
  331. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.hpp +0 -0
  332. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.hpp +0 -0
  333. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.hpp +0 -0
  334. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/common/InstanceHandle.hpp +0 -0
  335. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/Entity.hpp +0 -0
  336. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableArray.hpp +0 -0
  337. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableCollection.hpp +0 -0
  338. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableSequence.hpp +0 -0
  339. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableTypedCollection.hpp +0 -0
  340. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/StackAllocatedSequence.hpp +0 -0
  341. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/UserAllocatedSequence.hpp +0 -0
  342. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/Condition.hpp +0 -0
  343. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/GuardCondition.hpp +0 -0
  344. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/StatusCondition.hpp +0 -0
  345. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/WaitSet.hpp +0 -0
  346. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/ParameterTypes.hpp +0 -0
  347. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/QosPolicies.hpp +0 -0
  348. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.hpp +0 -0
  349. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.hpp +0 -0
  350. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/BaseStatus.hpp +0 -0
  351. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/DeadlineMissedStatus.hpp +0 -0
  352. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/IncompatibleQosStatus.hpp +0 -0
  353. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/LivelinessChangedStatus.hpp +0 -0
  354. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/MatchedStatus.hpp +0 -0
  355. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/PublicationMatchedStatus.hpp +0 -0
  356. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/SampleRejectedStatus.hpp +0 -0
  357. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/StatusMask.hpp +0 -0
  358. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/SubscriptionMatchedStatus.hpp +0 -0
  359. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipant.hpp +0 -0
  360. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipantFactory.hpp +0 -0
  361. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipantListener.hpp +0 -0
  362. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/qos/DomainParticipantFactoryQos.hpp +0 -0
  363. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp +0 -0
  364. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/Colors.hpp +0 -0
  365. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/FileConsumer.hpp +0 -0
  366. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/Log.hpp +0 -0
  367. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/OStreamConsumer.hpp +0 -0
  368. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/StdoutConsumer.hpp +0 -0
  369. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/StdoutErrConsumer.hpp +0 -0
  370. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/DataWriter.hpp +0 -0
  371. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/DataWriterListener.hpp +0 -0
  372. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/Publisher.hpp +0 -0
  373. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/PublisherListener.hpp +0 -0
  374. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/DataWriterQos.hpp +0 -0
  375. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/PublisherQos.hpp +0 -0
  376. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/WriterQos.hpp +0 -0
  377. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/DataReader.hpp +0 -0
  378. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/DataReaderListener.hpp +0 -0
  379. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/InstanceState.hpp +0 -0
  380. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/ReadCondition.hpp +0 -0
  381. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SampleInfo.hpp +0 -0
  382. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SampleState.hpp +0 -0
  383. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/Subscriber.hpp +0 -0
  384. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SubscriberListener.hpp +0 -0
  385. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/ViewState.hpp +0 -0
  386. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/DataReaderQos.hpp +0 -0
  387. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/ReaderQos.hpp +0 -0
  388. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/SubscriberQos.hpp +0 -0
  389. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/ContentFilteredTopic.hpp +0 -0
  390. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/IContentFilter.hpp +0 -0
  391. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/IContentFilterFactory.hpp +0 -0
  392. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/Topic.hpp +0 -0
  393. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicDataType.hpp +0 -0
  394. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicDescription.hpp +0 -0
  395. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicListener.hpp +0 -0
  396. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TypeSupport.hpp +0 -0
  397. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/qos/TopicQos.hpp +0 -0
  398. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/Endpoint.h +0 -0
  399. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/RTPSDomain.h +0 -0
  400. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/BuiltinTransports.hpp +0 -0
  401. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/EndpointAttributes.h +0 -0
  402. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ExternalLocators.hpp +0 -0
  403. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/HistoryAttributes.h +0 -0
  404. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/PropertyPolicy.h +0 -0
  405. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.hpp +0 -0
  406. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/RTPSParticipantAttributes.h +0 -0
  407. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ReaderAttributes.h +0 -0
  408. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ServerAttributes.h +0 -0
  409. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ThreadSettings.hpp +0 -0
  410. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/WriterAttributes.h +0 -0
  411. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/BuiltinProtocols.h +0 -0
  412. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/BuiltinEndpoints.hpp +0 -0
  413. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp +0 -0
  414. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/NetworkConfiguration.hpp +0 -0
  415. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ParticipantProxyData.h +0 -0
  416. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ReaderProxyData.h +0 -0
  417. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/WriterProxyData.h +0 -0
  418. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDP.h +0 -0
  419. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.h +0 -0
  420. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.h +0 -0
  421. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDP.h +0 -0
  422. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDPListener.h +0 -0
  423. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDPSimple.h +0 -0
  424. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/liveliness/WLP.h +0 -0
  425. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/liveliness/WLPListener.h +0 -0
  426. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/BinaryProperty.h +0 -0
  427. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CDRMessage_t.h +0 -0
  428. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CacheChange.h +0 -0
  429. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CdrSerialization.hpp +0 -0
  430. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/ChangeKind_t.hpp +0 -0
  431. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/EntityId_t.hpp +0 -0
  432. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/FragmentNumber.h +0 -0
  433. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Guid.h +0 -0
  434. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/GuidPrefix_t.hpp +0 -0
  435. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/InstanceHandle.h +0 -0
  436. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Locator.h +0 -0
  437. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorList.hpp +0 -0
  438. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorListComparisons.hpp +0 -0
  439. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorSelector.hpp +0 -0
  440. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorSelectorEntry.hpp +0 -0
  441. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorWithMask.hpp +0 -0
  442. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorsIterator.hpp +0 -0
  443. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/MatchingInfo.h +0 -0
  444. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/PortParameters.h +0 -0
  445. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Property.h +0 -0
  446. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/RemoteLocators.hpp +0 -0
  447. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SampleIdentity.h +0 -0
  448. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SequenceNumber.h +0 -0
  449. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SerializedPayload.h +0 -0
  450. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Time_t.h +0 -0
  451. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Token.h +0 -0
  452. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Types.h +0 -0
  453. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/VendorId_t.hpp +0 -0
  454. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/WriteParams.h +0 -0
  455. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/all_common.h +0 -0
  456. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/exceptions/Exception.h +0 -0
  457. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerConsts.hpp +0 -0
  458. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp +0 -0
  459. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.hpp +0 -0
  460. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h +0 -0
  461. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/History.h +0 -0
  462. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/IChangePool.h +0 -0
  463. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/IPayloadPool.h +0 -0
  464. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/ReaderHistory.h +0 -0
  465. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/WriterHistory.h +0 -0
  466. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/interfaces/IReaderDataFilter.hpp +0 -0
  467. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/CDRMessage.h +0 -0
  468. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/CDRMessage.hpp +0 -0
  469. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/MessageReceiver.h +0 -0
  470. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageCreator.h +0 -0
  471. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageGroup.h +0 -0
  472. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageSenderInterface.hpp +0 -0
  473. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPS_messages.h +0 -0
  474. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/network/SenderResource.h +0 -0
  475. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/ParticipantDiscoveryInfo.h +0 -0
  476. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/RTPSParticipant.h +0 -0
  477. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/RTPSParticipantListener.h +0 -0
  478. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/RTPSReader.h +0 -0
  479. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/ReaderDiscoveryInfo.h +0 -0
  480. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/ReaderListener.h +0 -0
  481. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatefulPersistentReader.h +0 -0
  482. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatefulReader.h +0 -0
  483. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatelessPersistentReader.h +0 -0
  484. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatelessReader.h +0 -0
  485. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/ResourceEvent.h +0 -0
  486. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/ResourceManagement.h +0 -0
  487. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/TimedEvent.h +0 -0
  488. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/rtps_all.h +0 -0
  489. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/rtps_fwd.h +0 -0
  490. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/AccessControl.h +0 -0
  491. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.h +0 -0
  492. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.h +0 -0
  493. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.h +0 -0
  494. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/authentication/Authentication.h +0 -0
  495. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/authentication/Handshake.h +0 -0
  496. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/Handle.h +0 -0
  497. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/ParticipantGenericMessage.h +0 -0
  498. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/SharedSecretHandle.h +0 -0
  499. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoKeyExchange.h +0 -0
  500. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoKeyFactory.h +0 -0
  501. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoTransform.h +0 -0
  502. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoTypes.h +0 -0
  503. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/Cryptography.h +0 -0
  504. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/exceptions/SecurityException.h +0 -0
  505. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/BuiltinLoggingType.h +0 -0
  506. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/LogOptions.h +0 -0
  507. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/Logging.h +0 -0
  508. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/LoggingLevel.h +0 -0
  509. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/NameValuePair.h +0 -0
  510. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/ChainingTransport.h +0 -0
  511. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/ChainingTransportDescriptor.h +0 -0
  512. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/PortBasedTransportDescriptor.hpp +0 -0
  513. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/SenderResource.h +0 -0
  514. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/SocketTransportDescriptor.h +0 -0
  515. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPTransportDescriptor.h +0 -0
  516. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPv4TransportDescriptor.h +0 -0
  517. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPv6TransportDescriptor.h +0 -0
  518. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportDescriptorInterface.h +0 -0
  519. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportInterface.h +0 -0
  520. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportReceiverInterface.h +0 -0
  521. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPTransportDescriptor.h +0 -0
  522. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPv4TransportDescriptor.h +0 -0
  523. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPv6TransportDescriptor.h +0 -0
  524. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h +0 -0
  525. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/test_UDPv4TransportDescriptor.h +0 -0
  526. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ChangeForReader.h +0 -0
  527. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/DeliveryRetCode.hpp +0 -0
  528. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/IReaderDataFilter.hpp +0 -0
  529. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LivelinessData.h +0 -0
  530. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LivelinessManager.h +0 -0
  531. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LocatorSelectorSender.hpp +0 -0
  532. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/PersistentWriter.h +0 -0
  533. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/RTPSWriter.h +0 -0
  534. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ReaderLocator.h +0 -0
  535. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ReaderProxy.h +0 -0
  536. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatefulPersistentWriter.h +0 -0
  537. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatefulWriter.h +0 -0
  538. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatelessPersistentWriter.h +0 -0
  539. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatelessWriter.h +0 -0
  540. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/WriterDiscoveryInfo.h +0 -0
  541. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/WriterListener.h +0 -0
  542. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/IListeners.hpp +0 -0
  543. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/domain/DomainParticipant.hpp +0 -0
  544. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/publisher/qos/DataWriterQos.hpp +0 -0
  545. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/subscriber/qos/DataReaderQos.hpp +0 -0
  546. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/monitorservice_types.idl +0 -0
  547. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/StatisticsCommon.hpp +0 -0
  548. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/Interfaces.hpp +0 -0
  549. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IConnectionsObserver.hpp +0 -0
  550. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IConnectionsQueryable.hpp +0 -0
  551. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IProxyObserver.hpp +0 -0
  552. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IProxyQueryable.hpp +0 -0
  553. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IStatusObserver.hpp +0 -0
  554. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IStatusQueryable.hpp +0 -0
  555. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/topic_names.hpp +0 -0
  556. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/types.idl +0 -0
  557. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/thirdparty/optionparser/optionparser/optionparser.h +0 -0
  558. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/thirdparty/optionparser/optionparser.hpp +0 -0
  559. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/Domain.h +0 -0
  560. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/TopicDataType.h +0 -0
  561. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/LibrarySettingsAttributes.h +0 -0
  562. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/ParticipantAttributes.h +0 -0
  563. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/PublisherAttributes.h +0 -0
  564. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/ReplierAttributes.hpp +0 -0
  565. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/RequesterAttributes.hpp +0 -0
  566. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/SubscriberAttributes.h +0 -0
  567. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/TopicAttributes.h +0 -0
  568. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/all_attributes.h +0 -0
  569. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/common/KeyedChanges.h +0 -0
  570. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/config/doxygen_modules.h +0 -0
  571. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/config.h +0 -0
  572. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/eProsima_auto_link.h +0 -0
  573. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_all.h +0 -0
  574. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_dll.h +0 -0
  575. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_fwd.h +0 -0
  576. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/Colors.h +0 -0
  577. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/FileConsumer.h +0 -0
  578. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/Log.h +0 -0
  579. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/StdoutConsumer.h +0 -0
  580. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/participant/Participant.h +0 -0
  581. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/participant/ParticipantListener.h +0 -0
  582. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/Publisher.h +0 -0
  583. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/PublisherHistory.h +0 -0
  584. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/PublisherListener.h +0 -0
  585. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/DeadlineMissedStatus.h +0 -0
  586. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/IncompatibleQosStatus.hpp +0 -0
  587. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/LivelinessChangedStatus.h +0 -0
  588. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/LivelinessLostStatus.h +0 -0
  589. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/ParameterTypes.h +0 -0
  590. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/QosPolicies.h +0 -0
  591. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/ReaderQos.h +0 -0
  592. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/SampleRejectedStatus.hpp +0 -0
  593. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/WriterQos.h +0 -0
  594. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/Endpoint.h +0 -0
  595. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/RTPSDomain.h +0 -0
  596. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/EndpointAttributes.h +0 -0
  597. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/HistoryAttributes.h +0 -0
  598. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/PropertyPolicy.h +0 -0
  599. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.hpp +0 -0
  600. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h +0 -0
  601. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/ReaderAttributes.h +0 -0
  602. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/ServerAttributes.h +0 -0
  603. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/WriterAttributes.h +0 -0
  604. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/BuiltinProtocols.h +0 -0
  605. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h +0 -0
  606. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/ReaderProxyData.h +0 -0
  607. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/WriterProxyData.h +0 -0
  608. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h +0 -0
  609. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h +0 -0
  610. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h +0 -0
  611. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDP.h +0 -0
  612. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDPListener.h +0 -0
  613. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h +0 -0
  614. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/liveliness/WLP.h +0 -0
  615. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/liveliness/WLPListener.h +0 -0
  616. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/BinaryProperty.h +0 -0
  617. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/CDRMessage_t.h +0 -0
  618. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/CacheChange.h +0 -0
  619. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/FragmentNumber.h +0 -0
  620. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Guid.h +0 -0
  621. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/InstanceHandle.h +0 -0
  622. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Locator.h +0 -0
  623. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorListComparisons.hpp +0 -0
  624. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorSelector.hpp +0 -0
  625. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorSelectorEntry.hpp +0 -0
  626. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/MatchingInfo.h +0 -0
  627. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/PortParameters.h +0 -0
  628. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Property.h +0 -0
  629. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/RemoteLocators.hpp +0 -0
  630. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SampleIdentity.h +0 -0
  631. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SequenceNumber.h +0 -0
  632. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SerializedPayload.h +0 -0
  633. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Time_t.h +0 -0
  634. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Token.h +0 -0
  635. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Types.h +0 -0
  636. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/WriteParams.h +0 -0
  637. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/all_common.h +0 -0
  638. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/exceptions/Exception.h +0 -0
  639. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.h +0 -0
  640. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/History.h +0 -0
  641. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/ReaderHistory.h +0 -0
  642. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/WriterHistory.h +0 -0
  643. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/CDRMessage.h +0 -0
  644. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/MessageReceiver.h +0 -0
  645. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageCreator.h +0 -0
  646. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageGroup.h +0 -0
  647. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageSenderInterface.hpp +0 -0
  648. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPS_messages.h +0 -0
  649. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/network/SenderResource.h +0 -0
  650. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/ParticipantDiscoveryInfo.h +0 -0
  651. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/RTPSParticipant.h +0 -0
  652. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/RTPSParticipantListener.h +0 -0
  653. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/RTPSReader.h +0 -0
  654. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/ReaderDiscoveryInfo.h +0 -0
  655. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/ReaderListener.h +0 -0
  656. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatefulPersistentReader.h +0 -0
  657. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatefulReader.h +0 -0
  658. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatelessPersistentReader.h +0 -0
  659. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatelessReader.h +0 -0
  660. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/ResourceEvent.h +0 -0
  661. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/ResourceManagement.h +0 -0
  662. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/TimedEvent.h +0 -0
  663. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/rtps_all.h +0 -0
  664. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/rtps_fwd.h +0 -0
  665. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/AccessControl.h +0 -0
  666. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.h +0 -0
  667. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.h +0 -0
  668. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.h +0 -0
  669. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/authentication/Authentication.h +0 -0
  670. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/authentication/Handshake.h +0 -0
  671. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/Handle.h +0 -0
  672. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/ParticipantGenericMessage.h +0 -0
  673. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/SharedSecretHandle.h +0 -0
  674. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoKeyExchange.h +0 -0
  675. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoKeyFactory.h +0 -0
  676. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoTransform.h +0 -0
  677. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoTypes.h +0 -0
  678. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/Cryptography.h +0 -0
  679. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/exceptions/SecurityException.h +0 -0
  680. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/LivelinessData.h +0 -0
  681. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/LivelinessManager.h +0 -0
  682. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/PersistentWriter.h +0 -0
  683. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/RTPSWriter.h +0 -0
  684. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/ReaderLocator.h +0 -0
  685. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/ReaderProxy.h +0 -0
  686. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatefulPersistentWriter.h +0 -0
  687. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatefulWriter.h +0 -0
  688. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatelessPersistentWriter.h +0 -0
  689. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatelessWriter.h +0 -0
  690. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/WriterDiscoveryInfo.h +0 -0
  691. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/WriterListener.h +0 -0
  692. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SampleInfo.h +0 -0
  693. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/Subscriber.h +0 -0
  694. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SubscriberHistory.h +0 -0
  695. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SubscriberListener.h +0 -0
  696. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/SocketTransportDescriptor.h +0 -0
  697. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPTransportDescriptor.h +0 -0
  698. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPv4TransportDescriptor.h +0 -0
  699. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPv6TransportDescriptor.h +0 -0
  700. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportDescriptorInterface.h +0 -0
  701. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportInterface.h +0 -0
  702. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportReceiverInterface.h +0 -0
  703. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPTransportDescriptor.h +0 -0
  704. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPv4TransportDescriptor.h +0 -0
  705. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPv6TransportDescriptor.h +0 -0
  706. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/test_UDPv4TransportDescriptor.h +0 -0
  707. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/AnnotationDescriptor.h +0 -0
  708. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/AnnotationParameterValue.h +0 -0
  709. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/BuiltinAnnotationsTypeObject.h +0 -0
  710. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicData.h +0 -0
  711. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataFactory.h +0 -0
  712. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataHelper.hpp +0 -0
  713. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataPtr.h +0 -0
  714. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicPubSubType.h +0 -0
  715. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicType.h +0 -0
  716. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilder.h +0 -0
  717. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilderFactory.h +0 -0
  718. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilderPtr.h +0 -0
  719. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeMember.h +0 -0
  720. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypePtr.h +0 -0
  721. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/MemberDescriptor.h +0 -0
  722. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeDescriptor.h +0 -0
  723. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeIdentifier.h +0 -0
  724. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeIdentifierTypes.h +0 -0
  725. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeNamesGenerator.h +0 -0
  726. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObject.h +0 -0
  727. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObjectFactory.h +0 -0
  728. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObjectHashId.h +0 -0
  729. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypesBase.h +0 -0
  730. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/DBQueue.h +0 -0
  731. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/IPFinder.h +0 -0
  732. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/IPLocator.h +0 -0
  733. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/ProxyPool.hpp +0 -0
  734. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/Semaphore.h +0 -0
  735. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/StringMatching.h +0 -0
  736. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/System.h +0 -0
  737. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimeConversion.h +0 -0
  738. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimedConditionVariable.hpp +0 -0
  739. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimedMutex.hpp +0 -0
  740. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp +0 -0
  741. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/ResourceLimitedVector.hpp +0 -0
  742. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/foonathan_memory_helpers.hpp +0 -0
  743. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/fixed_size_bitmap.hpp +0 -0
  744. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/fixed_size_string.hpp +0 -0
  745. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/md5.h +0 -0
  746. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/shared_mutex.hpp +0 -0
  747. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/string_convert.hpp +0 -0
  748. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLEndpointParser.h +0 -0
  749. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLParser.h +0 -0
  750. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLParserCommon.h +0 -0
  751. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLProfileManager.h +0 -0
  752. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLTree.h +0 -0
  753. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/aligned_allocator.hpp +0 -0
  754. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/allocator_storage.hpp +0 -0
  755. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/allocator_traits.hpp +0 -0
  756. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/config.hpp +0 -0
  757. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/config_impl.hpp +0 -0
  758. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/container.hpp +0 -0
  759. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/container_node_sizes_impl.hpp +0 -0
  760. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/debugging.hpp +0 -0
  761. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/default_allocator.hpp +0 -0
  762. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/deleter.hpp +0 -0
  763. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/align.hpp +0 -0
  764. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/assert.hpp +0 -0
  765. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/container_node_sizes.hpp +0 -0
  766. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/container_node_sizes_impl.hpp +0 -0
  767. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/debug_helpers.hpp +0 -0
  768. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/ebo_storage.hpp +0 -0
  769. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/free_list.hpp +0 -0
  770. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/free_list_array.hpp +0 -0
  771. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/ilog2.hpp +0 -0
  772. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/lowlevel_allocator.hpp +0 -0
  773. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/memory_stack.hpp +0 -0
  774. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/small_free_list.hpp +0 -0
  775. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/utility.hpp +0 -0
  776. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/error.hpp +0 -0
  777. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/fallback_allocator.hpp +0 -0
  778. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/heap_allocator.hpp +0 -0
  779. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/iteration_allocator.hpp +0 -0
  780. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/joint_allocator.hpp +0 -0
  781. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/malloc_allocator.hpp +0 -0
  782. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_arena.hpp +0 -0
  783. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool.hpp +0 -0
  784. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool_collection.hpp +0 -0
  785. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool_type.hpp +0 -0
  786. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_resource_adapter.hpp +0 -0
  787. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_stack.hpp +0 -0
  788. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/namespace_alias.hpp +0 -0
  789. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/new_allocator.hpp +0 -0
  790. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/segregator.hpp +0 -0
  791. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/smart_ptr.hpp +0 -0
  792. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/static_allocator.hpp +0 -0
  793. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/std_allocator.hpp +0 -0
  794. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/temporary_allocator.hpp +0 -0
  795. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/threading.hpp +0 -0
  796. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/tracking.hpp +0 -0
  797. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/virtual_memory.hpp +0 -0
  798. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfastcdr.so +0 -0
  799. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfastrtps.so +0 -0
  800. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfoonathan_memory-0.7.3.a +0 -0
  801. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfastcdr.so +0 -0
  802. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfastrtps.so +0 -0
  803. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfoonathan_memory-0.7.3.a +0 -0
  804. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfastcdr.so +0 -0
  805. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfastrtps.so +0 -0
  806. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfoonathan_memory-0.7.3.a +0 -0
  807. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfastcdr.so +0 -0
  808. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfastrtps.so +0 -0
  809. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfoonathan_memory-0.7.3.a +0 -0
  810. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/shared-file-system/script/s-30-install-dependency.sh +0 -0
  811. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/shared-file-system/script/s-40-build-component.sh +0 -0
  812. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_callback.cpp +0 -0
  813. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_factory_model.cpp +0 -0
  814. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_topic_channel.cpp +0 -0
  815. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/common/ros_dds_bridge/bridge.cpp +0 -0
  816. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/AsrChunk.cpp +0 -0
  817. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/AsrChunk.idl +0 -0
  818. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/Subtitle.cpp +0 -0
  819. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/Subtitle.idl +0 -0
  820. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCaptureFrameTopic.cpp +0 -0
  821. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCaptureFrameTopic.idl +0 -0
  822. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCommon.cpp +0 -0
  823. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCommon.idl +0 -0
  824. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioErrorTopic.cpp +0 -0
  825. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioErrorTopic.idl +0 -0
  826. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioEventTopic.cpp +0 -0
  827. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioEventTopic.idl +0 -0
  828. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioProgressTopic.cpp +0 -0
  829. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioProgressTopic.idl +0 -0
  830. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioTopic.cpp +0 -0
  831. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioTopic.idl +0 -0
  832. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleRequest.cpp +0 -0
  833. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleRequest.idl +0 -0
  834. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleResponse.cpp +0 -0
  835. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleResponse.idl +0 -0
  836. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteRequest.cpp +0 -0
  837. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteRequest.idl +0 -0
  838. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteResponse.cpp +0 -0
  839. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteResponse.idl +0 -0
  840. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeRequest.cpp +0 -0
  841. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeRequest.idl +0 -0
  842. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeResponse.cpp +0 -0
  843. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeResponse.idl +0 -0
  844. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerRequest.cpp +0 -0
  845. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerRequest.idl +0 -0
  846. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerResponse.cpp +0 -0
  847. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerResponse.idl +0 -0
  848. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderRequest.cpp +0 -0
  849. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderRequest.idl +0 -0
  850. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderResponse.cpp +0 -0
  851. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderResponse.idl +0 -0
  852. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/PlayerInfoResponse.cpp +0 -0
  853. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/PlayerInfoResponse.idl +0 -0
  854. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RecorderInfoResponse.cpp +0 -0
  855. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RecorderInfoResponse.idl +0 -0
  856. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientRequest.cpp +0 -0
  857. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientRequest.idl +0 -0
  858. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientResponse.cpp +0 -0
  859. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientResponse.idl +0 -0
  860. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SendPcmData.cpp +0 -0
  861. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SendPcmData.idl +0 -0
  862. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/ServiceResult.cpp +0 -0
  863. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/ServiceResult.idl +0 -0
  864. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionMeta.cpp +0 -0
  865. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionMeta.idl +0 -0
  866. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionRequest.cpp +0 -0
  867. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionRequest.idl +0 -0
  868. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetPlayerVolume.cpp +0 -0
  869. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetPlayerVolume.idl +0 -0
  870. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemMute.cpp +0 -0
  871. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemMute.idl +0 -0
  872. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemVolume.cpp +0 -0
  873. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemVolume.idl +0 -0
  874. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/BatteryState.cpp +0 -0
  875. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/BatteryState.idl +0 -0
  876. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ButtonEvent.cpp +0 -0
  877. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ButtonEvent.idl +0 -0
  878. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/FallDownState.cpp +0 -0
  879. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/FallDownState.idl +0 -0
  880. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyData.cpp +0 -0
  881. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyData.idl +0 -0
  882. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyParam.cpp +0 -0
  883. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyParam.idl +0 -0
  884. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.cpp +0 -0
  885. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.h +0 -0
  886. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.idl +0 -0
  887. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.cpp +0 -0
  888. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.h +0 -0
  889. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.idl +0 -0
  890. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ImuState.cpp +0 -0
  891. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ImuState.idl +0 -0
  892. {booster_robotics_sdk_python-1.3.6/src/idl_internal/robocup_msgs → booster_robotics_sdk_python-1.3.7/src/idl/b1}/Kick.cpp +0 -0
  893. {booster_robotics_sdk_python-1.3.6/src/idl_internal/robocup_msgs → booster_robotics_sdk_python-1.3.7/src/idl/b1}/Kick.idl +0 -0
  894. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightControlMsg.cpp +0 -0
  895. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightControlMsg.idl +0 -0
  896. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightPixel.cpp +0 -0
  897. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightPixel.idl +0 -0
  898. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowCmd.cpp +0 -0
  899. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowCmd.idl +0 -0
  900. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowState.cpp +0 -0
  901. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowState.idl +0 -0
  902. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorCmd.cpp +0 -0
  903. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorCmd.idl +0 -0
  904. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorState.cpp +0 -0
  905. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorState.idl +0 -0
  906. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Odometer.cpp +0 -0
  907. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Odometer.idl +0 -0
  908. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ProneBodyControlStatus.cpp +0 -0
  909. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ProneBodyControlStatus.idl +0 -0
  910. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RemoteControllerState.cpp +0 -0
  911. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RemoteControllerState.idl +0 -0
  912. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobocupBehaviorStatus.cpp +0 -0
  913. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobocupBehaviorStatus.idl +0 -0
  914. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsBatteryStatus.cpp +0 -0
  915. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsBatteryStatus.idl +0 -0
  916. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsImuStatus.cpp +0 -0
  917. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsImuStatus.idl +0 -0
  918. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsJointStatus.cpp +0 -0
  919. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsJointStatus.idl +0 -0
  920. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessState.cpp +0 -0
  921. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessState.idl +0 -0
  922. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessStateMsg.cpp +0 -0
  923. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessStateMsg.idl +0 -0
  924. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotReplayTrajID.cpp +0 -0
  925. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotReplayTrajID.idl +0 -0
  926. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStates.cpp +0 -0
  927. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStates.idl +0 -0
  928. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStatusDdsMsg.cpp +0 -0
  929. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStatusDdsMsg.idl +0 -0
  930. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/builtin_interfaces/Time.cpp +0 -0
  931. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/builtin_interfaces/Time.idl +0 -0
  932. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcReqMsg.cpp +0 -0
  933. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcReqMsg.idl +0 -0
  934. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcRespMsg.cpp +0 -0
  935. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcRespMsg.idl +0 -0
  936. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CameraInfo.cpp +0 -0
  937. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CameraInfo.idl +0 -0
  938. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CompressedImage.cpp +0 -0
  939. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CompressedImage.idl +0 -0
  940. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/Image.cpp +0 -0
  941. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/Image.idl +0 -0
  942. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/RegionOfInterest.cpp +0 -0
  943. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/RegionOfInterest.idl +0 -0
  944. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/std_msgs/Header.cpp +0 -0
  945. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl/std_msgs/Header.idl +0 -0
  946. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/FallDownRecoveryState.cpp +0 -0
  947. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/FallDownRecoveryState.idl +0 -0
  948. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFace.cpp +0 -0
  949. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFace.idl +0 -0
  950. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFaceMsgs.cpp +0 -0
  951. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFaceMsgs.idl +0 -0
  952. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesMsg.cpp +0 -0
  953. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesMsg.idl +0 -0
  954. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesStamped.cpp +0 -0
  955. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesStamped.idl +0 -0
  956. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryData.cxx +0 -0
  957. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryData.idl +0 -0
  958. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryDataCdrAux.ipp +0 -0
  959. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsg.cxx +0 -0
  960. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsg.idl +0 -0
  961. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsgCdrAux.ipp +0 -0
  962. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Point.cxx +0 -0
  963. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Point.idl +0 -0
  964. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PointCdrAux.ipp +0 -0
  965. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Pose.cxx +0 -0
  966. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Pose.idl +0 -0
  967. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseCdrAux.ipp +0 -0
  968. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseStamped.cpp +0 -0
  969. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseStamped.idl +0 -0
  970. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Quaternion.cpp +0 -0
  971. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Quaternion.idl +0 -0
  972. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Transform.cpp +0 -0
  973. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Transform.idl +0 -0
  974. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/TransformStamped.cpp +0 -0
  975. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/TransformStamped.idl +0 -0
  976. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Vector3.cpp +0 -0
  977. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Vector3.idl +0 -0
  978. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Ball.cpp +0 -0
  979. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Ball.idl +0 -0
  980. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/Imu.cxx +0 -0
  981. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/Imu.idl +0 -0
  982. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/ImuCdrAux.ipp +0 -0
  983. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointState.cxx +0 -0
  984. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointState.idl +0 -0
  985. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointStateCdrAux.ipp +0 -0
  986. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/tf2_msgs/TFMessage.cpp +0 -0
  987. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/tf2_msgs/TFMessage.idl +0 -0
  988. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/__init__.py +0 -0
  989. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/arm_controller.py +0 -0
  990. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/move_controller.py +0 -0
  991. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/python/internal_binding.cpp +0 -0
  992. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/ai/client.cpp +0 -0
  993. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_capture_stream.cpp +0 -0
  994. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_localizer.cpp +0 -0
  995. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_manager.cpp +0 -0
  996. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_player.cpp +0 -0
  997. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_recorder.cpp +0 -0
  998. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_system_controller.cpp +0 -0
  999. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/b1/b1_loco_client.cpp +0 -0
  1000. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/b1/b1_loco_internal_client.cpp +0 -0
  1001. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_factory.cpp +0 -0
  1002. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_publisher.cpp +0 -0
  1003. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_subscriber.cpp +0 -0
  1004. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/device/light/client.cpp +0 -0
  1005. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/rpc/rpc_client.cpp +0 -0
  1006. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/rpc/rpc_server.cpp +0 -0
  1007. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/vision/vision_client.cpp +0 -0
  1008. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/src/robot/x5_camera/x5_camera_client.cpp +0 -0
  1009. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/CMakeLists.txt +0 -0
  1010. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/rpc_client.cpp +0 -0
  1011. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/rpc_server.cpp +0 -0
  1012. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/x5_camera_rpc.cpp +0 -0
  1013. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/x5_camera_rpc.hpp +0 -0
  1014. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_publisher.cpp +0 -0
  1015. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_publisher.hpp +0 -0
  1016. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_subscriber.cpp +0 -0
  1017. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_subscriber.hpp +0 -0
  1018. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_test.cpp +0 -0
  1019. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/pub_sub/publisher.cpp +0 -0
  1020. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/pub_sub/subscriber.cpp +0 -0
  1021. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/rpc/loco_rpc_server.hpp +0 -0
  1022. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/rpc/rpc_client.cpp +0 -0
  1023. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/rpc/rpc_server.cpp +0 -0
  1024. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/test/sim_bridge/sim_bridge_subscriber.cpp +0 -0
  1025. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/CMakeLists.txt +0 -0
  1026. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/codegen.cpp +0 -0
  1027. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/cpp_merger.hpp +0 -0
  1028. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/dds_file_manager.hpp +0 -0
  1029. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/header_merger.hpp +0 -0
  1030. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/helper.hpp +0 -0
  1031. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/merger.hpp +0 -0
  1032. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.cpp +0 -0
  1033. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.h +0 -0
  1034. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.idl +0 -0
  1035. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.cpp +0 -0
  1036. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.h +0 -0
  1037. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.idl +0 -0
  1038. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.cxx +0 -0
  1039. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.h +0 -0
  1040. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.idl +0 -0
  1041. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdCdrAux.hpp +0 -0
  1042. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdCdrAux.ipp +0 -0
  1043. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdPubSubTypes.cxx +0 -0
  1044. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdPubSubTypes.h +0 -0
  1045. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.cpp +0 -0
  1046. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.cxx +0 -0
  1047. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.h +0 -0
  1048. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.idl +0 -0
  1049. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimeCdrAux.hpp +0 -0
  1050. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimeCdrAux.ipp +0 -0
  1051. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimePubSubTypes.cxx +0 -0
  1052. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimePubSubTypes.h +0 -0
  1053. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.cpp +0 -0
  1054. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.h +0 -0
  1055. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.idl +0 -0
  1056. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/test_publisher.cpp +0 -0
  1057. {booster_robotics_sdk_python-1.3.6 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/test_subscriber.cpp +0 -0
@@ -1,6 +1,6 @@
1
1
  version: '1.0'
2
- name: git-ee-pipe-1760465487
3
- displayName: git-ee-pipe-1760465487
2
+ name: git-ee-pipe-1760475713
3
+ displayName: git-ee-pipe-1760475713
4
4
  triggers:
5
5
  trigger: auto
6
6
  push:
@@ -26,7 +26,6 @@ stages:
26
26
  hostID:
27
27
  - 7a200648-f7df-484f-89e6-85a616a66e7c
28
28
  - a8b94e6c-c723-4e77-bf12-12c6ac67f349
29
- - 76ba81f4-4bfb-4734-bf9e-adb6b428a216
30
29
  script:
31
30
  - export CUSTOM_ENV_JOB_STAGE_STEP_NAME="step-wait-u-24-unknown-linux-gnu"
32
31
  - curl --silent --show-error --output s-70-closure-build-project.sh http://192.168.33.162:20103/file-build-storage/script/s-70-closure-build-project.sh
@@ -52,6 +51,10 @@ stages:
52
51
  - 2e9d29c7-31c2-4814-ae78-2108163acb5c
53
52
  - e386b9c2-5a21-4e55-9fd2-6a8ef3e8c5f6
54
53
  - c490100d-fc59-486e-bea0-4a5d246176dc
54
+ - 6cdb7da3-ae1d-4625-8949-9451c246099a
55
+ - 5cea8344-2e78-4824-8988-96ec6635c62d
56
+ - 010af21e-d19d-41be-a511-884ae558d307
57
+ - 521f5f1a-cc02-4d28-a03e-ec6cd1065715
55
58
  script:
56
59
  - export CUSTOM_ENV_JOB_STAGE_STEP_NAME="step-build-22-aarch64-unknown-linux-gnu"
57
60
  - curl --silent --show-error --output s-70-closure-build-project.sh http://192.168.33.162:20103/file-build-storage/script/s-70-closure-build-project.sh
@@ -105,7 +108,7 @@ stages:
105
108
  hostGroupID:
106
109
  ID: u-24-x86_64-unknown-linux-gnu
107
110
  hostID:
108
- - fbd07b0d-41ea-420d-8d8c-27aa3d77fcc5
111
+ # - fbd07b0d-41ea-420d-8d8c-27aa3d77fcc5
109
112
  - ea4bde4e-6911-4730-9ed5-7dd1f3199c53
110
113
  - f98df53b-60da-4946-b710-7d3e3b585bcc
111
114
  - 94f48ac9-2a23-4868-a998-392155eb3849
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: booster_robotics_sdk_python
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Summary: Booster Robotics SDK Python bindings and examples.
5
5
  Author-Email: Booster Robotics <liupeize@boosterobotics.com>
6
6
  Requires-Python: >=3.10
@@ -59,6 +59,7 @@ enum class LocoApiId {
59
59
  kLionDanceStart = 2040,
60
60
  kLionDanceMove = 2041,
61
61
  kSwitchGait = 2042,
62
+ kRotateHeadWithTime = 2043,
62
63
  };
63
64
 
64
65
  enum class GaitType {
@@ -93,6 +94,38 @@ public:
93
94
  float yaw_;
94
95
  };
95
96
 
97
+ class RotateHeadWithTimeParameter {
98
+ public:
99
+ RotateHeadWithTimeParameter() = default;
100
+
101
+ RotateHeadWithTimeParameter(float pitch, float yaw, int time_millis) :
102
+ pitch_(pitch),
103
+ yaw_(yaw),
104
+ time_millis_(time_millis) {
105
+ }
106
+
107
+ public:
108
+ void FromJson(nlohmann::json &json) {
109
+ pitch_ = json["pitch"];
110
+ yaw_ = json["yaw"];
111
+ time_millis_ = json["time_millis"];
112
+ }
113
+
114
+ nlohmann::json ToJson() const {
115
+ nlohmann::json json;
116
+
117
+ json["pitch"] = pitch_;
118
+ json["yaw"] = yaw_;
119
+ json["time_millis"] = time_millis_;
120
+ return json;
121
+ }
122
+
123
+ public:
124
+ float pitch_;
125
+ float yaw_;
126
+ int time_millis_;
127
+ };
128
+
96
129
  class ChangeModeParameter {
97
130
  public:
98
131
  ChangeModeParameter() = default;
@@ -166,6 +166,22 @@ public:
166
166
  return SendApiRequest(LocoApiId::kRotateHead, param);
167
167
  }
168
168
 
169
+ /**
170
+ * @brief Robot rotates its head to target position within specific time
171
+ *
172
+ * @param pitch target pitch angle, unit: rad
173
+ * @param yaw target yaw angle, unit: rad
174
+ * @param time_millis duration to reach the target, unit: ms
175
+ *
176
+ * @return 0 if success, otherwise return error code
177
+ */
178
+
179
+ int32_t RotateHeadWithTime(float pitch, float yaw, int time_millis) {
180
+ RotateHeadWithTimeParameter head_ctrl(pitch, yaw, time_millis);
181
+ std::string param = head_ctrl.ToJson().dump();
182
+ return SendApiRequest(LocoApiId::kRotateHeadWithTime, param);
183
+ }
184
+
169
185
  /**
170
186
  * @brief Robot waves its hand
171
187
  *
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
7
7
 
8
8
  [project]
9
9
  name = "booster_robotics_sdk_python"
10
- version = "1.3.6"
10
+ version = "1.3.7"
11
11
  description = "Booster Robotics SDK Python bindings and examples."
12
12
  requires-python = ">=3.10"
13
13
  authors = [
@@ -34,6 +34,8 @@ def print_help():
34
34
  hr Look right
35
35
  hl Look left
36
36
  ho Reset head orientation
37
+ rhd Rotate head with direction: pitch +1, yaw 0
38
+ rht <pitch> <yaw> <ms> Rotate head to target pose within given time
37
39
 
38
40
  # Hand end-effector
39
41
  mhel Execute a two-stage motion sequence to move both end-effectors to the target pose via the MoveHandEndEffectorV2 interface
@@ -366,6 +368,17 @@ def main():
366
368
  # Example for RotateHeadWithDirection: pitch +1, yaw 0
367
369
  client.RotateHeadWithDirection(1, 0)
368
370
 
371
+ elif cmd == "rht":
372
+ if len(args) != 3:
373
+ print("Usage: rht <pitch> <yaw> <time_millis>")
374
+ continue
375
+ head_pitch = float(args[0])
376
+ head_yaw = float(args[1])
377
+ time_millis = int(args[2])
378
+ client.RotateHeadWithTime(head_pitch, head_yaw, time_millis)
379
+ need_print = True
380
+ print(f"Head duration: {time_millis} ms")
381
+
369
382
  # ===== Wave / Handshake =====
370
383
  elif cmd == "wave":
371
384
  # Use HandAction to open or close the hand
@@ -17,7 +17,6 @@ link_libraries(booster_robotics_sdk.a fastrtps fastcdr libfoonathan_memory-0.7.3
17
17
 
18
18
  add_executable(b1_loco_example_client example/high_level/b1_loco_example_client.cpp)
19
19
  add_executable(b1_arm_sdk_example_client example/high_level/b1_arm_sdk_example.cpp)
20
- # add_executable(b1_move_controller example/high_level/b1_move_controller_interactive_example.cpp)
21
20
  add_executable(b1_7dof_arm_sdk_example_client example/high_level/b1_7dof_arm_sdk_example.cpp)
22
21
  add_executable(b1_low_level_publisher example/low_level/low_level_publisher.cpp)
23
22
  add_executable(b1_low_level_subscriber example/low_level/low_level_subscriber.cpp)
@@ -25,6 +24,8 @@ add_executable(low_level_hand_data_subscriber example/low_level/low_level_hand_d
25
24
  add_executable(b1_low_sdk_example example/low_level/b1_low_sdk_example.cpp)
26
25
  add_executable(b1_7dof_arm_low_sdk_example example/low_level/b1_7dof_arm_low_sdk_example.cpp)
27
26
  add_executable(odometer_example example/low_level/odometer_example.cpp)
27
+ add_executable(battery_state_subscriber example/low_level/battery_state_subscriber.cpp)
28
+
28
29
 
29
30
 
30
31
  include_directories(BEFORE $(PROJECT_SOURCE_DIR)/include)
@@ -0,0 +1,81 @@
1
+ # Booster Robotics SDK
2
+ Booster Robotics SDK aims to provide a simple and easy-to-use interface for developers to control the Booster Robotics products.
3
+ Booster Robotics SDK provides APIs for both C++ and Python.
4
+
5
+ ## Prebuild environment
6
+ * OS (Ubuntu 22.04 LTS)
7
+ * CPU (aarch64 and x86_64)
8
+ * Compiler (gcc version 11.4.0)
9
+
10
+ ## Installation of deps
11
+ ```bash
12
+ sudo ./install.sh
13
+ ```
14
+ ## C++ SDK Usage
15
+ ### Build C++ examples
16
+ ```bash
17
+ mkdir build
18
+ cd build
19
+ cmake ..
20
+ make
21
+ ```
22
+
23
+ ### Run examples
24
+ #### 1. run b1_loco_example_client locally
25
+ ```
26
+ cd build
27
+ ./b1_loco_example_client 127.0.0.1
28
+ ```
29
+ #### 2. run b1_low_level_subscriber locally
30
+ ```
31
+ cd build
32
+ ./b1_low_level_subscriber
33
+ ```
34
+ #### 3. run other example xxx locally
35
+ ```
36
+ cd build
37
+ ./xxx 127.0.0.1
38
+ ```
39
+
40
+ ## Python SDK Usage
41
+ ### Option 1: Install via pip (Recommended)
42
+ The easiest way to use the SDK with Python is to install the pre-built package.
43
+
44
+ ```bash
45
+ pip install booster_robotics_sdk_python --user
46
+ ```
47
+
48
+ ### Option 2: Build from Source
49
+ If you need to build the Python binding locally for development or debugging purposes, follow these steps:
50
+ #### Install build dependencies
51
+ ```bash
52
+ pip3 install pybind11
53
+ pip3 install pybind11-stubgen
54
+ ```
55
+ if pybind11-stubgen cannot be found even after pip install, export PATH
56
+ ```bash
57
+ export PATH=/home/[user name]/.local/bin:$PATH
58
+ ```
59
+ #### Build and install
60
+ ```bash
61
+ mkdir build
62
+ cd build
63
+ cmake .. -DBUILD_PYTHON_BINDING=on
64
+ make
65
+ sudo make install
66
+ ```
67
+
68
+ ### Python example
69
+ ```bash
70
+ python3 python_example/sdk_pybind_b1_exmaple.py 127.0.0.1
71
+ ```
72
+ Note: If you installed via pip, you can find the examples at ~/.local/lib/python3.10/site-packages/python_example.
73
+
74
+ ## License
75
+
76
+ This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
77
+
78
+ This project uses the following third-party libraries:
79
+ - fastDDS (Apache License 2.0)
80
+ - pybind11 (BSD 3-Clause License)
81
+ - pybind11-stubgen (MIT License)
@@ -292,8 +292,6 @@ int main(int argc, char const *argv[]) {
292
292
  z = 0.0;
293
293
  need_print = true;
294
294
  res = client.Move(x, y, z);
295
- } else if (input == "ddd") {
296
- client.WholeBodyDance(booster::robot::b1::WholeBodyDanceId::kMichaelDance1And2);
297
295
  } else if (input == "l") {
298
296
  x = 0.0;
299
297
  y = 0.0;
@@ -367,10 +365,6 @@ int main(int argc, char const *argv[]) {
367
365
  res = client.WaveHand(booster::robot::b1::HandAction::kHandClose);
368
366
  } else if (input == "ld") {
369
367
  res = client.LieDown();
370
- } else if (input == "vsk") {
371
- res = client.VisualKick(true, booster::robot::b1::VisualKickVersion::kV1);
372
- } else if (input == "vsk2") {
373
- res = client.VisualKick(false, booster::robot::b1::VisualKickVersion::kV1);
374
368
  } else if (input == "gu") {
375
369
  res = client.GetUp();
376
370
  } else if (input == "mhel") {
@@ -0,0 +1,53 @@
1
+ #ifndef __BOOSTER_ROBOTICS_SDK_DDS_CALLBACK_HPP__
2
+ #define __BOOSTER_ROBOTICS_SDK_DDS_CALLBACK_HPP__
3
+
4
+ #include <chrono>
5
+ #include <memory>
6
+ #include <functional>
7
+
8
+ using DdsMessageHandler = std::function<void(const void *)>;
9
+
10
+ namespace booster {
11
+ namespace common {
12
+
13
+ struct DdsMessageContext {
14
+ std::chrono::steady_clock::time_point listener_enter_steady_time{};
15
+ std::chrono::system_clock::time_point listener_enter_system_time{};
16
+ std::chrono::steady_clock::time_point dds_rx_steady_time{};
17
+ std::chrono::system_clock::time_point dds_rx_system_time{};
18
+ std::chrono::steady_clock::time_point callback_start_steady_time{};
19
+ std::chrono::system_clock::time_point callback_start_system_time{};
20
+ std::chrono::steady_clock::duration listener_enter_to_dds_rx_delay{};
21
+ std::chrono::steady_clock::duration dds_rx_to_callback_delay{};
22
+ size_t queue_size_before_callback{0};
23
+ size_t queue_size_after_pop{0};
24
+ bool has_source_timestamp{false};
25
+ std::chrono::system_clock::time_point source_timestamp_system_time{};
26
+ bool has_reception_timestamp{false};
27
+ std::chrono::system_clock::time_point reception_timestamp_system_time{};
28
+ };
29
+
30
+ const DdsMessageContext *GetCurrentDdsMessageContext();
31
+
32
+ class DdsReaderCallback {
33
+ public:
34
+ DdsReaderCallback() = default;
35
+ explicit DdsReaderCallback(const DdsMessageHandler &handler) :
36
+ handler_(handler){};
37
+ DdsReaderCallback(const DdsReaderCallback &other) = default;
38
+ DdsReaderCallback &operator=(const DdsReaderCallback &other) = default;
39
+ ~DdsReaderCallback() = default;
40
+
41
+ bool HasMessageHandler() const;
42
+ void OnDataAvailable(const void *data);
43
+ void OnDataAvailable(const void *data, const DdsMessageContext &context);
44
+
45
+ private:
46
+ DdsMessageHandler handler_;
47
+ };
48
+
49
+
50
+ }
51
+ } // namespace booster::common
52
+
53
+ #endif // __BOOSTER_ROBOTICS_SDK_DDS_CALLBACK_HPP__
@@ -9,27 +9,39 @@
9
9
  #include <functional>
10
10
  #include <memory>
11
11
  #include <mutex>
12
+ #include <iostream>
12
13
  #include <thread>
13
14
  #include <vector>
14
15
 
16
+ #include <pthread.h>
17
+ #include <sched.h>
18
+
15
19
  #include <fastdds/dds/domain/DomainParticipant.hpp>
16
20
  #include <fastdds/dds/domain/DomainParticipantFactory.hpp>
17
- #include <fastdds/dds/topic/Topic.hpp>
21
+ #include <fastdds/dds/domain/qos/DomainParticipantQos.hpp>
22
+ #include <fastdds/dds/core/policy/QosPolicies.hpp>
23
+ #include <fastdds/dds/core/status/PublicationMatchedStatus.hpp>
24
+ #include <fastdds/dds/core/status/SubscriptionMatchedStatus.hpp>
18
25
  #include <fastdds/dds/publisher/Publisher.hpp>
19
26
  #include <fastdds/dds/publisher/DataWriter.hpp>
27
+ #include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
28
+ #include <fastdds/dds/publisher/qos/PublisherQos.hpp>
20
29
  #include <fastdds/dds/subscriber/Subscriber.hpp>
21
30
  #include <fastdds/dds/subscriber/DataReader.hpp>
22
31
  #include <fastdds/dds/subscriber/DataReaderListener.hpp>
23
32
  #include <fastdds/dds/subscriber/SampleInfo.hpp>
24
33
  #include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
34
+ #include <fastdds/dds/subscriber/qos/SubscriberQos.hpp>
35
+ #include <fastdds/dds/topic/Topic.hpp>
36
+ #include <fastdds/dds/topic/TopicDataType.hpp>
37
+ #include <fastdds/dds/topic/TypeSupport.hpp>
38
+ #include <fastdds/dds/topic/qos/TopicQos.hpp>
25
39
 
26
40
  #include <booster/common/dds/dds_callback.hpp>
27
41
 
28
42
  namespace booster {
29
43
  namespace common {
30
44
 
31
- using namespace eprosima::fastdds::dds;
32
-
33
45
  // class DdsParticipant {
34
46
  // public:
35
47
  // using NATIVE_TYPE = dds::domain::DomainParticipant;
@@ -42,17 +54,32 @@ using namespace eprosima::fastdds::dds;
42
54
 
43
55
  // };
44
56
 
45
- using DdsParticipantPtr = std::shared_ptr<eprosima::fastdds::dds::DomainParticipant>;
57
+ using DdsParticipant = eprosima::fastdds::dds::DomainParticipant;
58
+ using DdsParticipantPtr = std::shared_ptr<DdsParticipant>;
46
59
  using DdsWriterPtr = std::shared_ptr<eprosima::fastdds::dds::DataWriter>;
47
60
  using DdsWriter = eprosima::fastdds::dds::DataWriter;
48
61
  using DdsReaderPtr = std::shared_ptr<eprosima::fastdds::dds::DataReader>;
49
62
  using DdsReader = eprosima::fastdds::dds::DataReader;
50
- using DdsPublisherPtr = std::shared_ptr<eprosima::fastdds::dds::Publisher>;
51
- using DdsSubscriberPtr = std::shared_ptr<eprosima::fastdds::dds::Subscriber>;
63
+ using DdsPublisher = eprosima::fastdds::dds::Publisher;
64
+ using DdsPublisherPtr = std::shared_ptr<DdsPublisher>;
65
+ using DdsSubscriber = eprosima::fastdds::dds::Subscriber;
66
+ using DdsSubscriberPtr = std::shared_ptr<DdsSubscriber>;
52
67
  using DdsTopicPtr = std::shared_ptr<eprosima::fastdds::dds::Topic>;
53
68
  using DdsTopic = eprosima::fastdds::dds::Topic;
54
69
  using DdsTopicDataTypePtr = std::shared_ptr<eprosima::fastdds::dds::TopicDataType>;
70
+ using DdsTypeSupport = eprosima::fastdds::dds::TypeSupport;
71
+ using DdsDataReaderListener = eprosima::fastdds::dds::DataReaderListener;
72
+ using DdsSampleInfo = eprosima::fastdds::dds::SampleInfo;
73
+ using DdsDataWriterQos = eprosima::fastdds::dds::DataWriterQos;
74
+ using DdsDataReaderQos = eprosima::fastdds::dds::DataReaderQos;
75
+ using DdsDomainParticipantQos = eprosima::fastdds::dds::DomainParticipantQos;
76
+ using DdsTopicQos = eprosima::fastdds::dds::TopicQos;
77
+ using DdsPublisherQos = eprosima::fastdds::dds::PublisherQos;
78
+ using DdsSubscriberQos = eprosima::fastdds::dds::SubscriberQos;
79
+ using DdsPublicationMatchedStatus = eprosima::fastdds::dds::PublicationMatchedStatus;
80
+ using DdsSubscriptionMatchedStatus = eprosima::fastdds::dds::SubscriptionMatchedStatus;
55
81
  using DdsReaderCallbackPtr = std::shared_ptr<DdsReaderCallback>;
82
+ using ReturnCode_t = eprosima::fastrtps::types::ReturnCode_t;
56
83
 
57
84
  enum class DdsExecutorOverflowPolicy {
58
85
  kDropNewest,
@@ -71,6 +98,12 @@ struct DdsReaderExecutorOptions {
71
98
  DdsExecutorOverflowPolicy overflow_policy{DdsExecutorOverflowPolicy::kDropOldest};
72
99
  bool enable_metrics{false};
73
100
  DdsExecutorDispatchMode dispatch_mode{DdsExecutorDispatchMode::kShared};
101
+ bool enable_realtime_listener{false};
102
+ int realtime_listener_priority{80};
103
+ uint64_t realtime_listener_cpu_affinity_mask{0};
104
+ bool enable_realtime_dedicated_executor{false};
105
+ int realtime_dedicated_executor_priority{70};
106
+ uint64_t realtime_dedicated_executor_cpu_affinity_mask{0};
74
107
  };
75
108
 
76
109
  struct DdsReaderExecutorMetrics {
@@ -156,7 +189,8 @@ private:
156
189
 
157
190
  class DdsDedicatedCallbackExecutor {
158
191
  public:
159
- DdsDedicatedCallbackExecutor() :
192
+ explicit DdsDedicatedCallbackExecutor(const DdsReaderExecutorOptions &options) :
193
+ options_(options),
160
194
  executor_([this]() { Run(); }) {
161
195
  }
162
196
 
@@ -179,8 +213,56 @@ public:
179
213
  cv_.notify_one();
180
214
  }
181
215
 
182
- private:
216
+ static void TryConfigureThread(
217
+ const char *name,
218
+ int priority,
219
+ uint64_t cpu_affinity_mask) {
220
+ #if defined(__linux__)
221
+ if (cpu_affinity_mask != 0) {
222
+ cpu_set_t cpuset;
223
+ CPU_ZERO(&cpuset);
224
+ for (size_t cpu_index = 0; cpu_index < sizeof(cpu_affinity_mask) * 8; ++cpu_index) {
225
+ if ((cpu_affinity_mask & (uint64_t(1) << cpu_index)) != 0) {
226
+ CPU_SET(static_cast<int>(cpu_index), &cpuset);
227
+ }
228
+ }
229
+ const int affinity_rc = pthread_setaffinity_np(
230
+ pthread_self(),
231
+ sizeof(cpuset),
232
+ &cpuset);
233
+ if (affinity_rc != 0) {
234
+ std::cerr << name << ": pthread_setaffinity_np(mask=0x"
235
+ << std::hex << cpu_affinity_mask << std::dec
236
+ << ") failed, rc=" << affinity_rc << std::endl;
237
+ }
238
+ }
239
+
240
+ if (priority > 0) {
241
+ sched_param params{};
242
+ params.sched_priority = priority;
243
+ const int priority_rc = pthread_setschedparam(
244
+ pthread_self(),
245
+ SCHED_FIFO,
246
+ &params);
247
+ if (priority_rc != 0) {
248
+ std::cerr << name << ": pthread_setschedparam(SCHED_FIFO, "
249
+ << priority << ") failed, rc=" << priority_rc << std::endl;
250
+ }
251
+ }
252
+ #else
253
+ (void)name;
254
+ (void)priority;
255
+ (void)cpu_affinity_mask;
256
+ #endif
257
+ }
258
+
183
259
  void Run() {
260
+ if (options_.enable_realtime_dedicated_executor) {
261
+ TryConfigureThread(
262
+ "DdsDedicatedCallbackExecutor",
263
+ options_.realtime_dedicated_executor_priority,
264
+ options_.realtime_dedicated_executor_cpu_affinity_mask);
265
+ }
184
266
  while (true) {
185
267
  std::function<void()> task;
186
268
  {
@@ -205,6 +287,7 @@ private:
205
287
  }
206
288
 
207
289
  private:
290
+ DdsReaderExecutorOptions options_;
208
291
  std::mutex mutex_;
209
292
  std::condition_variable cv_;
210
293
  std::deque<std::function<void()>> tasks_;
@@ -213,7 +296,7 @@ private:
213
296
  };
214
297
 
215
298
  template <typename MSG>
216
- class DdsReaderListener : public DataReaderListener, public std::enable_shared_from_this<DdsReaderListener<MSG>> {
299
+ class DdsReaderListener : public DdsDataReaderListener, public std::enable_shared_from_this<DdsReaderListener<MSG>> {
217
300
  public:
218
301
  DdsReaderListener() = default;
219
302
  ~DdsReaderListener() override {
@@ -237,7 +320,8 @@ public:
237
320
  executor_options_ = options;
238
321
  if (executor_options_.dispatch_mode == DdsExecutorDispatchMode::kDedicated) {
239
322
  if (dedicated_executor_ == nullptr) {
240
- dedicated_executor_ = std::make_unique<DdsDedicatedCallbackExecutor>();
323
+ dedicated_executor_ = std::make_unique<DdsDedicatedCallbackExecutor>(
324
+ executor_options_);
241
325
  }
242
326
  } else {
243
327
  dedicated_executor_.reset();
@@ -251,13 +335,17 @@ public:
251
335
  return metrics;
252
336
  }
253
337
 
254
- void on_data_available(DataReader *reader) override {
338
+ void on_data_available(DdsReader *reader) override {
255
339
  if (reader == nullptr || cb_ == nullptr) {
256
340
  return;
257
341
  }
258
342
 
343
+ ApplyRealtimeListenerThreadConfigOnce();
344
+
259
345
  std::deque<PendingMessage> ready_messages;
260
- SampleInfo info;
346
+ DdsSampleInfo info;
347
+ const auto listener_enter_steady = std::chrono::steady_clock::now();
348
+ const auto listener_enter_system = std::chrono::system_clock::now();
261
349
  while (true) {
262
350
  MSG st;
263
351
  if (reader->take_next_sample(&st, &info) != ReturnCode_t::RETCODE_OK) {
@@ -266,7 +354,11 @@ public:
266
354
  if (info.valid_data) {
267
355
  ready_messages.push_back(PendingMessage{
268
356
  std::move(st),
357
+ info,
358
+ listener_enter_steady,
359
+ listener_enter_system,
269
360
  std::chrono::steady_clock::now(),
361
+ std::chrono::system_clock::now(),
270
362
  });
271
363
  }
272
364
  }
@@ -298,9 +390,35 @@ public:
298
390
  private:
299
391
  struct PendingMessage {
300
392
  MSG message;
393
+ DdsSampleInfo sample_info;
394
+ std::chrono::steady_clock::time_point listener_enter_steady_time;
395
+ std::chrono::system_clock::time_point listener_enter_system_time;
301
396
  std::chrono::steady_clock::time_point enqueued_at;
397
+ std::chrono::system_clock::time_point enqueued_system_time;
398
+ };
399
+
400
+ static bool IsValidRtpsSystemTime(const eprosima::fastrtps::rtps::Time_t &time) {
401
+ return time.seconds() >= 0;
402
+ }
403
+
404
+ static std::chrono::system_clock::time_point RtpsTimeToSystemClock(
405
+ const eprosima::fastrtps::rtps::Time_t &time) {
406
+ return std::chrono::system_clock::time_point(
407
+ std::chrono::nanoseconds(time.to_ns()));
302
408
  };
303
409
 
410
+ void ApplyRealtimeListenerThreadConfigOnce() {
411
+ std::lock_guard<std::mutex> lock(mutex_);
412
+ if (listener_thread_configured_ || !executor_options_.enable_realtime_listener) {
413
+ return;
414
+ }
415
+ DdsDedicatedCallbackExecutor::TryConfigureThread(
416
+ "DdsReaderListener",
417
+ executor_options_.realtime_listener_priority,
418
+ executor_options_.realtime_listener_cpu_affinity_mask);
419
+ listener_thread_configured_ = true;
420
+ }
421
+
304
422
  void EnqueuePendingMessageLocked(PendingMessage &&message) {
305
423
  if (executor_options_.enable_metrics) {
306
424
  ++metrics_.samples_received;
@@ -375,7 +493,8 @@ private:
375
493
  PendingMessage pending_message;
376
494
  DdsReaderCallbackPtr cb;
377
495
  bool metrics_enabled = false;
378
- size_t pending_queue_size = 0;
496
+ size_t pending_queue_size_before_callback = 0;
497
+ size_t pending_queue_size_after_pop = 0;
379
498
  {
380
499
  std::unique_lock<std::mutex> lock(mutex_);
381
500
  if (stop_requested_) {
@@ -387,28 +506,56 @@ private:
387
506
  return;
388
507
  }
389
508
 
509
+ pending_queue_size_before_callback = pending_messages_.size();
390
510
  pending_message = std::move(pending_messages_.front());
391
511
  pending_messages_.pop_front();
392
512
  cb = cb_;
393
513
  metrics_enabled = executor_options_.enable_metrics;
394
- pending_queue_size = pending_messages_.size();
514
+ pending_queue_size_after_pop = pending_messages_.size();
395
515
  }
396
516
 
397
- const auto callback_start = std::chrono::steady_clock::now();
517
+ const auto callback_start_steady = std::chrono::steady_clock::now();
518
+ const auto callback_start_system = std::chrono::system_clock::now();
398
519
  if (cb != nullptr) {
399
- cb->OnDataAvailable(&pending_message.message);
520
+ DdsMessageContext context;
521
+ context.listener_enter_steady_time =
522
+ pending_message.listener_enter_steady_time;
523
+ context.listener_enter_system_time =
524
+ pending_message.listener_enter_system_time;
525
+ context.dds_rx_steady_time = pending_message.enqueued_at;
526
+ context.dds_rx_system_time = pending_message.enqueued_system_time;
527
+ context.callback_start_steady_time = callback_start_steady;
528
+ context.callback_start_system_time = callback_start_system;
529
+ context.listener_enter_to_dds_rx_delay =
530
+ pending_message.enqueued_at - pending_message.listener_enter_steady_time;
531
+ context.dds_rx_to_callback_delay = callback_start_steady - pending_message.enqueued_at;
532
+ context.queue_size_before_callback = pending_queue_size_before_callback;
533
+ context.queue_size_after_pop = pending_queue_size_after_pop;
534
+ context.has_source_timestamp = IsValidRtpsSystemTime(
535
+ pending_message.sample_info.source_timestamp);
536
+ if (context.has_source_timestamp) {
537
+ context.source_timestamp_system_time = RtpsTimeToSystemClock(
538
+ pending_message.sample_info.source_timestamp);
539
+ }
540
+ context.has_reception_timestamp = IsValidRtpsSystemTime(
541
+ pending_message.sample_info.reception_timestamp);
542
+ if (context.has_reception_timestamp) {
543
+ context.reception_timestamp_system_time = RtpsTimeToSystemClock(
544
+ pending_message.sample_info.reception_timestamp);
545
+ }
546
+ cb->OnDataAvailable(&pending_message.message, context);
400
547
  }
401
548
 
402
549
  if (metrics_enabled) {
403
550
  const auto callback_end = std::chrono::steady_clock::now();
404
551
  const auto queue_latency_us = std::chrono::duration_cast<std::chrono::microseconds>(
405
- callback_start - pending_message.enqueued_at).count();
552
+ callback_start_steady - pending_message.enqueued_at).count();
406
553
  const auto callback_duration_us = std::chrono::duration_cast<std::chrono::microseconds>(
407
- callback_end - callback_start).count();
554
+ callback_end - callback_start_steady).count();
408
555
 
409
556
  std::lock_guard<std::mutex> lock(mutex_);
410
557
  ++metrics_.callbacks_executed;
411
- metrics_.current_queue_size = pending_queue_size;
558
+ metrics_.current_queue_size = pending_queue_size_after_pop;
412
559
  metrics_.max_queue_latency_us = std::max<uint64_t>(
413
560
  metrics_.max_queue_latency_us,
414
561
  static_cast<uint64_t>(queue_latency_us));
@@ -424,6 +571,7 @@ private:
424
571
  std::deque<PendingMessage> pending_messages_;
425
572
  bool stop_requested_{false};
426
573
  bool callback_scheduled_{false};
574
+ bool listener_thread_configured_{false};
427
575
  DdsReaderExecutorOptions executor_options_;
428
576
  DdsReaderExecutorMetrics metrics_;
429
577
  DdsReaderCallbackPtr cb_;