wandelbots-api-client 25.10.0.dev35__tar.gz → 25.10.0.dev37__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.
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/PKG-INFO +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/README.md +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/pyproject.toml +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/setup.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/__init__.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api_client.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/configuration.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/__init__.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/controller_api.py +3 -3
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/motion_group_api.py +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api_client.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/configuration.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/blending_auto.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/cycle_time.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +2 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_description.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_info.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_setup.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_state.py +2 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/playback_speed_request.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_input_output_config.py +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_slot_description.py +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_sub_slot_description.py +3 -3
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_controller_state.py +4 -3
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/stream_io_values_response.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_running.py +3 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/__init__.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/controller_api.py +3 -3
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/motion_group_api.py +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api_client.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/configuration.py +1 -1
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/models.py +26 -22
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client.egg-info/PKG-INFO +2 -2
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/setup.cfg +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/__init__.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/application_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/cell_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/controller_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/controller_ios_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/coordinate_systems_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/device_configuration_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/library_program_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/library_program_metadata_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/library_recipe_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/library_recipe_metadata_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/license_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/motion_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/motion_group_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/motion_group_infos_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/motion_group_jogging_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/motion_group_kinematic_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/program_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/program_operator_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/program_values_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/store_collision_components_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/store_collision_scenes_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/store_object_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/system_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/virtual_robot_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/virtual_robot_behavior_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/virtual_robot_mode_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api/virtual_robot_setup_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/api_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/authorization.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/exceptions.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/__init__.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/abb_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/abb_controller_egm_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/activate_license_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/add_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/all_joint_positions_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/all_joint_positions_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/app.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/array_input.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/array_output.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/behavior.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/blending_auto.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/blending_position.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/box.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/box2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/box3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/capsule.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/capsule2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/capsule3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/capture.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cell.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/circle.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/code_with_arguments.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collection_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collider.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collider_input.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collider_output.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collider_output_shape.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collider_shape.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_contact.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_motion_group.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_motion_group_assembly.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_robot_configuration_input.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_robot_configuration_output.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_scene.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/collision_scene_assembly.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/command.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/command_settings.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/comparator.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/compound.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/container_environment_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/container_image.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/container_image_secrets_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/container_resources.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/container_storage.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/controller_capabilities.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/controller_instance.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/controller_instance_list.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/convex_hull.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/convex_hull2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/convex_hull3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/coordinate_system.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/coordinate_systems.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_device_request_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_program_run200_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_program_run_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_trigger200_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_trigger_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/create_trigger_request_config.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cubic_spline.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cubic_spline_parameter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cycle_time.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cylinder.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cylinder2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/cylinder3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/dh_parameter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/direction.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/direction_jogging_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/execute_trajectory_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/execute_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/execution_result.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/external_joint_stream_datapoint.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/external_joint_stream_datapoint_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/fanuc_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/feedback_collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/feedback_joint_limit_exceeded.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/feedback_out_of_workspace.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/feedback_singularity.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/flag.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/force_vector.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/geometry.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/get_all_program_runs200_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/get_all_triggers200_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/get_mode_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/get_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/get_trajectory_sample_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/google_protobuf_any.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/http_exception_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/http_validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/http_validation_error2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/image_credentials.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/info_service_capabilities.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/initialize_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/initialize_movement_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/initialize_movement_response_init_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/io_description.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/io_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/ios.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/jogging_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/jogging_service_capabilities.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joint_jogging_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joint_limit.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joint_limit_exceeded.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joint_position_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joint_trajectory.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/joints.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/kinematic_service_capabilities.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/kuka_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/kuka_controller_rsi_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/license.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/license_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/license_status_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/limit_settings.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/limits_override.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_devices200_response_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_io_descriptions_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_io_values_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_payloads_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_program_metadata_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_recipe_metadata_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/list_tcps_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/manufacturer.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/mode_change_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_command.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_command_blending.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_command_path.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_behavior_getter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_info.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_infos.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_instance.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_instance_list.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_joints.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_physical.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_specification.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_group_state_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_id.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_ids_list_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/motion_vector.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/mounting.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/move_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/move_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/movement.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/movement_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/movement_error_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/movement_movement.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/op_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/opcua_node_value_trigger_config.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/optimizer_setup.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/out_of_workspace.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path_cartesian_ptp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path_circle.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path_cubic_spline.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path_joint_ptp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/path_line.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pause_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pause_movement_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pause_movement_response_pause_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pause_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/payload.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_collision_free_ptp_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_failed_on_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_failed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_successful_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_trajectory_failed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_trajectory_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plan_trajectory_response_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plane2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/plane3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/planned_motion.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/planner_pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/planning_limits.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/planning_limits_limit_range.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/playback_speed_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/playback_speed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/point_cloud.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pose2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/program_metadata.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/program_run.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/program_run_object.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/program_run_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/program_runner_reference.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/quaternion.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/recipe_metadata.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangle.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangle2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangle3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangular_capsule.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangular_capsule2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rectangular_capsule3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/release_channel.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/request1.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/response_get_value_programs_values_key_get.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/response_get_values_programs_values_get_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_controller_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_controller_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_link_geometry.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_system_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_tcp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/robot_tcps.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rotation_angle_types.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/rotation_angles.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_setup.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_setup_safety_settings.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_setup_safety_zone.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_zone.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_zone_limits.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/safety_zone_violation.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/service_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/service_status_phase.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/service_status_severity.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/service_status_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/set_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/set_playback_speed.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/single_joint_limit.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/singularity.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/singularity_type_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/sphere.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/sphere2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/sphere3.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/standstill.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/standstill_reason.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/standstill_standstill.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/start_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/start_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stop_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/store_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_backward.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_forward.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_playback_speed.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_move_to_trajectory.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/stream_stop.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/tcp_pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/tcp_pose_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/tool_geometry.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/trajectory_sample.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/trigger_object.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/trigger_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/universalrobots_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/update_nova_version_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/update_program_metadata_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/update_recipe_metadata_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/update_trigger_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/validation_error2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/validation_error2_loc_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/validation_error_loc_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/vector3d.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/version_number.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/virtual_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/virtual_controller_types.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/virtual_robot_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/models/yaskawa_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/py.typed +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/rest.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/__init__.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/application_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/cell_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/jogging_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/kinematics_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/license_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/motion_group_models_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/program_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/store_collision_components_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/store_collision_setups_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/store_object_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/system_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/trajectory_caching_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/trajectory_execution_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/trajectory_planning_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/virtual_controller_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/api_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/exceptions.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/__init__.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/abb_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/abb_controller_egm_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/activate_license_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/add_trajectory_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/add_trajectory_error_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/add_trajectory_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/add_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/app.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/behavior.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/blending_position.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/boolean_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/box.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_description.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_modbus_client.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_modbus_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_profinet.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_profinet_network.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_io_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_ios_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/bus_ios_state_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/capsule.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/cartesian_limits.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/cell.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collider.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collider_shape.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collision_contact.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collision_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collision_free_algorithm.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/collision_setup.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/comparator.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/configuration_archive_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/configuration_archive_status_creating.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/configuration_archive_status_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/configuration_archive_status_success.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/configuration_resource.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/container_environment_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/container_image.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/container_image_secrets_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/container_resources.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/container_storage.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/controller_description.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/convex_hull.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/coordinate_system.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/coordinate_system_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/cubic_spline_parameter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/cylinder.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/dh_parameter.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/direction.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/error_invalid_joint_count.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/error_joint_position_collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute_details.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute_jogging_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute_jogging_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute_trajectory_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/execute_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/external_joint_stream_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/fanuc_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/feedback_collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/feedback_out_of_workspace.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/feedback_singularity.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/flag.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/float_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/forward_kinematics422_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/forward_kinematics_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/forward_kinematics_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/get_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/http_validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/image_credentials.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/initialize_jogging_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/initialize_jogging_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/initialize_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/initialize_movement_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/integer_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/invalid_dof_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inverse_kinematics422_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inverse_kinematics_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inverse_kinematics_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_boolean_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_boundary.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_description.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_direction.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_float_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_integer_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_origin.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/io_value_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_details.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_details_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_paused_by_user.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_paused_near_collision.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_paused_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/jogging_running.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/joint_limits.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/joint_trajectory.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/joint_velocity_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/joint_velocity_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/kuka_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/license.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/license_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/license_status_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/limit_range.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/limit_set.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/limits_override.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/list_trajectories_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/manufacturer.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/modbus_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/modbus_io_area.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/modbus_io_byte_order.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/modbus_io_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/modbus_io_type_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_command.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_command_blending.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_command_path.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_joints.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/movement_error_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/nan_value_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/nan_value_error_nan_value.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/op_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/operating_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/operation_limits.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/operation_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/orientation_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/path_cartesian_ptp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/path_circle.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/path_cubic_spline.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/path_joint_ptp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/path_line.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pause_jogging_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pause_jogging_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pause_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pause_movement_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pause_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/payload.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan422_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_collision_free_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_collision_free_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_collision_free_response_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_trajectory_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_trajectory_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_trajectory_response_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/plane.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/playback_speed_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/pose.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_description.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_io_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_io_direction.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/profinet_io_type_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/program.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/program_run.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/program_run_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/program_start_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/rectangle.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/rectangular_capsule.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/release_channel.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_controller_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_system_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_tcp.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/robot_tcp_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/rrt_connect_algorithm.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/safety_state_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_group.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_status_phase.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_status_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_status_severity.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/service_status_status.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/set_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/settable_robot_system_mode.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/singularity_type_enum.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/sphere.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/start_movement_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/start_movement_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/start_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/tcp_offset.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/tcp_required_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/tcp_velocity_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/tcp_velocity_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/torque_exceeded_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_data.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_details.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_details_state.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_ended.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_id.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_paused_by_user.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_paused_on_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/trajectory_wait_for_io.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/unit_type.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/universalrobots_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/update_nova_version_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/validation_error.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/validation_error2.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/validation_error_loc_inner.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/virtual_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/virtual_controller_types.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/virtual_robot_configuration.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/wait_for_io_event_request.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/models/yaskawa_controller.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/py.typed +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2/rest.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/__init__.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/application_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/cell_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/jogging_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/kinematics_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/license_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/program_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/store_object_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/system_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/api_response.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/exceptions.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/py.typed +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client/v2_pydantic/rest.py +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client.egg-info/SOURCES.txt +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client.egg-info/dependency_links.txt +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client.egg-info/requires.txt +0 -0
- {wandelbots_api_client-25.10.0.dev35 → wandelbots_api_client-25.10.0.dev37}/wandelbots_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 25.10.0.
|
|
3
|
+
Version: 25.10.0.dev37
|
|
4
4
|
Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Copyright (c) 2025 Wandelbots GmbH
|
|
@@ -41,7 +41,7 @@ Dynamic: license-file
|
|
|
41
41
|
Interact with robots in an easy and intuitive way.
|
|
42
42
|
|
|
43
43
|
- Compatible API version: 1.0.0 (can be found at the home screen of your instance -> API)
|
|
44
|
-
- Package version: 25.10.0.
|
|
44
|
+
- Package version: 25.10.0.dev37
|
|
45
45
|
|
|
46
46
|
## Requirements.
|
|
47
47
|
Python >=3.11, Python < 4.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "wandelbots_api_client"
|
|
3
|
-
version = "25.10.0.
|
|
3
|
+
version = "25.10.0.dev37"
|
|
4
4
|
description = "Wandelbots Python Client: Interact with robots in an easy and intuitive way. "
|
|
5
5
|
authors = [{ name="Copyright (c) 2025 Wandelbots GmbH", email="contact@wandelbots.com" }]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "wandelbots-api-client"
|
|
24
|
-
VERSION = "25.10.0.
|
|
24
|
+
VERSION = "25.10.0.dev37"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
93
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev37'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 1.0.0\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev37".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -23,7 +23,7 @@ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, U
|
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from urllib.parse import quote
|
|
25
25
|
|
|
26
|
-
from pydantic import Field,
|
|
26
|
+
from pydantic import Field, StrictStr
|
|
27
27
|
from typing import List, Optional
|
|
28
28
|
from typing_extensions import Annotated
|
|
29
29
|
from wandelbots_api_client.v2.models.controller_description import ControllerDescription
|
|
@@ -3214,7 +3214,7 @@ class ControllerApi:
|
|
|
3214
3214
|
|
|
3215
3215
|
|
|
3216
3216
|
@validate_call
|
|
3217
|
-
async def stream_free_drive(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[
|
|
3217
|
+
async def stream_free_drive(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None) -> AsyncGenerator[RobotControllerState, None]: # noqa: E501
|
|
3218
3218
|
"""Stream Free Drive # noqa: E501
|
|
3219
3219
|
|
|
3220
3220
|
<!-- theme: success --> > Websocket endpoint Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being > crushed, drawn in or caught due to the robot's complex movement sequences. Before opening the websocket, ensure that > > - The robot is in a safe state, > - The right payload is set, > - No humans or object are within the robot's reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified `response_rate`. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular cobots. Use [listRobotControllers](listRobotControllers) to check if the robot controller supports free drive mode. # noqa: E501
|
|
@@ -3285,7 +3285,7 @@ class ControllerApi:
|
|
|
3285
3285
|
|
|
3286
3286
|
|
|
3287
3287
|
@validate_call
|
|
3288
|
-
async def stream_robot_controller_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[
|
|
3288
|
+
async def stream_robot_controller_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None, add_controller_timeout: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None) -> AsyncGenerator[RobotControllerState, None]: # noqa: E501
|
|
3289
3289
|
"""Stream State # noqa: E501
|
|
3290
3290
|
|
|
3291
3291
|
<!-- theme: success --> > Websocket endpoint Receive updates of the state of a robot controller. The stream can be opened before the controller is registered. To register a controller, call [addRobotController](addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates. # noqa: E501
|
|
@@ -23,7 +23,7 @@ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, U
|
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from urllib.parse import quote
|
|
25
25
|
|
|
26
|
-
from pydantic import Field,
|
|
26
|
+
from pydantic import Field, StrictStr
|
|
27
27
|
from typing import Optional
|
|
28
28
|
from typing_extensions import Annotated
|
|
29
29
|
from wandelbots_api_client.v2.models.motion_group_description import MotionGroupDescription
|
|
@@ -651,7 +651,7 @@ class MotionGroupApi:
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
@validate_call
|
|
654
|
-
async def stream_motion_group_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], motion_group: Annotated[StrictStr, Field(description="The motion-group identifier.")], response_rate: Annotated[Optional[
|
|
654
|
+
async def stream_motion_group_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], motion_group: Annotated[StrictStr, Field(description="The motion-group identifier.")], response_rate: Annotated[Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]], Field(description="Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller's step rate as well. Minimal response rate is the step rate of controller.")] = None, response_coordinate_system: Annotated[Optional[StrictStr], Field(description="Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system. ")] = None) -> AsyncGenerator[MotionGroupState, None]: # noqa: E501
|
|
655
655
|
"""Stream State # noqa: E501
|
|
656
656
|
|
|
657
657
|
<!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected. # noqa: E501
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
93
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev37'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.v2.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 2.0.0 beta\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev37".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ class BlendingAuto(BaseModel):
|
|
|
26
27
|
"""
|
|
27
28
|
BlendingAuto
|
|
28
29
|
""" # noqa: E501
|
|
29
|
-
min_velocity_in_percent: Optional[
|
|
30
|
+
min_velocity_in_percent: Optional[Annotated[int, Field(le=100, strict=True, ge=0)]] = Field(default=None, description="Auto-blending is used to keep a constant velocity when blending between two motion commands. It changes the TCP path around the target point of the motion command. The value represents the percentage of the original velocity. ")
|
|
30
31
|
blending_name: str = "BlendingAuto"
|
|
31
32
|
__properties: ClassVar[List[str]] = ["min_velocity_in_percent", "blending_name"]
|
|
32
33
|
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
21
21
|
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ class CycleTime(BaseModel):
|
|
|
26
27
|
"""
|
|
27
28
|
CycleTime
|
|
28
29
|
""" # noqa: E501
|
|
29
|
-
cycle_time_ms:
|
|
30
|
+
cycle_time_ms: Annotated[int, Field(le=4294967295, strict=True, ge=0)] = Field(description="Cycle time of controller communication in [ms].")
|
|
30
31
|
__properties: ClassVar[List[str]] = ["cycle_time_ms"]
|
|
31
32
|
|
|
32
33
|
model_config = ConfigDict(
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ class ErrorJointLimitExceeded(BaseModel):
|
|
|
26
27
|
"""
|
|
27
28
|
A reference joint position (start or target) exceeds the configured joint limits.
|
|
28
29
|
""" # noqa: E501
|
|
29
|
-
joint_index: Optional[
|
|
30
|
+
joint_index: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = Field(default=None, description="Index of the joint exceeding its limits (0-based). ")
|
|
30
31
|
joint_position: Optional[List[Union[StrictFloat, StrictInt]]] = None
|
|
31
32
|
error_feedback_name: str = "ErrorJointLimitExceeded"
|
|
32
33
|
__properties: ClassVar[List[str]] = ["joint_index", "joint_position", "error_feedback_name"]
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr, field_validator
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -26,7 +27,7 @@ class FeedbackJointLimitExceeded(BaseModel):
|
|
|
26
27
|
"""
|
|
27
28
|
This error is returned when a joint position limit is exceeded. The joint index denotes which joint is out of its limits, starting with 1 and followed by the full joint position.
|
|
28
29
|
""" # noqa: E501
|
|
29
|
-
joint_index: Optional[
|
|
30
|
+
joint_index: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None
|
|
30
31
|
joint_position: Optional[List[Union[StrictFloat, StrictInt]]] = None
|
|
31
32
|
error_feedback_name: str = "FeedbackJointLimitExceeded"
|
|
32
33
|
__properties: ClassVar[List[str]] = ["joint_index", "joint_position", "error_feedback_name"]
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -27,7 +28,7 @@ class JoggingPausedNearJointLimit(BaseModel):
|
|
|
27
28
|
Jogging was paused because a joint is near its limit.
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
kind: str = "PAUSED_NEAR_JOINT_LIMIT"
|
|
30
|
-
joint_indices: List[
|
|
31
|
+
joint_indices: List[Annotated[int, Field(le=2147483647, strict=True, ge=0)]]
|
|
31
32
|
__properties: ClassVar[List[str]] = ["kind", "joint_indices"]
|
|
32
33
|
|
|
33
34
|
@field_validator('kind')
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from wandelbots_api_client.v2.models.collider import Collider
|
|
23
24
|
from wandelbots_api_client.v2.models.dh_parameter import DHParameter
|
|
24
25
|
from wandelbots_api_client.v2.models.operation_limits import OperationLimits
|
|
@@ -40,7 +41,7 @@ class MotionGroupDescription(BaseModel):
|
|
|
40
41
|
safety_tool_colliders: Optional[Dict[str, Dict[str, Collider]]] = Field(default=None, description="Maps a TCP name to its tool collider. Key must be a TCP identifier. Values are ColliderDictionaries that make up the shape of one tool to validate against safety zones. ")
|
|
41
42
|
operation_limits: OperationLimits
|
|
42
43
|
payloads: Optional[Dict[str, Payload]] = Field(default=None, description="Maps a payload name to its configuration. Key must be a payload identifier. Values are payload objects. ")
|
|
43
|
-
cycle_time: Optional[
|
|
44
|
+
cycle_time: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = Field(default=None, description="[ms] cycle time of the motion group controller. A trajectory for this motion group should be computed to this resolution.")
|
|
44
45
|
dh_parameters: Optional[List[DHParameter]] = Field(default=None, description="The DH parameters describing the motion group geometry, starting from base.")
|
|
45
46
|
__properties: ClassVar[List[str]] = ["motion_group_model", "mounting", "tcps", "safety_zones", "safety_link_colliders", "safety_tool_colliders", "operation_limits", "payloads", "cycle_time", "dh_parameters"]
|
|
46
47
|
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -28,7 +29,7 @@ class MotionGroupInfo(BaseModel):
|
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
motion_group: StrictStr = Field(description="The unique identifier of the motion group. Use it to refer to the motion group in other calls. ")
|
|
30
31
|
name: StrictStr = Field(description="The name of the motion group for display purposes. ")
|
|
31
|
-
dof:
|
|
32
|
+
dof: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The number of joints aka degrees of freedom in the motion group. ")
|
|
32
33
|
__properties: ClassVar[List[str]] = ["motion_group", "name", "dof"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from wandelbots_api_client.v2.models.collision_setup import CollisionSetup
|
|
23
24
|
from wandelbots_api_client.v2.models.limit_set import LimitSet
|
|
24
25
|
from wandelbots_api_client.v2.models.payload import Payload
|
|
@@ -31,7 +32,7 @@ class MotionGroupSetup(BaseModel):
|
|
|
31
32
|
MotionGroupSetup
|
|
32
33
|
""" # noqa: E501
|
|
33
34
|
motion_group_model: StrictStr = Field(description="String identifiying the model of a motion group.")
|
|
34
|
-
cycle_time:
|
|
35
|
+
cycle_time: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="[ms] cycle time of the motion group controller. A trajectory for this motion group should be computed to this resolution.")
|
|
35
36
|
mounting: Optional[Pose] = Field(default=None, description="The offset from the world frame to the motion group base.")
|
|
36
37
|
tcp_offset: Optional[Pose] = None
|
|
37
38
|
global_limits: Optional[LimitSet] = None
|
|
@@ -20,6 +20,7 @@ import json
|
|
|
20
20
|
from datetime import datetime
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
23
|
+
from typing_extensions import Annotated
|
|
23
24
|
from wandelbots_api_client.v2.models.execute import Execute
|
|
24
25
|
from wandelbots_api_client.v2.models.motion_group_state_joint_limit_reached import MotionGroupStateJointLimitReached
|
|
25
26
|
from wandelbots_api_client.v2.models.pose import Pose
|
|
@@ -31,7 +32,7 @@ class MotionGroupState(BaseModel):
|
|
|
31
32
|
Presents the current state of the motion group.
|
|
32
33
|
""" # noqa: E501
|
|
33
34
|
timestamp: datetime = Field(description="Timestamp for when data was received from the robot controller.")
|
|
34
|
-
sequence_number:
|
|
35
|
+
sequence_number: Annotated[int, Field(le=4294967295, strict=True, ge=0)] = Field(description="Sequence number of the controller state. It starts with 0 upon establishing the connection with a physical controller. The sequence number is reset when the connection to the physical controller is closed and re-established. ")
|
|
35
36
|
motion_group: StrictStr = Field(description="Identifier of the motion group.")
|
|
36
37
|
controller: StrictStr = Field(description="Convenience: Identifier of the robot controller the motion group is attached to.")
|
|
37
38
|
joint_position: List[Union[StrictFloat, StrictInt]] = Field(description="This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default. ")
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -27,7 +28,7 @@ class PlaybackSpeedRequest(BaseModel):
|
|
|
27
28
|
Sets velocity for executed movements of the motion, in percent. Send after initializing the connection with InitializeMovementRequest.
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
message_type: str = "PlaybackSpeedRequest"
|
|
30
|
-
playback_speed_in_percent:
|
|
31
|
+
playback_speed_in_percent: Annotated[int, Field(le=100, strict=True, ge=0)] = Field(description="Sets velocity for executed movements of the trajectory, in percent. 100% means that the motion group moves as fast as possible without violating any planning and motion group limits. Setting this value does not affect the overall shape of the velocity profile. The velocity profile of the trajectory is scaled down by the same factor. Therefore, this should only be used for teaching and trajectory evaluation purposes. To maintain a specific velocity, set the respective limits when planning the trajectory. ")
|
|
31
32
|
__properties: ClassVar[List[str]] = ["message_type", "playback_speed_in_percent"]
|
|
32
33
|
|
|
33
34
|
@field_validator('message_type')
|
|
@@ -28,8 +28,8 @@ class ProfinetInputOutputConfig(BaseModel):
|
|
|
28
28
|
ProfinetInputOutputConfig
|
|
29
29
|
""" # noqa: E501
|
|
30
30
|
config: StrictStr = Field(description="Content of the input/output variable configuration XML file. The XML File has to be embedded as a string by escaping quotes, line breaks and so forth. ")
|
|
31
|
-
input_offset: Annotated[int, Field(strict=True, ge=0)] = Field(description="Offset in bytes for the address of the input (perspective of the controller) variables. The offset will be subtracted from to the byte addresses of the sent XML content.")
|
|
32
|
-
output_offset: Annotated[int, Field(strict=True, ge=0)] = Field(description="Offset in bytes for the address of the output (perspective of the controller) variables. The offset will be subtracted from to the byte addresses of the sent XML content.")
|
|
31
|
+
input_offset: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="Offset in bytes for the address of the input (perspective of the controller) variables. The offset will be subtracted from to the byte addresses of the sent XML content.")
|
|
32
|
+
output_offset: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="Offset in bytes for the address of the output (perspective of the controller) variables. The offset will be subtracted from to the byte addresses of the sent XML content.")
|
|
33
33
|
__properties: ClassVar[List[str]] = ["config", "input_offset", "output_offset"]
|
|
34
34
|
|
|
35
35
|
model_config = ConfigDict(
|
|
@@ -28,8 +28,8 @@ class ProfinetSlotDescription(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
An array of PROFINET slots. PROFINET models each device’s input/output hardware as a hierarchy of slots (modules) and subslots (submodules). A slot can represent a physical or virtual input/output card and each subslot one of its individual channels or functions. Every slot and subslot has unique identifiers that the controller uses to map cyclic input/output data and parameter records to its process image. This slot/subslot separation enables e.g., addressing each input/output stream when establishing input/output application relations (I/O-AR).
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
number: Annotated[int, Field(strict=True, ge=0)] = Field(description="The number/index of the PROFINET slot. Per default, slot 0 is reserved for the device access point (DAP). Slots that are part of the cyclic input/output data exchange start at number 1. ")
|
|
32
|
-
api: Annotated[int, Field(strict=True, ge=0)] = Field(description="The application process identifier (API) number of the PROFINET input. The API identifies the application relation (AR) that is using the slot. ")
|
|
31
|
+
number: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The number/index of the PROFINET slot. Per default, slot 0 is reserved for the device access point (DAP). Slots that are part of the cyclic input/output data exchange start at number 1. ")
|
|
32
|
+
api: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The application process identifier (API) number of the PROFINET input. The API identifies the application relation (AR) that is using the slot. ")
|
|
33
33
|
subslots: List[ProfinetSubSlotDescription] = Field(description="An array of PROFINET subslots. ")
|
|
34
34
|
__properties: ClassVar[List[str]] = ["number", "api", "subslots"]
|
|
35
35
|
|
|
@@ -27,9 +27,9 @@ class ProfinetSubSlotDescription(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
ProfinetSubSlotDescription
|
|
29
29
|
""" # noqa: E501
|
|
30
|
-
number: Annotated[int, Field(strict=True, ge=0)] = Field(description="The number/index of the PROFINET subslot. ")
|
|
31
|
-
input_length: Annotated[int, Field(strict=True, ge=0)] = Field(description="The amount of bytes allocated for the subslot in the input process image buffer. ")
|
|
32
|
-
output_length: Annotated[int, Field(strict=True, ge=0)] = Field(description="The amount of bytes allocated for the subslot in the output process image buffer. ")
|
|
30
|
+
number: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The number/index of the PROFINET subslot. ")
|
|
31
|
+
input_length: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The amount of bytes allocated for the subslot in the input process image buffer. ")
|
|
32
|
+
output_length: Annotated[int, Field(le=2147483647, strict=True, ge=0)] = Field(description="The amount of bytes allocated for the subslot in the output process image buffer. ")
|
|
33
33
|
__properties: ClassVar[List[str]] = ["number", "input_length", "output_length"]
|
|
34
34
|
|
|
35
35
|
model_config = ConfigDict(
|
|
@@ -18,8 +18,9 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from datetime import datetime
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from typing_extensions import Annotated
|
|
23
24
|
from wandelbots_api_client.v2.models.motion_group_state import MotionGroupState
|
|
24
25
|
from wandelbots_api_client.v2.models.operation_mode import OperationMode
|
|
25
26
|
from wandelbots_api_client.v2.models.robot_system_mode import RobotSystemMode
|
|
@@ -34,11 +35,11 @@ class RobotControllerState(BaseModel):
|
|
|
34
35
|
mode: RobotSystemMode = Field(description="Mode of communication and control between NOVA and the robot controller.")
|
|
35
36
|
last_error: Optional[List[StrictStr]] = Field(default=None, description="Last error stack encountered during initialization process or after a controller disconnect. At this stage, it's unclear whether the error is fatal. Evaluate `last_error` to decide whether to remove the controller using `deleteController`. Examples: - Delete required: Host resolution fails repeatedly due to an incorrect IP. - Delete not required: Temporary network delay caused a disconnect; the system will auto-reconnect. ")
|
|
36
37
|
timestamp: datetime = Field(description="Timestamp indicating when the represented information was received from the robot controller.")
|
|
37
|
-
sequence_number:
|
|
38
|
+
sequence_number: Annotated[int, Field(le=4294967295, strict=True, ge=0)] = Field(description="Sequence number of the controller state. It starts with 0 upon establishing the connection with a physical controller. The sequence number is reset when the connection to the physical controller is closed and re-established. ")
|
|
38
39
|
controller: StrictStr = Field(description="Identifier of the configured robot controller.")
|
|
39
40
|
operation_mode: OperationMode
|
|
40
41
|
safety_state: SafetyStateType
|
|
41
|
-
velocity_override: Optional[
|
|
42
|
+
velocity_override: Optional[Annotated[int, Field(le=100, strict=True, ge=1)]] = Field(default=None, description="If made available by the robot controller, returns the current velocity override in [percentage] for movements adjusted on robot control panel. Valid value range: 1 - 100. ")
|
|
42
43
|
motion_groups: List[MotionGroupState] = Field(description="State of indicated motion groups. In case of state request via controller all configured motion groups are returned. In case of executing a motion only the affected motion groups are returned. ")
|
|
43
44
|
__properties: ClassVar[List[str]] = ["mode", "last_error", "timestamp", "sequence_number", "controller", "operation_mode", "safety_state", "velocity_override", "motion_groups"]
|
|
44
45
|
|
|
@@ -18,8 +18,9 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from datetime import datetime
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
22
22
|
from typing import Any, ClassVar, Dict, List
|
|
23
|
+
from typing_extensions import Annotated
|
|
23
24
|
from wandelbots_api_client.v2.models.io_value import IOValue
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
@@ -30,7 +31,7 @@ class StreamIOValuesResponse(BaseModel):
|
|
|
30
31
|
""" # noqa: E501
|
|
31
32
|
io_values: List[IOValue]
|
|
32
33
|
timestamp: datetime = Field(description="Timestamp indicating when the represented information was received from the robot controller.")
|
|
33
|
-
sequence_number:
|
|
34
|
+
sequence_number: Annotated[int, Field(le=4294967295, strict=True, ge=0)] = Field(description="Sequence number of the controller state. It starts with 0 upon establishing the connection with a physical controller. The sequence number is reset when the connection to the physical controller is closed and re-established. ")
|
|
34
35
|
__properties: ClassVar[List[str]] = ["io_values", "timestamp", "sequence_number"]
|
|
35
36
|
|
|
36
37
|
model_config = ConfigDict(
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -27,7 +28,7 @@ class TrajectoryRunning(BaseModel):
|
|
|
27
28
|
Trajectory is being executed.
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
kind: str = "RUNNING"
|
|
30
|
-
time_to_end:
|
|
31
|
+
time_to_end: Annotated[int, Field(le=4294967295, strict=True, ge=0)] = Field(description="Remaining time in milliseconds (ms) to reach the end of the motion.")
|
|
31
32
|
__properties: ClassVar[List[str]] = ["kind", "time_to_end"]
|
|
32
33
|
|
|
33
34
|
@field_validator('kind')
|
|
@@ -23,7 +23,7 @@ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, U
|
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from urllib.parse import quote
|
|
25
25
|
|
|
26
|
-
from pydantic import Field,
|
|
26
|
+
from pydantic import Field, StrictStr
|
|
27
27
|
from typing import List, Optional
|
|
28
28
|
from typing_extensions import Annotated
|
|
29
29
|
from wandelbots_api_client.v2_pydantic.models import ControllerDescription
|
|
@@ -3280,7 +3280,7 @@ class ControllerApi:
|
|
|
3280
3280
|
|
|
3281
3281
|
|
|
3282
3282
|
@validate_call
|
|
3283
|
-
async def stream_free_drive(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[
|
|
3283
|
+
async def stream_free_drive(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None) -> AsyncGenerator[RobotControllerState, None]: # noqa: E501
|
|
3284
3284
|
"""Stream Free Drive # noqa: E501
|
|
3285
3285
|
|
|
3286
3286
|
<!-- theme: success --> > Websocket endpoint Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being > crushed, drawn in or caught due to the robot's complex movement sequences. Before opening the websocket, ensure that > > - The robot is in a safe state, > - The right payload is set, > - No humans or object are within the robot's reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified `response_rate`. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular cobots. Use [listRobotControllers](listRobotControllers) to check if the robot controller supports free drive mode. # noqa: E501
|
|
@@ -3351,7 +3351,7 @@ class ControllerApi:
|
|
|
3351
3351
|
|
|
3352
3352
|
|
|
3353
3353
|
@validate_call
|
|
3354
|
-
async def stream_robot_controller_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[
|
|
3354
|
+
async def stream_robot_controller_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], response_rate: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None, add_controller_timeout: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = None) -> AsyncGenerator[RobotControllerState, None]: # noqa: E501
|
|
3355
3355
|
"""Stream State # noqa: E501
|
|
3356
3356
|
|
|
3357
3357
|
<!-- theme: success --> > Websocket endpoint Receive updates of the state of a robot controller. The stream can be opened before the controller is registered. To register a controller, call [addRobotController](addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates. # noqa: E501
|
|
@@ -23,7 +23,7 @@ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, U
|
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from urllib.parse import quote
|
|
25
25
|
|
|
26
|
-
from pydantic import Field,
|
|
26
|
+
from pydantic import Field, StrictStr
|
|
27
27
|
from typing import Optional
|
|
28
28
|
from typing_extensions import Annotated
|
|
29
29
|
from wandelbots_api_client.v2_pydantic.models import MotionGroupDescription
|
|
@@ -663,7 +663,7 @@ class MotionGroupApi:
|
|
|
663
663
|
|
|
664
664
|
|
|
665
665
|
@validate_call
|
|
666
|
-
async def stream_motion_group_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], motion_group: Annotated[StrictStr, Field(description="The motion-group identifier.")], response_rate: Annotated[Optional[
|
|
666
|
+
async def stream_motion_group_state(self, cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")], controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")], motion_group: Annotated[StrictStr, Field(description="The motion-group identifier.")], response_rate: Annotated[Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]], Field(description="Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller's step rate as well. Minimal response rate is the step rate of controller.")] = None, response_coordinate_system: Annotated[Optional[StrictStr], Field(description="Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system. ")] = None) -> AsyncGenerator[MotionGroupState, None]: # noqa: E501
|
|
667
667
|
"""Stream State # noqa: E501
|
|
668
668
|
|
|
669
669
|
<!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected. # noqa: E501
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
95
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev37'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.v2_pydantic.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 2.0.0 beta\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev37".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|