booster-robotics-sdk-python 1.3.5__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.
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/PKG-INFO +1 -1
- {booster_robotics_sdk_python-1.3.5/sdk_release → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_loco_api.hpp +33 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_loco_client.hpp +16 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/common/robot_shared.hpp +2 -1
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/pyproject.toml +1 -1
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_exmaple.py +13 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/CMakeLists.txt +2 -1
- booster_robotics_sdk_python-1.3.7/sdk_release/README.md +81 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_loco_example_client.cpp +0 -6
- booster_robotics_sdk_python-1.3.7/sdk_release/example/low_level/battery_state_subscriber.cpp +37 -0
- booster_robotics_sdk_python-1.3.7/sdk_release/include/booster/common/dds/dds_callback.hpp +53 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_entity.hpp +167 -19
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_factory_model.hpp +10 -10
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/common/dds/dds_topic_channel.hpp +4 -6
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/client.hpp +0 -2
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7/sdk_release}/include/booster/robot/b1/b1_loco_api.hpp +75 -3
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/b1_loco_client.hpp +23 -7
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/common/robot_shared.hpp +2 -1
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/device/light/light_control_client.hpp +0 -2
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/vision/vision_client.hpp +1 -3
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_api_const.hpp +2 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_client.hpp +0 -2
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/lib/aarch64/libbooster_robotics_sdk.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/lib/x86_64/libbooster_robotics_sdk.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/python/binding.cpp +24 -1
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/python/binding.cpp +24 -0
- booster_robotics_sdk_python-1.3.5/sdk_release/README.md +0 -66
- booster_robotics_sdk_python-1.3.5/sdk_release/example/high_level/b1_high_level_controller_example.cpp +0 -134
- booster_robotics_sdk_python-1.3.5/sdk_release/example/high_level/b1_move_controller_interactive_example.cpp +0 -167
- booster_robotics_sdk_python-1.3.5/sdk_release/include/booster/common/dds/dds_callback.hpp +0 -32
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.clang-format +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.gitattributes +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.gitignore +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.gitmodules +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.lfsconfig +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.workflow/git-ee-pipe-build.yml +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/.workflow/project-defined.cmake +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/CMakeLists.txt +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/README.md +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/ci-c-make-list.cmake +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/deps_install.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_callback.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_entity.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_factory_model.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/common/dds/dds_topic_channel.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/ai/AsrChunk.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/ai/Subtitle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioCaptureFrameTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioCommon.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioControl.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioErrorTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioEventTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioProgressTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/AudioTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetDoaAngleRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetDoaAngleResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemMuteRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemMuteResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemVolumeRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/GetSystemVolumeResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitPlayerRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitPlayerResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitRecorderRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/InitRecorderResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/PlayerInfoResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RecorderInfoResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RegisterClientRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/RegisterClientResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SendPcmData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/ServiceResult.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SessionMeta.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SessionRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetPlayerVolume.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetSystemMute.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/audio/SetSystemVolume.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/BatteryState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ButtonEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/FallDownState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandReplyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandReplyParam.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandTouchData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/HandTouchParam.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ImuState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/Kick.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LightControlMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LightPixel.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LowCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/LowState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/MotorCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/MotorState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/Odometer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/ProneBodyControlStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RemoteControllerState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobocupBehaviorStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsBatteryStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsImuStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotDdsJointStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotProcessState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotProcessStateMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotReplayTrajID.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotStates.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/b1/RobotStatusDdsMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/builtin_interfaces/Time.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/rpc/RpcReqMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/rpc/RpcRespMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/CameraInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/CompressedImage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/Image.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/sensor_msgs/RegionOfInterest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/idl/std_msgs/Header.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/ai/const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_capture_stream.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_localizer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_manager.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_player.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_recorder.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_system_controller.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/audio/audio_types.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/arm_controller.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/b1_api_const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/b1/move_controller.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_factory.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_publisher.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/channel/channel_subscriber.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/common/entities.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/device/light/light_control_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/device/light/light_control_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/error.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/request.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/request_header.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/response.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/response_header.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/rpc_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/rpc/rpc_server.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/vision/vision_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/vision/vision_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_api_const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/robot/x5_camera/x5_camera_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/include/booster/third_party/nlohmann_json/json.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_distribution/README.md +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_distribution/build_package.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_distribution/install.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/common/ros_dds_bridge/bridge.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/FallDownRecoveryState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/PersonFace.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/PersonFaceMsgs.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/RawBytesMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/b1/RawBytesStamped.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/booster_msgs/BinaryData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/booster_msgs/BinaryDataCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/demo/DemoMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/demo/DemoMsgCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Point.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PointCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Pose.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PoseCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/PoseStamped.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Quaternion.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Transform.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/TransformStamped.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/geometry_msgs/Vector3.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/robocup_msgs/Ball.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/robocup_msgs/Kick.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/Imu.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/ImuCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/JointState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/sensor_msgs/JointStateCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/idl/tf2_msgs/TFMessage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_internal_api_const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_loco_internal_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/internal_include/booster_internal/robot/b1/b1_loco_internal_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/__init__.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/controller_example/arm_demo.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/controller_example/move_demo.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_ai_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_audio_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_liondance_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_b1_usr_traj_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_light_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_low_level.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_lui_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_vision_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/sdk_pybind_x5_camera_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/python_example/test_upbody_7dof.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/release.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/.gitignore +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/LICENSE +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_7dof_arm_sdk_example.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_arm_sdk_example.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/high_level/b1_loco_example_client.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/b1_7dof_arm_low_sdk_example.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/b1_low_sdk_example.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_for_custom_publisher.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_hand_data_subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_hand_data_subscriber.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_publisher.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_publisher.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/low_level_subscriber.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/odometer_example.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/example/low_level/odometer_example.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/ai/AsrChunk.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/ai/Subtitle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioCaptureFrameTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioCommon.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioControl.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioErrorTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioEventTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioProgressTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/AudioTopic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetDoaAngleRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetDoaAngleResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemMuteRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemMuteResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemVolumeRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/GetSystemVolumeResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitPlayerRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitPlayerResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitRecorderRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/InitRecorderResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/PlayerInfoResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RecorderInfoResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RegisterClientRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/RegisterClientResponse.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SendPcmData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/ServiceResult.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SessionMeta.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SessionRequest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetPlayerVolume.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetSystemMute.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/audio/SetSystemVolume.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/BatteryState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ButtonEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/FallDownState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandReplyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandReplyParam.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandTouchData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/HandTouchParam.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ImuState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/Kick.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LightControlMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LightPixel.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LowCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/LowState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/MotorCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/MotorState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/Odometer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/ProneBodyControlStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RemoteControllerState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobocupBehaviorStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsBatteryStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsImuStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotDdsJointStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotProcessState.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotProcessStateMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotReplayTrajID.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotStates.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/b1/RobotStatusDdsMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/builtin_interfaces/Time.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/rpc/RpcReqMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/rpc/RpcRespMsg.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/CameraInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/CompressedImage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/Image.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/sensor_msgs/RegionOfInterest.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/idl/std_msgs/Header.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/ai/const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_capture_stream.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_localizer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_manager.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_player.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_recorder.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_system_controller.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/audio/audio_types.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/arm_controller.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/b1_api_const.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/b1/move_controller.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_factory.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_publisher.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/channel/channel_subscriber.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/common/entities.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/device/light/light_control_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/error.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/request.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/request_header.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/response.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/response_header.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/rpc_client.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/rpc/rpc_server.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/vision/vision_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/robot/x5_camera/x5_camera_api.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/include/booster/third_party/nlohmann_json/json.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/install.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/pyproject.toml +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/Cdr.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/CdrEncoding.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/CdrSizeCalculator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/FastBuffer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/FastCdr.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/cdr/fixed_size_string.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/config.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/detail/container_recursive_inspector.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/eProsima_auto_link.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/BadOptionalAccessException.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/BadParamException.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/Exception.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/LockedExternalAccessException.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/exceptions/NotEnoughMemoryException.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/fastcdr_dll.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/MemberId.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/detail/optional.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/external.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastcdr/xcdr/optional.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/ReplyHeader.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/RequestHeader.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/common/Types.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/BuiltinTopicKey.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/topic/TopicBuiltinTopicData.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupManager.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/common/InstanceHandle.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/Entity.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableArray.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableCollection.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableSequence.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/LoanableTypedCollection.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/StackAllocatedSequence.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/UserAllocatedSequence.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/Condition.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/GuardCondition.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/StatusCondition.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/condition/WaitSet.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/ParameterTypes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/QosPolicies.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/BaseStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/DeadlineMissedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/IncompatibleQosStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/LivelinessChangedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/MatchedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/PublicationMatchedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/SampleRejectedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/StatusMask.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/core/status/SubscriptionMatchedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipant.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipantFactory.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/DomainParticipantListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/qos/DomainParticipantFactoryQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/Colors.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/FileConsumer.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/Log.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/OStreamConsumer.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/StdoutConsumer.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/log/StdoutErrConsumer.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/DataWriter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/DataWriterListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/Publisher.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/PublisherListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/DataWriterQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/PublisherQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/publisher/qos/WriterQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/DataReader.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/DataReaderListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/InstanceState.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/ReadCondition.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SampleInfo.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SampleState.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/Subscriber.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/SubscriberListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/ViewState.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/DataReaderQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/ReaderQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/subscriber/qos/SubscriberQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/ContentFilteredTopic.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/IContentFilter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/IContentFilterFactory.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/Topic.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicDataType.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicDescription.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TopicListener.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/TypeSupport.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/dds/topic/qos/TopicQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/Endpoint.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/RTPSDomain.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/BuiltinTransports.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/EndpointAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ExternalLocators.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/HistoryAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/PropertyPolicy.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/RTPSParticipantAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ReaderAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ServerAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/ThreadSettings.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/attributes/WriterAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/BuiltinProtocols.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/BuiltinEndpoints.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/NetworkConfiguration.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ParticipantProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/ReaderProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/data/WriterProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDPListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/discovery/participant/PDPSimple.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/liveliness/WLP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/builtin/liveliness/WLPListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/BinaryProperty.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CDRMessage_t.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CacheChange.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/CdrSerialization.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/ChangeKind_t.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/EntityId_t.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/FragmentNumber.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Guid.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/GuidPrefix_t.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/InstanceHandle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Locator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorList.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorListComparisons.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorSelector.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorSelectorEntry.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorWithMask.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/LocatorsIterator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/MatchingInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/PortParameters.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Property.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/RemoteLocators.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SampleIdentity.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SequenceNumber.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/SerializedPayload.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Time_t.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Token.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/Types.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/VendorId_t.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/WriteParams.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/common/all_common.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/exceptions/Exception.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerConsts.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/History.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/IChangePool.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/IPayloadPool.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/ReaderHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/history/WriterHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/interfaces/IReaderDataFilter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/CDRMessage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/CDRMessage.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/MessageReceiver.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageCreator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageGroup.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPSMessageSenderInterface.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/messages/RTPS_messages.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/network/SenderResource.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/ParticipantDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/RTPSParticipant.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/participant/RTPSParticipantListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/RTPSReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/ReaderDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/ReaderListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatefulPersistentReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatefulReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatelessPersistentReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/reader/StatelessReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/ResourceEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/ResourceManagement.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/resources/TimedEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/rtps_all.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/rtps_fwd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/AccessControl.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/authentication/Authentication.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/authentication/Handshake.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/Handle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/ParticipantGenericMessage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/common/SharedSecretHandle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoKeyExchange.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoKeyFactory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoTransform.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/CryptoTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/cryptography/Cryptography.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/exceptions/SecurityException.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/BuiltinLoggingType.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/LogOptions.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/Logging.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/LoggingLevel.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/security/logging/NameValuePair.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/ChainingTransport.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/ChainingTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/PortBasedTransportDescriptor.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/SenderResource.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/SocketTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TCPv6TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportDescriptorInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/TransportReceiverInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/UDPv6TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/transport/test_UDPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ChangeForReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/DeliveryRetCode.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/IReaderDataFilter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LivelinessData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LivelinessManager.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/LocatorSelectorSender.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/PersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/RTPSWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ReaderLocator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/ReaderProxy.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatefulPersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatefulWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatelessPersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/StatelessWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/WriterDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/rtps/writer/WriterListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/IListeners.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/domain/DomainParticipant.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/publisher/qos/DataWriterQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/dds/subscriber/qos/DataReaderQos.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/monitorservice_types.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/StatisticsCommon.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/Interfaces.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IConnectionsObserver.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IConnectionsQueryable.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IProxyObserver.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IProxyQueryable.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IStatusObserver.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/rtps/monitor_service/interfaces/IStatusQueryable.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/topic_names.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/statistics/types.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/thirdparty/optionparser/optionparser/optionparser.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastdds/thirdparty/optionparser/optionparser.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/Domain.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/TopicDataType.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/LibrarySettingsAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/ParticipantAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/PublisherAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/ReplierAttributes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/RequesterAttributes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/SubscriberAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/TopicAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/attributes/all_attributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/common/KeyedChanges.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/config/doxygen_modules.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/config.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/eProsima_auto_link.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_all.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_dll.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/fastrtps_fwd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/Colors.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/FileConsumer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/Log.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/log/StdoutConsumer.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/participant/Participant.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/participant/ParticipantListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/Publisher.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/PublisherHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/publisher/PublisherListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/DeadlineMissedStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/IncompatibleQosStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/LivelinessChangedStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/LivelinessLostStatus.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/ParameterTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/QosPolicies.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/ReaderQos.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/SampleRejectedStatus.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/qos/WriterQos.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/Endpoint.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/RTPSDomain.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/EndpointAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/HistoryAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/PropertyPolicy.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/ReaderAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/ServerAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/attributes/WriterAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/BuiltinProtocols.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/ReaderProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/data/WriterProxyData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDPListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/liveliness/WLP.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/builtin/liveliness/WLPListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/BinaryProperty.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/CDRMessage_t.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/CacheChange.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/FragmentNumber.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Guid.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/InstanceHandle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Locator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorListComparisons.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorSelector.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/LocatorSelectorEntry.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/MatchingInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/PortParameters.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Property.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/RemoteLocators.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SampleIdentity.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SequenceNumber.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/SerializedPayload.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Time_t.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Token.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/Types.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/WriteParams.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/common/all_common.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/exceptions/Exception.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/History.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/ReaderHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/history/WriterHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/CDRMessage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/MessageReceiver.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageCreator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageGroup.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPSMessageSenderInterface.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/messages/RTPS_messages.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/network/SenderResource.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/ParticipantDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/RTPSParticipant.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/participant/RTPSParticipantListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/RTPSReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/ReaderDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/ReaderListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatefulPersistentReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatefulReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatelessPersistentReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/reader/StatelessReader.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/ResourceEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/ResourceManagement.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/resources/TimedEvent.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/rtps_all.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/rtps_fwd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/AccessControl.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/authentication/Authentication.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/authentication/Handshake.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/Handle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/ParticipantGenericMessage.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/common/SharedSecretHandle.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoKeyExchange.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoKeyFactory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoTransform.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/CryptoTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/cryptography/Cryptography.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/security/exceptions/SecurityException.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/LivelinessData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/LivelinessManager.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/PersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/RTPSWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/ReaderLocator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/ReaderProxy.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatefulPersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatefulWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatelessPersistentWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/StatelessWriter.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/WriterDiscoveryInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/rtps/writer/WriterListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SampleInfo.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/Subscriber.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SubscriberHistory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/subscriber/SubscriberListener.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/SocketTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TCPv6TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportDescriptorInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/TransportReceiverInterface.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPTransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/UDPv6TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/transport/test_UDPv4TransportDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/AnnotationDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/AnnotationParameterValue.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/BuiltinAnnotationsTypeObject.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataFactory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataHelper.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicDataPtr.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicPubSubType.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicType.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilder.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilderFactory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeBuilderPtr.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypeMember.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/DynamicTypePtr.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/MemberDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeDescriptor.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeIdentifier.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeIdentifierTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeNamesGenerator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObject.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObjectFactory.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypeObjectHashId.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/types/TypesBase.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/DBQueue.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/IPFinder.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/IPLocator.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/ProxyPool.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/Semaphore.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/StringMatching.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/System.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimeConversion.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimedConditionVariable.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/TimedMutex.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/ResourceLimitedVector.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/collections/foonathan_memory_helpers.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/fixed_size_bitmap.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/fixed_size_string.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/md5.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/shared_mutex.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/utils/string_convert.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLEndpointParser.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLParser.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLParserCommon.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLProfileManager.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/fastrtps/xmlparser/XMLTree.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/aligned_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/allocator_storage.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/allocator_traits.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/config.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/config_impl.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/container.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/container_node_sizes_impl.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/debugging.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/default_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/deleter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/align.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/assert.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/container_node_sizes.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/container_node_sizes_impl.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/debug_helpers.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/ebo_storage.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/free_list.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/free_list_array.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/ilog2.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/lowlevel_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/memory_stack.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/small_free_list.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/detail/utility.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/error.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/fallback_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/heap_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/iteration_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/joint_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/malloc_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_arena.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool_collection.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_pool_type.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_resource_adapter.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/memory_stack.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/namespace_alias.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/new_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/segregator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/smart_ptr.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/static_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/std_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/temporary_allocator.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/threading.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/tracking.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/include/foonathan_memory/foonathan/memory/virtual_memory.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfastcdr.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfastrtps.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/20/libfoonathan_memory-0.7.3.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfastcdr.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfastrtps.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/aarch64/libfoonathan_memory-0.7.3.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfastcdr.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfastrtps.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/20/libfoonathan_memory-0.7.3.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfastcdr.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfastrtps.so +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/third_party/lib/x86_64/libfoonathan_memory-0.7.3.a +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/shared-file-system/rusty-data-root/cfg/commit-dependency.info.json +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/shared-file-system/script/s-30-install-dependency.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/shared-file-system/script/s-40-build-component.sh +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_callback.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_factory_model.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/common/dds/dds_topic_channel.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/common/ros_dds_bridge/bridge.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/AsrChunk.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/AsrChunk.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/Subtitle.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/ai/Subtitle.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCaptureFrameTopic.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCaptureFrameTopic.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCommon.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioCommon.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioErrorTopic.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioErrorTopic.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioEventTopic.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioEventTopic.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioProgressTopic.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioProgressTopic.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioTopic.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/AudioTopic.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetDoaAngleResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemMuteResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/GetSystemVolumeResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitPlayerResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/InitRecorderResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/PlayerInfoResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/PlayerInfoResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RecorderInfoResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RecorderInfoResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientResponse.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/RegisterClientResponse.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SendPcmData.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SendPcmData.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/ServiceResult.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/ServiceResult.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionMeta.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionMeta.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionRequest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SessionRequest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetPlayerVolume.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetPlayerVolume.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemMute.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemMute.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemVolume.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/audio/SetSystemVolume.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/BatteryState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/BatteryState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ButtonEvent.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ButtonEvent.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/FallDownState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/FallDownState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyData.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyData.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyParam.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandReplyParam.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchData.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/HandTouchParam.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ImuState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ImuState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Kick.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Kick.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightControlMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightControlMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightPixel.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LightPixel.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowCmd.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowCmd.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/LowState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorCmd.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorCmd.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/MotorState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Odometer.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/Odometer.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ProneBodyControlStatus.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/ProneBodyControlStatus.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RemoteControllerState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RemoteControllerState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobocupBehaviorStatus.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobocupBehaviorStatus.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsBatteryStatus.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsBatteryStatus.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsImuStatus.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsImuStatus.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsJointStatus.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotDdsJointStatus.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessStateMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotProcessStateMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotReplayTrajID.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotReplayTrajID.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStates.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStates.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStatusDdsMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/b1/RobotStatusDdsMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/builtin_interfaces/Time.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/builtin_interfaces/Time.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcReqMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcReqMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcRespMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/rpc/RpcRespMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CameraInfo.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CameraInfo.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CompressedImage.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/CompressedImage.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/Image.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/Image.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/RegionOfInterest.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/sensor_msgs/RegionOfInterest.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/std_msgs/Header.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl/std_msgs/Header.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/FallDownRecoveryState.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/FallDownRecoveryState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFace.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFace.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFaceMsgs.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/PersonFaceMsgs.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesMsg.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesStamped.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/b1/RawBytesStamped.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryData.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryData.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/booster_msgs/BinaryDataCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsg.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsg.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/demo/DemoMsgCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Point.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Point.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PointCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Pose.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Pose.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseStamped.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/PoseStamped.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Quaternion.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Quaternion.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Transform.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Transform.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/TransformStamped.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/TransformStamped.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Vector3.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/geometry_msgs/Vector3.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Ball.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Ball.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Kick.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/robocup_msgs/Kick.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/Imu.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/Imu.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/ImuCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointState.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointState.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/sensor_msgs/JointStateCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/tf2_msgs/TFMessage.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/idl_internal/tf2_msgs/TFMessage.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/__init__.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/arm_controller.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/python/controller/booster_robotics_sdk_python/move_controller.py +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/python/internal_binding.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/ai/client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_capture_stream.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_localizer.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_manager.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_player.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_recorder.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/audio/audio_system_controller.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/b1/b1_loco_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/b1/b1_loco_internal_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_factory.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_publisher.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/channel/channel_subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/device/light/client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/rpc/rpc_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/rpc/rpc_server.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/vision/vision_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/src/robot/x5_camera/x5_camera_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/CMakeLists.txt +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/rpc_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/rpc_server.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/x5_camera_rpc.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/camera_rpc/src/x5_camera_rpc.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_publisher.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_publisher.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_subscriber.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/demo_test/demo_test.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/pub_sub/publisher.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/pub_sub/subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/rpc/loco_rpc_server.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/rpc/rpc_client.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/rpc/rpc_server.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/test/sim_bridge/sim_bridge_subscriber.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/CMakeLists.txt +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/codegen.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/cpp_merger.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/dds_file_manager.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/header_merger.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/helper.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/merger.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Header.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/LowCmd.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmd.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdPubSubTypes.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/MotorCmdPubSubTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/Time.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimeCdrAux.hpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimeCdrAux.ipp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimePubSubTypes.cxx +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/TimePubSubTypes.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.h +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/temp/test.idl +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/test_publisher.cpp +0 -0
- {booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/tools/booster_fastdds_gen/test/test_subscriber.cpp +0 -0
|
@@ -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
|
*
|
|
@@ -24,10 +24,11 @@ enum class BodyControl {
|
|
|
24
24
|
kGetUp = 7, // Get up body control, in get up body control, the robot can get up from lying down
|
|
25
25
|
kWholeBodyDance = 8, // Whole body dance body control, in whole body dance, the robot can do some whole body dance actions
|
|
26
26
|
kShoot = 9, // Shoot body control, in shoot body control, the robot can scored with a powerful shot
|
|
27
|
-
kInsideFoot = 10, //
|
|
27
|
+
kInsideFoot = 10, // History caused name, actually is visual kick body control V2
|
|
28
28
|
kGoalie = 11, // Goalie body control, in goalie body control, the robot can perform goalie actions
|
|
29
29
|
kWBCGait = 12, // Whole body control gait body control, in WBC gait, the robot walking by whole body control
|
|
30
30
|
kLionDancePreparePose = 13, // Lion dance prepare pose, in this body control, the robot will do lion dance prepare pose
|
|
31
|
+
kVisualKickV1 = 14, // Visual kick body control V1, in visual kick body control, the robot can do visual kick actions
|
|
31
32
|
};
|
|
32
33
|
|
|
33
34
|
enum class Action {
|
|
@@ -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
|
{booster_robotics_sdk_python-1.3.5 → booster_robotics_sdk_python-1.3.7}/sdk_release/CMakeLists.txt
RENAMED
|
@@ -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,37 @@
|
|
|
1
|
+
#include <booster/robot/channel/channel_subscriber.hpp>
|
|
2
|
+
#include <booster/idl/b1/BatteryState.h>
|
|
3
|
+
|
|
4
|
+
#include <thread>
|
|
5
|
+
#include <chrono>
|
|
6
|
+
#include <iostream>
|
|
7
|
+
|
|
8
|
+
#define TOPIC "rt/battery_state"
|
|
9
|
+
|
|
10
|
+
using namespace booster::robot;
|
|
11
|
+
using namespace booster::common;
|
|
12
|
+
using namespace booster_interface::msg;
|
|
13
|
+
|
|
14
|
+
void Handler(const void *msg)
|
|
15
|
+
{
|
|
16
|
+
const BatteryState* bat = static_cast<const BatteryState*>(msg);
|
|
17
|
+
|
|
18
|
+
std::cout << "------- Battery State -------" << std::endl;
|
|
19
|
+
std::cout << " Voltage : " << bat->voltage() << " V" << std::endl;
|
|
20
|
+
std::cout << " Current : " << bat->current() << " A" << std::endl;
|
|
21
|
+
std::cout << " SOC : " << bat->soc() << " %" << std::endl;
|
|
22
|
+
std::cout << " Avg Voltage : " << bat->average_voltage() << " V" << std::endl;
|
|
23
|
+
std::cout << "------------------------------" << std::endl;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
int main()
|
|
27
|
+
{
|
|
28
|
+
ChannelFactory::Instance()->Init(0);
|
|
29
|
+
|
|
30
|
+
ChannelSubscriber<BatteryState> sub(TOPIC, Handler);
|
|
31
|
+
sub.InitChannel();
|
|
32
|
+
|
|
33
|
+
while (true)
|
|
34
|
+
{
|
|
35
|
+
std::this_thread::sleep_for(std::chrono::seconds(1));
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -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/
|
|
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
|
|
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
|
|
51
|
-
using
|
|
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
|
-
|
|
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
|
+
¶ms);
|
|
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
|
|
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(
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
514
|
+
pending_queue_size_after_pop = pending_messages_.size();
|
|
395
515
|
}
|
|
396
516
|
|
|
397
|
-
const auto
|
|
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
|
-
|
|
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
|
-
|
|
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 -
|
|
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 =
|
|
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_;
|