wandelbots-api-client 25.10.0.dev35__py3-none-any.whl → 25.11.0.dev12__py3-none-any.whl
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/__init__.py +2 -3
- wandelbots_api_client/api/__init__.py +2 -0
- wandelbots_api_client/api/application_api.py +1 -2
- wandelbots_api_client/api/cell_api.py +1 -2
- wandelbots_api_client/api/controller_api.py +1 -2
- wandelbots_api_client/api/controller_ios_api.py +1 -2
- wandelbots_api_client/api/coordinate_systems_api.py +1 -2
- wandelbots_api_client/api/device_configuration_api.py +1 -2
- wandelbots_api_client/api/library_program_api.py +1 -2
- wandelbots_api_client/api/library_program_metadata_api.py +1 -2
- wandelbots_api_client/api/library_recipe_api.py +1 -2
- wandelbots_api_client/api/library_recipe_metadata_api.py +1 -2
- wandelbots_api_client/api/license_api.py +1 -2
- wandelbots_api_client/api/motion_api.py +1 -2
- wandelbots_api_client/api/motion_group_api.py +1 -2
- wandelbots_api_client/api/motion_group_infos_api.py +1 -2
- wandelbots_api_client/api/motion_group_jogging_api.py +1 -2
- wandelbots_api_client/api/motion_group_kinematic_api.py +1 -2
- wandelbots_api_client/api/program_api.py +1 -2
- wandelbots_api_client/api/program_operator_api.py +1 -2
- wandelbots_api_client/api/program_values_api.py +1 -2
- wandelbots_api_client/api/store_collision_components_api.py +1 -2
- wandelbots_api_client/api/store_collision_scenes_api.py +1 -2
- wandelbots_api_client/api/store_object_api.py +1 -2
- wandelbots_api_client/api/system_api.py +1 -2
- wandelbots_api_client/api/version_api.py +284 -0
- wandelbots_api_client/api/virtual_robot_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_behavior_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_setup_api.py +1 -2
- wandelbots_api_client/api_client.py +14 -7
- wandelbots_api_client/configuration.py +18 -7
- wandelbots_api_client/exceptions.py +1 -1
- wandelbots_api_client/models/__init__.py +3 -4
- wandelbots_api_client/models/abb_controller.py +1 -1
- wandelbots_api_client/models/abb_controller_egm_server.py +1 -1
- wandelbots_api_client/models/activate_license_request.py +1 -1
- wandelbots_api_client/models/add_request.py +1 -1
- wandelbots_api_client/models/all_joint_positions_request.py +1 -1
- wandelbots_api_client/models/all_joint_positions_response.py +1 -1
- wandelbots_api_client/models/api_version.py +91 -0
- wandelbots_api_client/models/app.py +1 -1
- wandelbots_api_client/models/array_input.py +1 -1
- wandelbots_api_client/models/array_output.py +1 -1
- wandelbots_api_client/models/behavior.py +1 -1
- wandelbots_api_client/models/blending_auto.py +1 -1
- wandelbots_api_client/models/blending_position.py +1 -1
- wandelbots_api_client/models/box.py +1 -1
- wandelbots_api_client/models/box2.py +1 -1
- wandelbots_api_client/models/box3.py +1 -1
- wandelbots_api_client/models/capsule.py +1 -1
- wandelbots_api_client/models/capsule2.py +1 -1
- wandelbots_api_client/models/capsule3.py +1 -1
- wandelbots_api_client/models/capture.py +1 -1
- wandelbots_api_client/models/cell.py +1 -1
- wandelbots_api_client/models/circle.py +1 -1
- wandelbots_api_client/models/code_with_arguments.py +5 -4
- wandelbots_api_client/models/collection_value.py +1 -1
- wandelbots_api_client/models/collider.py +1 -1
- wandelbots_api_client/models/collider_input.py +1 -1
- wandelbots_api_client/models/collider_output.py +1 -1
- wandelbots_api_client/models/collider_output_shape.py +1 -1
- wandelbots_api_client/models/collider_shape.py +1 -41
- wandelbots_api_client/models/collision.py +1 -1
- wandelbots_api_client/models/collision_contact.py +1 -1
- wandelbots_api_client/models/collision_motion_group.py +5 -4
- wandelbots_api_client/models/collision_motion_group_assembly.py +5 -4
- wandelbots_api_client/models/collision_robot_configuration_input.py +9 -7
- wandelbots_api_client/models/collision_robot_configuration_output.py +9 -7
- wandelbots_api_client/models/collision_scene.py +9 -7
- wandelbots_api_client/models/collision_scene_assembly.py +9 -7
- wandelbots_api_client/models/command.py +1 -1
- wandelbots_api_client/models/command_settings.py +1 -1
- wandelbots_api_client/models/comparator.py +1 -1
- wandelbots_api_client/models/compound.py +1 -1
- wandelbots_api_client/models/container_environment_inner.py +1 -1
- wandelbots_api_client/models/container_image.py +1 -1
- wandelbots_api_client/models/container_image_secrets_inner.py +1 -1
- wandelbots_api_client/models/container_resources.py +1 -1
- wandelbots_api_client/models/container_storage.py +1 -1
- wandelbots_api_client/models/controller_capabilities.py +1 -1
- wandelbots_api_client/models/controller_instance.py +1 -1
- wandelbots_api_client/models/controller_instance_list.py +1 -1
- wandelbots_api_client/models/convex_hull.py +1 -1
- wandelbots_api_client/models/convex_hull2.py +1 -1
- wandelbots_api_client/models/convex_hull3.py +1 -1
- wandelbots_api_client/models/coordinate_system.py +1 -1
- wandelbots_api_client/models/coordinate_systems.py +1 -1
- wandelbots_api_client/models/create_device_request_inner.py +1 -1
- wandelbots_api_client/models/create_program_run200_response.py +1 -1
- wandelbots_api_client/models/create_program_run_request.py +1 -1
- wandelbots_api_client/models/create_trigger200_response.py +1 -1
- wandelbots_api_client/models/create_trigger_request.py +4 -4
- wandelbots_api_client/models/cubic_spline.py +1 -1
- wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +1 -1
- wandelbots_api_client/models/cubic_spline_parameter.py +1 -1
- wandelbots_api_client/models/cycle_time.py +1 -1
- wandelbots_api_client/models/cylinder.py +1 -1
- wandelbots_api_client/models/cylinder2.py +1 -1
- wandelbots_api_client/models/cylinder3.py +1 -1
- wandelbots_api_client/models/dh_parameter.py +1 -1
- wandelbots_api_client/models/direction.py +1 -1
- wandelbots_api_client/models/direction_jogging_request.py +1 -1
- wandelbots_api_client/models/error.py +1 -1
- wandelbots_api_client/models/execute_trajectory_request.py +1 -1
- wandelbots_api_client/models/execute_trajectory_response.py +1 -1
- wandelbots_api_client/models/execution_result.py +1 -1
- wandelbots_api_client/models/external_joint_stream_datapoint.py +1 -1
- wandelbots_api_client/models/external_joint_stream_datapoint_value.py +1 -1
- wandelbots_api_client/models/fanuc_controller.py +1 -1
- wandelbots_api_client/models/feedback_collision.py +1 -1
- wandelbots_api_client/models/feedback_joint_limit_exceeded.py +1 -1
- wandelbots_api_client/models/feedback_out_of_workspace.py +1 -1
- wandelbots_api_client/models/feedback_singularity.py +1 -1
- wandelbots_api_client/models/flag.py +1 -1
- wandelbots_api_client/models/force_vector.py +1 -1
- wandelbots_api_client/models/geometry.py +1 -1
- wandelbots_api_client/models/get_all_program_runs200_response.py +1 -1
- wandelbots_api_client/models/get_all_triggers200_response.py +1 -1
- wandelbots_api_client/models/get_mode_response.py +1 -1
- wandelbots_api_client/models/get_trajectory_response.py +1 -1
- wandelbots_api_client/models/get_trajectory_sample_response.py +1 -1
- wandelbots_api_client/models/google_protobuf_any.py +1 -1
- wandelbots_api_client/models/http_exception_response.py +1 -1
- wandelbots_api_client/models/http_validation_error.py +1 -1
- wandelbots_api_client/models/http_validation_error2.py +1 -1
- wandelbots_api_client/models/image_credentials.py +1 -1
- wandelbots_api_client/models/info_service_capabilities.py +1 -1
- wandelbots_api_client/models/initialize_movement_request.py +1 -1
- wandelbots_api_client/models/initialize_movement_response.py +1 -1
- wandelbots_api_client/models/initialize_movement_response_init_response.py +1 -1
- wandelbots_api_client/models/io.py +1 -1
- wandelbots_api_client/models/io_description.py +1 -1
- wandelbots_api_client/models/io_value.py +1 -1
- wandelbots_api_client/models/ios.py +1 -1
- wandelbots_api_client/models/jogging_response.py +1 -1
- wandelbots_api_client/models/jogging_service_capabilities.py +1 -1
- wandelbots_api_client/models/joint_jogging_request.py +1 -1
- wandelbots_api_client/models/joint_limit.py +1 -1
- wandelbots_api_client/models/joint_limit_exceeded.py +1 -1
- wandelbots_api_client/models/joint_position_request.py +1 -1
- wandelbots_api_client/models/joint_trajectory.py +1 -1
- wandelbots_api_client/models/joints.py +1 -1
- wandelbots_api_client/models/kinematic_service_capabilities.py +1 -1
- wandelbots_api_client/models/kuka_controller.py +1 -1
- wandelbots_api_client/models/kuka_controller_rsi_server.py +1 -1
- wandelbots_api_client/models/license.py +1 -1
- wandelbots_api_client/models/license_status.py +1 -1
- wandelbots_api_client/models/license_status_enum.py +1 -1
- wandelbots_api_client/models/limit_settings.py +1 -1
- wandelbots_api_client/models/limits_override.py +1 -1
- wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
- wandelbots_api_client/models/list_io_descriptions_response.py +1 -1
- wandelbots_api_client/models/list_io_values_response.py +1 -1
- wandelbots_api_client/models/list_payloads_response.py +1 -1
- wandelbots_api_client/models/list_program_metadata_response.py +1 -1
- wandelbots_api_client/models/list_recipe_metadata_response.py +1 -1
- wandelbots_api_client/models/list_response.py +1 -1
- wandelbots_api_client/models/list_tcps_response.py +1 -1
- wandelbots_api_client/models/manufacturer.py +1 -1
- wandelbots_api_client/models/mode_change_response.py +1 -1
- wandelbots_api_client/models/motion_command.py +1 -1
- wandelbots_api_client/models/motion_command_blending.py +1 -1
- wandelbots_api_client/models/motion_command_path.py +1 -1
- wandelbots_api_client/models/motion_group_behavior_getter.py +1 -1
- wandelbots_api_client/models/motion_group_info.py +1 -1
- wandelbots_api_client/models/motion_group_infos.py +1 -1
- wandelbots_api_client/models/motion_group_instance.py +1 -1
- wandelbots_api_client/models/motion_group_instance_list.py +1 -1
- wandelbots_api_client/models/motion_group_joints.py +1 -1
- wandelbots_api_client/models/motion_group_physical.py +1 -1
- wandelbots_api_client/models/motion_group_specification.py +1 -1
- wandelbots_api_client/models/motion_group_state.py +1 -1
- wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +1 -1
- wandelbots_api_client/models/motion_group_state_response.py +1 -1
- wandelbots_api_client/models/motion_id.py +1 -1
- wandelbots_api_client/models/motion_ids_list_response.py +1 -1
- wandelbots_api_client/models/motion_vector.py +1 -1
- wandelbots_api_client/models/mounting.py +1 -1
- wandelbots_api_client/models/move_request.py +1 -1
- wandelbots_api_client/models/move_response.py +1 -1
- wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +1 -1
- wandelbots_api_client/models/movement.py +1 -1
- wandelbots_api_client/models/movement_error.py +1 -1
- wandelbots_api_client/models/movement_error_error.py +1 -1
- wandelbots_api_client/models/movement_movement.py +1 -1
- wandelbots_api_client/models/op_mode.py +1 -1
- wandelbots_api_client/models/opcua_node_value_trigger_config.py +1 -1
- wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
- wandelbots_api_client/models/optimizer_setup.py +1 -1
- wandelbots_api_client/models/out_of_workspace.py +1 -1
- wandelbots_api_client/models/path.py +1 -1
- wandelbots_api_client/models/path_cartesian_ptp.py +1 -1
- wandelbots_api_client/models/path_circle.py +1 -1
- wandelbots_api_client/models/path_cubic_spline.py +1 -1
- wandelbots_api_client/models/path_joint_ptp.py +1 -1
- wandelbots_api_client/models/path_line.py +1 -1
- wandelbots_api_client/models/pause_movement_request.py +1 -1
- wandelbots_api_client/models/pause_movement_response.py +1 -1
- wandelbots_api_client/models/pause_movement_response_pause_response.py +1 -1
- wandelbots_api_client/models/pause_on_io.py +1 -1
- wandelbots_api_client/models/payload.py +1 -1
- wandelbots_api_client/models/plan_collision_free_ptp_request.py +5 -4
- wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
- wandelbots_api_client/models/plan_failed_on_trajectory_response.py +1 -1
- wandelbots_api_client/models/plan_failed_response.py +1 -1
- wandelbots_api_client/models/plan_request.py +1 -1
- wandelbots_api_client/models/plan_response.py +1 -1
- wandelbots_api_client/models/plan_successful_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_failed_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
- wandelbots_api_client/models/plan_trajectory_request.py +5 -4
- wandelbots_api_client/models/plan_trajectory_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
- wandelbots_api_client/models/plane2.py +1 -1
- wandelbots_api_client/models/plane3.py +1 -1
- wandelbots_api_client/models/planned_motion.py +1 -1
- wandelbots_api_client/models/planner_pose.py +1 -1
- wandelbots_api_client/models/planning_limits.py +1 -1
- wandelbots_api_client/models/planning_limits_limit_range.py +1 -1
- wandelbots_api_client/models/playback_speed_request.py +1 -1
- wandelbots_api_client/models/playback_speed_response.py +1 -1
- wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +1 -1
- wandelbots_api_client/models/point_cloud.py +1 -1
- wandelbots_api_client/models/pose.py +1 -1
- wandelbots_api_client/models/pose2.py +1 -1
- wandelbots_api_client/models/program_metadata.py +1 -1
- wandelbots_api_client/models/program_run.py +5 -4
- wandelbots_api_client/models/program_run_object.py +1 -1
- wandelbots_api_client/models/program_run_state.py +1 -1
- wandelbots_api_client/models/program_runner_reference.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +1 -1
- wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +9 -7
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +9 -7
- wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +1 -1
- wandelbots_api_client/models/quaternion.py +1 -1
- wandelbots_api_client/models/recipe_metadata.py +1 -1
- wandelbots_api_client/models/rectangle.py +1 -1
- wandelbots_api_client/models/rectangle2.py +1 -1
- wandelbots_api_client/models/rectangle3.py +1 -1
- wandelbots_api_client/models/rectangular_capsule.py +1 -1
- wandelbots_api_client/models/rectangular_capsule2.py +1 -1
- wandelbots_api_client/models/rectangular_capsule3.py +1 -1
- wandelbots_api_client/models/release_channel.py +1 -1
- wandelbots_api_client/models/request.py +1 -1
- wandelbots_api_client/models/request1.py +1 -1
- wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
- wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
- wandelbots_api_client/models/robot_controller.py +1 -1
- wandelbots_api_client/models/robot_controller_configuration.py +1 -1
- wandelbots_api_client/models/robot_controller_state.py +1 -1
- wandelbots_api_client/models/robot_link_geometry.py +1 -1
- wandelbots_api_client/models/robot_state.py +1 -1
- wandelbots_api_client/models/robot_system_mode.py +1 -1
- wandelbots_api_client/models/robot_tcp.py +1 -1
- wandelbots_api_client/models/robot_tcps.py +1 -1
- wandelbots_api_client/models/rotation_angle_types.py +1 -1
- wandelbots_api_client/models/rotation_angles.py +1 -1
- wandelbots_api_client/models/safety_configuration.py +1 -1
- wandelbots_api_client/models/safety_setup.py +1 -1
- wandelbots_api_client/models/safety_setup_safety_settings.py +1 -1
- wandelbots_api_client/models/safety_setup_safety_zone.py +1 -1
- wandelbots_api_client/models/safety_zone.py +1 -1
- wandelbots_api_client/models/safety_zone_limits.py +1 -1
- wandelbots_api_client/models/safety_zone_violation.py +1 -1
- wandelbots_api_client/models/service_status.py +1 -1
- wandelbots_api_client/models/service_status_phase.py +1 -1
- wandelbots_api_client/models/service_status_severity.py +1 -1
- wandelbots_api_client/models/service_status_status.py +1 -1
- wandelbots_api_client/models/set_io.py +1 -1
- wandelbots_api_client/models/set_playback_speed.py +1 -1
- wandelbots_api_client/models/single_joint_limit.py +1 -1
- wandelbots_api_client/models/singularity.py +1 -1
- wandelbots_api_client/models/singularity_type_enum.py +1 -1
- wandelbots_api_client/models/sphere.py +1 -1
- wandelbots_api_client/models/sphere2.py +1 -1
- wandelbots_api_client/models/sphere3.py +1 -1
- wandelbots_api_client/models/standstill.py +1 -1
- wandelbots_api_client/models/standstill_reason.py +1 -1
- wandelbots_api_client/models/standstill_standstill.py +1 -1
- wandelbots_api_client/models/start_movement_request.py +1 -1
- wandelbots_api_client/models/start_on_io.py +1 -1
- wandelbots_api_client/models/status.py +1 -1
- wandelbots_api_client/models/stop_response.py +1 -1
- wandelbots_api_client/models/store_value.py +1 -1
- wandelbots_api_client/models/stream_move_backward.py +1 -1
- wandelbots_api_client/models/stream_move_forward.py +1 -1
- wandelbots_api_client/models/stream_move_playback_speed.py +1 -1
- wandelbots_api_client/models/stream_move_request.py +1 -1
- wandelbots_api_client/models/stream_move_response.py +1 -1
- wandelbots_api_client/models/stream_move_to_trajectory.py +1 -1
- wandelbots_api_client/models/stream_stop.py +1 -1
- wandelbots_api_client/models/tcp_pose.py +1 -1
- wandelbots_api_client/models/tcp_pose_request.py +1 -1
- wandelbots_api_client/models/tool_geometry.py +1 -1
- wandelbots_api_client/models/trajectory_sample.py +1 -1
- wandelbots_api_client/models/trigger_object.py +4 -4
- wandelbots_api_client/models/trigger_type.py +1 -1
- wandelbots_api_client/models/universalrobots_controller.py +1 -1
- wandelbots_api_client/models/update_nova_version_request.py +1 -1
- wandelbots_api_client/models/update_program_metadata_request.py +1 -1
- wandelbots_api_client/models/update_recipe_metadata_request.py +1 -1
- wandelbots_api_client/models/update_trigger_request.py +4 -4
- wandelbots_api_client/models/validation_error.py +1 -1
- wandelbots_api_client/models/validation_error2.py +1 -1
- wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
- wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
- wandelbots_api_client/models/value.py +1 -1
- wandelbots_api_client/models/vector3d.py +1 -1
- wandelbots_api_client/models/version_number.py +1 -1
- wandelbots_api_client/models/virtual_controller.py +1 -1
- wandelbots_api_client/models/virtual_controller_types.py +8 -1
- wandelbots_api_client/models/virtual_robot_configuration.py +1 -1
- wandelbots_api_client/models/yaskawa_controller.py +1 -1
- wandelbots_api_client/rest.py +3 -2
- wandelbots_api_client/v2/__init__.py +3 -4
- wandelbots_api_client/v2/api/__init__.py +2 -0
- wandelbots_api_client/v2/api/application_api.py +2 -3
- wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api/cell_api.py +2 -3
- wandelbots_api_client/v2/api/controller_api.py +5 -6
- wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api/jogging_api.py +2 -3
- wandelbots_api_client/v2/api/kinematics_api.py +2 -3
- wandelbots_api_client/v2/api/license_api.py +2 -3
- wandelbots_api_client/v2/api/motion_group_api.py +4 -5
- wandelbots_api_client/v2/api/motion_group_models_api.py +2 -3
- wandelbots_api_client/v2/api/program_api.py +2 -3
- wandelbots_api_client/v2/api/store_collision_components_api.py +2 -3
- wandelbots_api_client/v2/api/store_collision_setups_api.py +2 -3
- wandelbots_api_client/v2/api/store_object_api.py +2 -3
- wandelbots_api_client/v2/api/system_api.py +6 -6
- wandelbots_api_client/v2/api/trajectory_caching_api.py +2 -3
- wandelbots_api_client/v2/api/trajectory_execution_api.py +2 -3
- wandelbots_api_client/v2/api/trajectory_planning_api.py +2 -3
- wandelbots_api_client/v2/api/version_api.py +284 -0
- wandelbots_api_client/v2/api/virtual_controller_api.py +2 -3
- wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +2 -3
- wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api_client.py +15 -8
- wandelbots_api_client/v2/configuration.py +19 -8
- wandelbots_api_client/v2/exceptions.py +2 -2
- wandelbots_api_client/v2/models/__init__.py +4 -3
- wandelbots_api_client/v2/models/abb_controller.py +2 -2
- wandelbots_api_client/v2/models/abb_controller_egm_server.py +2 -2
- wandelbots_api_client/v2/models/activate_license_request.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_error.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_error_data.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/api_version.py +91 -0
- wandelbots_api_client/v2/models/app.py +2 -2
- wandelbots_api_client/v2/models/behavior.py +2 -2
- wandelbots_api_client/v2/models/blending_auto.py +5 -4
- wandelbots_api_client/v2/models/blending_position.py +2 -2
- wandelbots_api_client/v2/models/boolean_value.py +2 -2
- wandelbots_api_client/v2/models/box.py +2 -2
- wandelbots_api_client/v2/models/bus_io_description.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_client.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_server.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_network.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +2 -2
- wandelbots_api_client/v2/models/bus_io_type.py +2 -27
- wandelbots_api_client/v2/models/bus_ios_state.py +2 -2
- wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
- wandelbots_api_client/v2/models/capsule.py +2 -2
- wandelbots_api_client/v2/models/cartesian_limits.py +2 -2
- wandelbots_api_client/v2/models/cell.py +2 -2
- wandelbots_api_client/v2/models/collider.py +2 -2
- wandelbots_api_client/v2/models/collider_shape.py +2 -42
- wandelbots_api_client/v2/models/collision.py +2 -2
- wandelbots_api_client/v2/models/collision_contact.py +2 -2
- wandelbots_api_client/v2/models/collision_error.py +2 -2
- wandelbots_api_client/v2/models/collision_free_algorithm.py +3 -3
- wandelbots_api_client/v2/models/collision_setup.py +10 -8
- wandelbots_api_client/v2/models/comparator.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status.py +2 -17
- wandelbots_api_client/v2/models/configuration_archive_status_creating.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status_error.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status_success.py +2 -2
- wandelbots_api_client/v2/models/configuration_resource.py +2 -2
- wandelbots_api_client/v2/models/container_environment_inner.py +2 -2
- wandelbots_api_client/v2/models/container_image.py +2 -2
- wandelbots_api_client/v2/models/container_image_secrets_inner.py +2 -2
- wandelbots_api_client/v2/models/container_resources.py +2 -2
- wandelbots_api_client/v2/models/container_storage.py +2 -2
- wandelbots_api_client/v2/models/controller_description.py +2 -2
- wandelbots_api_client/v2/models/convex_hull.py +2 -2
- wandelbots_api_client/v2/models/coordinate_system.py +2 -2
- wandelbots_api_client/v2/models/coordinate_system_data.py +2 -2
- wandelbots_api_client/v2/models/cubic_spline_parameter.py +2 -2
- wandelbots_api_client/v2/models/cycle_time.py +5 -4
- wandelbots_api_client/v2/models/cylinder.py +2 -2
- wandelbots_api_client/v2/models/dh_parameter.py +2 -2
- wandelbots_api_client/v2/models/direction.py +2 -2
- wandelbots_api_client/v2/models/error.py +2 -2
- wandelbots_api_client/v2/models/error_invalid_joint_count.py +2 -2
- wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +4 -3
- wandelbots_api_client/v2/models/error_joint_position_collision.py +2 -2
- wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +2 -2
- wandelbots_api_client/v2/models/execute.py +2 -2
- wandelbots_api_client/v2/models/execute_details.py +2 -12
- wandelbots_api_client/v2/models/execute_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/execute_jogging_response.py +2 -27
- wandelbots_api_client/v2/models/execute_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/execute_trajectory_response.py +2 -27
- wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +2 -2
- wandelbots_api_client/v2/models/external_joint_stream_request.py +2 -2
- wandelbots_api_client/v2/models/fanuc_controller.py +2 -2
- wandelbots_api_client/v2/models/feedback_collision.py +2 -2
- wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +5 -4
- wandelbots_api_client/v2/models/feedback_out_of_workspace.py +2 -2
- wandelbots_api_client/v2/models/feedback_singularity.py +2 -2
- wandelbots_api_client/v2/models/flag.py +2 -2
- wandelbots_api_client/v2/models/float_value.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics422_response.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_request.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_response.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +2 -2
- wandelbots_api_client/v2/models/get_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/http_validation_error.py +2 -2
- wandelbots_api_client/v2/models/image_credentials.py +2 -2
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +2 -2
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +2 -2
- wandelbots_api_client/v2/models/initialize_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/initialize_jogging_response.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_request.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_response.py +2 -2
- wandelbots_api_client/v2/models/integer_value.py +2 -2
- wandelbots_api_client/v2/models/invalid_dof_error.py +2 -2
- wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics422_response.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_request.py +6 -5
- wandelbots_api_client/v2/models/inverse_kinematics_response.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/io_boolean_value.py +2 -2
- wandelbots_api_client/v2/models/io_boundary.py +2 -17
- wandelbots_api_client/v2/models/io_description.py +2 -2
- wandelbots_api_client/v2/models/io_direction.py +2 -2
- wandelbots_api_client/v2/models/io_float_value.py +2 -2
- wandelbots_api_client/v2/models/io_integer_value.py +2 -2
- wandelbots_api_client/v2/models/io_origin.py +2 -2
- wandelbots_api_client/v2/models/io_value.py +2 -17
- wandelbots_api_client/v2/models/io_value_type.py +2 -2
- wandelbots_api_client/v2/models/jogging_details.py +2 -2
- wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
- wandelbots_api_client/v2/models/jogging_paused_by_user.py +2 -2
- wandelbots_api_client/v2/models/jogging_paused_near_collision.py +2 -2
- wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +5 -4
- wandelbots_api_client/v2/models/jogging_paused_on_io.py +2 -2
- wandelbots_api_client/v2/models/jogging_running.py +2 -2
- wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +2 -2
- wandelbots_api_client/v2/models/joint_limits.py +2 -2
- wandelbots_api_client/v2/models/joint_trajectory.py +2 -2
- wandelbots_api_client/v2/models/joint_velocity_request.py +2 -2
- wandelbots_api_client/v2/models/joint_velocity_response.py +2 -2
- wandelbots_api_client/v2/models/kuka_controller.py +2 -2
- wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +2 -2
- wandelbots_api_client/v2/models/license.py +2 -2
- wandelbots_api_client/v2/models/license_status.py +2 -2
- wandelbots_api_client/v2/models/license_status_enum.py +2 -2
- wandelbots_api_client/v2/models/limit_range.py +2 -2
- wandelbots_api_client/v2/models/limit_set.py +2 -2
- wandelbots_api_client/v2/models/limits_override.py +2 -2
- wandelbots_api_client/v2/models/list_trajectories_response.py +2 -2
- wandelbots_api_client/v2/models/manufacturer.py +2 -2
- wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +2 -2
- wandelbots_api_client/v2/models/modbus_io.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_area.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_byte_order.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_data.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_type_enum.py +2 -2
- wandelbots_api_client/v2/models/motion_command.py +2 -2
- wandelbots_api_client/v2/models/motion_command_blending.py +2 -2
- wandelbots_api_client/v2/models/motion_command_path.py +2 -2
- wandelbots_api_client/v2/models/motion_group_description.py +21 -16
- wandelbots_api_client/v2/models/motion_group_info.py +5 -4
- wandelbots_api_client/v2/models/motion_group_joints.py +2 -2
- wandelbots_api_client/v2/models/motion_group_setup.py +9 -7
- wandelbots_api_client/v2/models/motion_group_state.py +4 -3
- wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +2 -2
- wandelbots_api_client/v2/models/movement_error_response.py +2 -2
- wandelbots_api_client/v2/models/nan_value_error.py +2 -2
- wandelbots_api_client/v2/models/nan_value_error_nan_value.py +2 -2
- wandelbots_api_client/v2/models/op_mode.py +2 -2
- wandelbots_api_client/v2/models/operating_state.py +2 -2
- wandelbots_api_client/v2/models/operation_limits.py +2 -2
- wandelbots_api_client/v2/models/operation_mode.py +2 -2
- wandelbots_api_client/v2/models/orientation_type.py +2 -2
- wandelbots_api_client/v2/models/path_cartesian_ptp.py +2 -2
- wandelbots_api_client/v2/models/path_circle.py +2 -2
- wandelbots_api_client/v2/models/path_cubic_spline.py +2 -2
- wandelbots_api_client/v2/models/path_joint_ptp.py +2 -2
- wandelbots_api_client/v2/models/path_line.py +2 -2
- wandelbots_api_client/v2/models/pause_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/pause_jogging_response.py +2 -2
- wandelbots_api_client/v2/models/pause_movement_request.py +2 -2
- wandelbots_api_client/v2/models/pause_movement_response.py +2 -2
- wandelbots_api_client/v2/models/pause_on_io.py +2 -2
- wandelbots_api_client/v2/models/payload.py +2 -2
- wandelbots_api_client/v2/models/plan422_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_request.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_validation_error.py +2 -2
- wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/plane.py +2 -2
- wandelbots_api_client/v2/models/playback_speed_request.py +5 -4
- wandelbots_api_client/v2/models/playback_speed_response.py +2 -2
- wandelbots_api_client/v2/models/pose.py +2 -2
- wandelbots_api_client/v2/models/profinet_description.py +2 -2
- wandelbots_api_client/v2/models/profinet_input_output_config.py +4 -4
- wandelbots_api_client/v2/models/profinet_io.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_data.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_direction.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
- wandelbots_api_client/v2/models/profinet_slot_description.py +4 -4
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
- wandelbots_api_client/v2/models/program.py +2 -2
- wandelbots_api_client/v2/models/program_run.py +2 -2
- wandelbots_api_client/v2/models/program_run_state.py +2 -2
- wandelbots_api_client/v2/models/program_start_request.py +2 -2
- wandelbots_api_client/v2/models/rectangle.py +2 -2
- wandelbots_api_client/v2/models/rectangular_capsule.py +2 -2
- wandelbots_api_client/v2/models/release_channel.py +2 -2
- wandelbots_api_client/v2/models/robot_controller.py +2 -2
- wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
- wandelbots_api_client/v2/models/robot_controller_state.py +6 -5
- wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
- wandelbots_api_client/v2/models/robot_tcp.py +2 -2
- wandelbots_api_client/v2/models/robot_tcp_data.py +2 -2
- wandelbots_api_client/v2/models/rrt_connect_algorithm.py +2 -2
- wandelbots_api_client/v2/models/safety_state_type.py +2 -2
- wandelbots_api_client/v2/models/service_group.py +2 -2
- wandelbots_api_client/v2/models/service_status.py +2 -2
- wandelbots_api_client/v2/models/service_status_phase.py +2 -2
- wandelbots_api_client/v2/models/service_status_response.py +2 -2
- wandelbots_api_client/v2/models/service_status_severity.py +2 -2
- wandelbots_api_client/v2/models/service_status_status.py +2 -2
- wandelbots_api_client/v2/models/set_io.py +2 -2
- wandelbots_api_client/v2/models/settable_robot_system_mode.py +2 -2
- wandelbots_api_client/v2/models/singularity_type_enum.py +2 -2
- wandelbots_api_client/v2/models/sphere.py +2 -2
- wandelbots_api_client/v2/models/start_movement_request.py +2 -2
- wandelbots_api_client/v2/models/start_movement_response.py +2 -2
- wandelbots_api_client/v2/models/start_on_io.py +2 -2
- wandelbots_api_client/v2/models/stream_io_values_response.py +5 -4
- wandelbots_api_client/v2/models/tcp_offset.py +2 -2
- wandelbots_api_client/v2/models/tcp_required_error.py +2 -2
- wandelbots_api_client/v2/models/tcp_velocity_request.py +2 -2
- wandelbots_api_client/v2/models/tcp_velocity_response.py +2 -2
- wandelbots_api_client/v2/models/torque_exceeded_error.py +2 -2
- wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +2 -2
- wandelbots_api_client/v2/models/trajectory_data.py +2 -2
- wandelbots_api_client/v2/models/trajectory_details.py +2 -2
- wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
- wandelbots_api_client/v2/models/trajectory_ended.py +2 -2
- wandelbots_api_client/v2/models/trajectory_id.py +2 -2
- wandelbots_api_client/v2/models/trajectory_paused_by_user.py +2 -2
- wandelbots_api_client/v2/models/trajectory_paused_on_io.py +2 -2
- wandelbots_api_client/v2/models/trajectory_running.py +5 -4
- wandelbots_api_client/v2/models/trajectory_wait_for_io.py +2 -2
- wandelbots_api_client/v2/models/unit_type.py +2 -2
- wandelbots_api_client/v2/models/universalrobots_controller.py +2 -2
- wandelbots_api_client/v2/models/update_nova_version_request.py +2 -2
- wandelbots_api_client/v2/models/validation_error.py +2 -2
- wandelbots_api_client/v2/models/validation_error2.py +2 -2
- wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
- wandelbots_api_client/v2/models/virtual_controller.py +2 -2
- wandelbots_api_client/v2/models/virtual_controller_types.py +9 -2
- wandelbots_api_client/v2/models/virtual_robot_configuration.py +2 -2
- wandelbots_api_client/v2/models/wait_for_io_event_request.py +2 -2
- wandelbots_api_client/v2/models/yaskawa_controller.py +2 -2
- wandelbots_api_client/v2/rest.py +4 -3
- wandelbots_api_client/v2_pydantic/__init__.py +3 -4
- wandelbots_api_client/v2_pydantic/api/__init__.py +2 -0
- wandelbots_api_client/v2_pydantic/api/application_api.py +20 -39
- wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +50 -99
- wandelbots_api_client/v2_pydantic/api/cell_api.py +23 -45
- wandelbots_api_client/v2_pydantic/api/controller_api.py +41 -78
- wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +2 -3
- wandelbots_api_client/v2_pydantic/api/kinematics_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/license_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/motion_group_api.py +10 -17
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/program_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +47 -93
- wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +17 -33
- wandelbots_api_client/v2_pydantic/api/store_object_api.py +20 -39
- wandelbots_api_client/v2_pydantic/api/system_api.py +33 -60
- wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +17 -33
- wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +2 -3
- wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +47 -93
- wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +11 -21
- wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +11 -21
- wandelbots_api_client/v2_pydantic/api_client.py +3 -4
- wandelbots_api_client/v2_pydantic/configuration.py +19 -8
- wandelbots_api_client/v2_pydantic/exceptions.py +2 -2
- wandelbots_api_client/v2_pydantic/models.py +58 -40
- wandelbots_api_client/v2_pydantic/rest.py +4 -3
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/METADATA +3 -3
- wandelbots_api_client-25.11.0.dev12.dist-info/RECORD +640 -0
- wandelbots_api_client/models/create_trigger_request_config.py +0 -123
- wandelbots_api_client-25.10.0.dev35.dist-info/RECORD +0 -636
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/top_level.txt +0 -0
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -23,7 +22,7 @@ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, U
|
|
|
23
22
|
from typing_extensions import Annotated
|
|
24
23
|
from urllib.parse import quote
|
|
25
24
|
|
|
26
|
-
from pydantic import Field,
|
|
25
|
+
from pydantic import Field, StrictStr
|
|
27
26
|
from typing import List, Optional
|
|
28
27
|
from typing_extensions import Annotated
|
|
29
28
|
from wandelbots_api_client.v2_pydantic.models import ControllerDescription
|
|
@@ -117,8 +116,7 @@ class ControllerApi:
|
|
|
117
116
|
'403': "Error",
|
|
118
117
|
'404': "Error",
|
|
119
118
|
'409': None,
|
|
120
|
-
}
|
|
121
|
-
|
|
119
|
+
}
|
|
122
120
|
|
|
123
121
|
response_data = await self.api_client.call_api(
|
|
124
122
|
*_param,
|
|
@@ -198,8 +196,7 @@ class ControllerApi:
|
|
|
198
196
|
'403': "Error",
|
|
199
197
|
'404': "Error",
|
|
200
198
|
'409': None,
|
|
201
|
-
}
|
|
202
|
-
|
|
199
|
+
}
|
|
203
200
|
|
|
204
201
|
response_data = await self.api_client.call_api(
|
|
205
202
|
*_param,
|
|
@@ -279,8 +276,7 @@ class ControllerApi:
|
|
|
279
276
|
'403': "Error",
|
|
280
277
|
'404': "Error",
|
|
281
278
|
'409': None,
|
|
282
|
-
}
|
|
283
|
-
|
|
279
|
+
}
|
|
284
280
|
|
|
285
281
|
response_data = await self.api_client.call_api(
|
|
286
282
|
*_param,
|
|
@@ -432,8 +428,7 @@ class ControllerApi:
|
|
|
432
428
|
'200': None,
|
|
433
429
|
'202': None,
|
|
434
430
|
'404': "Error",
|
|
435
|
-
}
|
|
436
|
-
|
|
431
|
+
}
|
|
437
432
|
|
|
438
433
|
response_data = await self.api_client.call_api(
|
|
439
434
|
*_param,
|
|
@@ -507,8 +502,7 @@ class ControllerApi:
|
|
|
507
502
|
'200': None,
|
|
508
503
|
'202': None,
|
|
509
504
|
'404': "Error",
|
|
510
|
-
}
|
|
511
|
-
|
|
505
|
+
}
|
|
512
506
|
|
|
513
507
|
response_data = await self.api_client.call_api(
|
|
514
508
|
*_param,
|
|
@@ -582,8 +576,7 @@ class ControllerApi:
|
|
|
582
576
|
'200': None,
|
|
583
577
|
'202': None,
|
|
584
578
|
'404': "Error",
|
|
585
|
-
}
|
|
586
|
-
|
|
579
|
+
}
|
|
587
580
|
|
|
588
581
|
response_data = await self.api_client.call_api(
|
|
589
582
|
*_param,
|
|
@@ -723,8 +716,7 @@ class ControllerApi:
|
|
|
723
716
|
'200': None,
|
|
724
717
|
'202': None,
|
|
725
718
|
'404': "Error",
|
|
726
|
-
}
|
|
727
|
-
|
|
719
|
+
}
|
|
728
720
|
|
|
729
721
|
response_data = await self.api_client.call_api(
|
|
730
722
|
*_param,
|
|
@@ -802,8 +794,7 @@ class ControllerApi:
|
|
|
802
794
|
'200': None,
|
|
803
795
|
'202': None,
|
|
804
796
|
'404': "Error",
|
|
805
|
-
}
|
|
806
|
-
|
|
797
|
+
}
|
|
807
798
|
|
|
808
799
|
response_data = await self.api_client.call_api(
|
|
809
800
|
*_param,
|
|
@@ -881,8 +872,7 @@ class ControllerApi:
|
|
|
881
872
|
'200': None,
|
|
882
873
|
'202': None,
|
|
883
874
|
'404': "Error",
|
|
884
|
-
}
|
|
885
|
-
|
|
875
|
+
}
|
|
886
876
|
|
|
887
877
|
response_data = await self.api_client.call_api(
|
|
888
878
|
*_param,
|
|
@@ -1021,8 +1011,7 @@ class ControllerApi:
|
|
|
1021
1011
|
'200': "ControllerDescription",
|
|
1022
1012
|
'400': "Error",
|
|
1023
1013
|
'404': "Error",
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1014
|
+
}
|
|
1026
1015
|
|
|
1027
1016
|
response_data = await self.api_client.call_api(
|
|
1028
1017
|
*_param,
|
|
@@ -1096,8 +1085,7 @@ class ControllerApi:
|
|
|
1096
1085
|
'200': "ControllerDescription",
|
|
1097
1086
|
'400': "Error",
|
|
1098
1087
|
'404': "Error",
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1088
|
+
}
|
|
1101
1089
|
|
|
1102
1090
|
response_data = await self.api_client.call_api(
|
|
1103
1091
|
*_param,
|
|
@@ -1171,8 +1159,7 @@ class ControllerApi:
|
|
|
1171
1159
|
'200': "ControllerDescription",
|
|
1172
1160
|
'400': "Error",
|
|
1173
1161
|
'404': "Error",
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1162
|
+
}
|
|
1176
1163
|
|
|
1177
1164
|
response_data = await self.api_client.call_api(
|
|
1178
1165
|
*_param,
|
|
@@ -1314,8 +1301,7 @@ class ControllerApi:
|
|
|
1314
1301
|
'200': "CoordinateSystem",
|
|
1315
1302
|
'400': "Error",
|
|
1316
1303
|
'404': "Error",
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1304
|
+
}
|
|
1319
1305
|
|
|
1320
1306
|
response_data = await self.api_client.call_api(
|
|
1321
1307
|
*_param,
|
|
@@ -1397,8 +1383,7 @@ class ControllerApi:
|
|
|
1397
1383
|
'200': "CoordinateSystem",
|
|
1398
1384
|
'400': "Error",
|
|
1399
1385
|
'404': "Error",
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1386
|
+
}
|
|
1402
1387
|
|
|
1403
1388
|
response_data = await self.api_client.call_api(
|
|
1404
1389
|
*_param,
|
|
@@ -1480,8 +1465,7 @@ class ControllerApi:
|
|
|
1480
1465
|
'200': "CoordinateSystem",
|
|
1481
1466
|
'400': "Error",
|
|
1482
1467
|
'404': "Error",
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1468
|
+
}
|
|
1485
1469
|
|
|
1486
1470
|
response_data = await self.api_client.call_api(
|
|
1487
1471
|
*_param,
|
|
@@ -1623,8 +1607,7 @@ class ControllerApi:
|
|
|
1623
1607
|
'200': "RobotControllerState",
|
|
1624
1608
|
'400': "Error",
|
|
1625
1609
|
'404': "Error",
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1610
|
+
}
|
|
1628
1611
|
|
|
1629
1612
|
response_data = await self.api_client.call_api(
|
|
1630
1613
|
*_param,
|
|
@@ -1698,8 +1681,7 @@ class ControllerApi:
|
|
|
1698
1681
|
'200': "RobotControllerState",
|
|
1699
1682
|
'400': "Error",
|
|
1700
1683
|
'404': "Error",
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1684
|
+
}
|
|
1703
1685
|
|
|
1704
1686
|
response_data = await self.api_client.call_api(
|
|
1705
1687
|
*_param,
|
|
@@ -1773,8 +1755,7 @@ class ControllerApi:
|
|
|
1773
1755
|
'200': "RobotControllerState",
|
|
1774
1756
|
'400': "Error",
|
|
1775
1757
|
'404': "Error",
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1758
|
+
}
|
|
1778
1759
|
|
|
1779
1760
|
response_data = await self.api_client.call_api(
|
|
1780
1761
|
*_param,
|
|
@@ -1907,8 +1888,7 @@ class ControllerApi:
|
|
|
1907
1888
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1908
1889
|
'200': "RobotController",
|
|
1909
1890
|
'404': "Error",
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1891
|
+
}
|
|
1912
1892
|
|
|
1913
1893
|
response_data = await self.api_client.call_api(
|
|
1914
1894
|
*_param,
|
|
@@ -1981,8 +1961,7 @@ class ControllerApi:
|
|
|
1981
1961
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1982
1962
|
'200': "RobotController",
|
|
1983
1963
|
'404': "Error",
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1964
|
+
}
|
|
1986
1965
|
|
|
1987
1966
|
response_data = await self.api_client.call_api(
|
|
1988
1967
|
*_param,
|
|
@@ -2055,8 +2034,7 @@ class ControllerApi:
|
|
|
2055
2034
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2056
2035
|
'200': "RobotController",
|
|
2057
2036
|
'404': "Error",
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2037
|
+
}
|
|
2060
2038
|
|
|
2061
2039
|
response_data = await self.api_client.call_api(
|
|
2062
2040
|
*_param,
|
|
@@ -2190,8 +2168,7 @@ class ControllerApi:
|
|
|
2190
2168
|
'200': "VirtualRobotConfiguration",
|
|
2191
2169
|
'400': "Error",
|
|
2192
2170
|
'404': "Error",
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2171
|
+
}
|
|
2195
2172
|
|
|
2196
2173
|
response_data = await self.api_client.call_api(
|
|
2197
2174
|
*_param,
|
|
@@ -2265,8 +2242,7 @@ class ControllerApi:
|
|
|
2265
2242
|
'200': "VirtualRobotConfiguration",
|
|
2266
2243
|
'400': "Error",
|
|
2267
2244
|
'404': "Error",
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2245
|
+
}
|
|
2270
2246
|
|
|
2271
2247
|
response_data = await self.api_client.call_api(
|
|
2272
2248
|
*_param,
|
|
@@ -2340,8 +2316,7 @@ class ControllerApi:
|
|
|
2340
2316
|
'200': "VirtualRobotConfiguration",
|
|
2341
2317
|
'400': "Error",
|
|
2342
2318
|
'404': "Error",
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2319
|
+
}
|
|
2345
2320
|
|
|
2346
2321
|
response_data = await self.api_client.call_api(
|
|
2347
2322
|
*_param,
|
|
@@ -2478,8 +2453,7 @@ class ControllerApi:
|
|
|
2478
2453
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2479
2454
|
'200': "List[CoordinateSystem]",
|
|
2480
2455
|
'400': "Error",
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2456
|
+
}
|
|
2483
2457
|
|
|
2484
2458
|
response_data = await self.api_client.call_api(
|
|
2485
2459
|
*_param,
|
|
@@ -2556,8 +2530,7 @@ class ControllerApi:
|
|
|
2556
2530
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2557
2531
|
'200': "List[CoordinateSystem]",
|
|
2558
2532
|
'400': "Error",
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2533
|
+
}
|
|
2561
2534
|
|
|
2562
2535
|
response_data = await self.api_client.call_api(
|
|
2563
2536
|
*_param,
|
|
@@ -2634,8 +2607,7 @@ class ControllerApi:
|
|
|
2634
2607
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2635
2608
|
'200': "List[CoordinateSystem]",
|
|
2636
2609
|
'400': "Error",
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2610
|
+
}
|
|
2639
2611
|
|
|
2640
2612
|
response_data = await self.api_client.call_api(
|
|
2641
2613
|
*_param,
|
|
@@ -2768,8 +2740,7 @@ class ControllerApi:
|
|
|
2768
2740
|
|
|
2769
2741
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2770
2742
|
'200': "List[str]",
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2743
|
+
}
|
|
2773
2744
|
|
|
2774
2745
|
response_data = await self.api_client.call_api(
|
|
2775
2746
|
*_param,
|
|
@@ -2837,8 +2808,7 @@ class ControllerApi:
|
|
|
2837
2808
|
|
|
2838
2809
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2839
2810
|
'200': "List[str]",
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2811
|
+
}
|
|
2842
2812
|
|
|
2843
2813
|
response_data = await self.api_client.call_api(
|
|
2844
2814
|
*_param,
|
|
@@ -2906,8 +2876,7 @@ class ControllerApi:
|
|
|
2906
2876
|
|
|
2907
2877
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2908
2878
|
'200': "List[str]",
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2879
|
+
}
|
|
2911
2880
|
|
|
2912
2881
|
response_data = await self.api_client.call_api(
|
|
2913
2882
|
*_param,
|
|
@@ -3042,8 +3011,7 @@ class ControllerApi:
|
|
|
3042
3011
|
'200': None,
|
|
3043
3012
|
'400': "Error",
|
|
3044
3013
|
'404': "Error",
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3014
|
+
}
|
|
3047
3015
|
|
|
3048
3016
|
response_data = await self.api_client.call_api(
|
|
3049
3017
|
*_param,
|
|
@@ -3121,8 +3089,7 @@ class ControllerApi:
|
|
|
3121
3089
|
'200': None,
|
|
3122
3090
|
'400': "Error",
|
|
3123
3091
|
'404': "Error",
|
|
3124
|
-
}
|
|
3125
|
-
|
|
3092
|
+
}
|
|
3126
3093
|
|
|
3127
3094
|
response_data = await self.api_client.call_api(
|
|
3128
3095
|
*_param,
|
|
@@ -3200,8 +3167,7 @@ class ControllerApi:
|
|
|
3200
3167
|
'200': None,
|
|
3201
3168
|
'400': "Error",
|
|
3202
3169
|
'404': "Error",
|
|
3203
|
-
}
|
|
3204
|
-
|
|
3170
|
+
}
|
|
3205
3171
|
|
|
3206
3172
|
response_data = await self.api_client.call_api(
|
|
3207
3173
|
*_param,
|
|
@@ -3280,7 +3246,7 @@ class ControllerApi:
|
|
|
3280
3246
|
|
|
3281
3247
|
|
|
3282
3248
|
@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[
|
|
3249
|
+
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
3250
|
"""Stream Free Drive # noqa: E501
|
|
3285
3251
|
|
|
3286
3252
|
<!-- 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 +3317,7 @@ class ControllerApi:
|
|
|
3351
3317
|
|
|
3352
3318
|
|
|
3353
3319
|
@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[
|
|
3320
|
+
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
3321
|
"""Stream State # noqa: E501
|
|
3356
3322
|
|
|
3357
3323
|
<!-- 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
|
|
@@ -3496,8 +3462,7 @@ class ControllerApi:
|
|
|
3496
3462
|
'200': None,
|
|
3497
3463
|
'202': None,
|
|
3498
3464
|
'404': "Error",
|
|
3499
|
-
}
|
|
3500
|
-
|
|
3465
|
+
}
|
|
3501
3466
|
|
|
3502
3467
|
response_data = await self.api_client.call_api(
|
|
3503
3468
|
*_param,
|
|
@@ -3579,8 +3544,7 @@ class ControllerApi:
|
|
|
3579
3544
|
'200': None,
|
|
3580
3545
|
'202': None,
|
|
3581
3546
|
'404': "Error",
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3547
|
+
}
|
|
3584
3548
|
|
|
3585
3549
|
response_data = await self.api_client.call_api(
|
|
3586
3550
|
*_param,
|
|
@@ -3662,8 +3626,7 @@ class ControllerApi:
|
|
|
3662
3626
|
'200': None,
|
|
3663
3627
|
'202': None,
|
|
3664
3628
|
'404': "Error",
|
|
3665
|
-
}
|
|
3666
|
-
|
|
3629
|
+
}
|
|
3667
3630
|
|
|
3668
3631
|
response_data = await self.api_client.call_api(
|
|
3669
3632
|
*_param,
|
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -126,8 +125,7 @@ class ControllerInputsOutputsApi:
|
|
|
126
125
|
'200': "List[IODescription]",
|
|
127
126
|
'400': "Error",
|
|
128
127
|
'404': "Error",
|
|
129
|
-
}
|
|
130
|
-
|
|
128
|
+
}
|
|
131
129
|
|
|
132
130
|
response_data = await self.api_client.call_api(
|
|
133
131
|
*_param,
|
|
@@ -217,8 +215,7 @@ class ControllerInputsOutputsApi:
|
|
|
217
215
|
'200': "List[IODescription]",
|
|
218
216
|
'400': "Error",
|
|
219
217
|
'404': "Error",
|
|
220
|
-
}
|
|
221
|
-
|
|
218
|
+
}
|
|
222
219
|
|
|
223
220
|
response_data = await self.api_client.call_api(
|
|
224
221
|
*_param,
|
|
@@ -308,8 +305,7 @@ class ControllerInputsOutputsApi:
|
|
|
308
305
|
'200': "List[IODescription]",
|
|
309
306
|
'400': "Error",
|
|
310
307
|
'404': "Error",
|
|
311
|
-
}
|
|
312
|
-
|
|
308
|
+
}
|
|
313
309
|
|
|
314
310
|
response_data = await self.api_client.call_api(
|
|
315
311
|
*_param,
|
|
@@ -468,8 +464,7 @@ class ControllerInputsOutputsApi:
|
|
|
468
464
|
'200': "List[IOValue]",
|
|
469
465
|
'400': "Error",
|
|
470
466
|
'404': "Error",
|
|
471
|
-
}
|
|
472
|
-
|
|
467
|
+
}
|
|
473
468
|
|
|
474
469
|
response_data = await self.api_client.call_api(
|
|
475
470
|
*_param,
|
|
@@ -547,8 +542,7 @@ class ControllerInputsOutputsApi:
|
|
|
547
542
|
'200': "List[IOValue]",
|
|
548
543
|
'400': "Error",
|
|
549
544
|
'404': "Error",
|
|
550
|
-
}
|
|
551
|
-
|
|
545
|
+
}
|
|
552
546
|
|
|
553
547
|
response_data = await self.api_client.call_api(
|
|
554
548
|
*_param,
|
|
@@ -626,8 +620,7 @@ class ControllerInputsOutputsApi:
|
|
|
626
620
|
'200': "List[IOValue]",
|
|
627
621
|
'400': "Error",
|
|
628
622
|
'404': "Error",
|
|
629
|
-
}
|
|
630
|
-
|
|
623
|
+
}
|
|
631
624
|
|
|
632
625
|
response_data = await self.api_client.call_api(
|
|
633
626
|
*_param,
|
|
@@ -772,8 +765,7 @@ class ControllerInputsOutputsApi:
|
|
|
772
765
|
'400': "Error",
|
|
773
766
|
'404': "Error",
|
|
774
767
|
'429': "Error",
|
|
775
|
-
}
|
|
776
|
-
|
|
768
|
+
}
|
|
777
769
|
|
|
778
770
|
response_data = await self.api_client.call_api(
|
|
779
771
|
*_param,
|
|
@@ -852,8 +844,7 @@ class ControllerInputsOutputsApi:
|
|
|
852
844
|
'400': "Error",
|
|
853
845
|
'404': "Error",
|
|
854
846
|
'429': "Error",
|
|
855
|
-
}
|
|
856
|
-
|
|
847
|
+
}
|
|
857
848
|
|
|
858
849
|
response_data = await self.api_client.call_api(
|
|
859
850
|
*_param,
|
|
@@ -932,8 +923,7 @@ class ControllerInputsOutputsApi:
|
|
|
932
923
|
'400': "Error",
|
|
933
924
|
'404': "Error",
|
|
934
925
|
'429': "Error",
|
|
935
|
-
}
|
|
936
|
-
|
|
926
|
+
}
|
|
937
927
|
|
|
938
928
|
response_data = await self.api_client.call_api(
|
|
939
929
|
*_param,
|
|
@@ -1159,8 +1149,7 @@ class ControllerInputsOutputsApi:
|
|
|
1159
1149
|
'200': "bool",
|
|
1160
1150
|
'400': "Error",
|
|
1161
1151
|
'404': "Error",
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1152
|
+
}
|
|
1164
1153
|
|
|
1165
1154
|
response_data = await self.api_client.call_api(
|
|
1166
1155
|
*_param,
|
|
@@ -1238,8 +1227,7 @@ class ControllerInputsOutputsApi:
|
|
|
1238
1227
|
'200': "bool",
|
|
1239
1228
|
'400': "Error",
|
|
1240
1229
|
'404': "Error",
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1230
|
+
}
|
|
1243
1231
|
|
|
1244
1232
|
response_data = await self.api_client.call_api(
|
|
1245
1233
|
*_param,
|
|
@@ -1317,8 +1305,7 @@ class ControllerInputsOutputsApi:
|
|
|
1317
1305
|
'200': "bool",
|
|
1318
1306
|
'400': "Error",
|
|
1319
1307
|
'404': "Error",
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1308
|
+
}
|
|
1322
1309
|
|
|
1323
1310
|
response_data = await self.api_client.call_api(
|
|
1324
1311
|
*_param,
|
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -108,8 +107,7 @@ class KinematicsApi:
|
|
|
108
107
|
'404': None,
|
|
109
108
|
'422': "ForwardKinematics422Response",
|
|
110
109
|
'500': None,
|
|
111
|
-
}
|
|
112
|
-
|
|
110
|
+
}
|
|
113
111
|
|
|
114
112
|
response_data = await self.api_client.call_api(
|
|
115
113
|
*_param,
|
|
@@ -184,8 +182,7 @@ class KinematicsApi:
|
|
|
184
182
|
'404': None,
|
|
185
183
|
'422': "ForwardKinematics422Response",
|
|
186
184
|
'500': None,
|
|
187
|
-
}
|
|
188
|
-
|
|
185
|
+
}
|
|
189
186
|
|
|
190
187
|
response_data = await self.api_client.call_api(
|
|
191
188
|
*_param,
|
|
@@ -260,8 +257,7 @@ class KinematicsApi:
|
|
|
260
257
|
'404': None,
|
|
261
258
|
'422': "ForwardKinematics422Response",
|
|
262
259
|
'500': None,
|
|
263
|
-
}
|
|
264
|
-
|
|
260
|
+
}
|
|
265
261
|
|
|
266
262
|
response_data = await self.api_client.call_api(
|
|
267
263
|
*_param,
|
|
@@ -409,8 +405,7 @@ class KinematicsApi:
|
|
|
409
405
|
'404': None,
|
|
410
406
|
'422': "InverseKinematics422Response",
|
|
411
407
|
'500': None,
|
|
412
|
-
}
|
|
413
|
-
|
|
408
|
+
}
|
|
414
409
|
|
|
415
410
|
response_data = await self.api_client.call_api(
|
|
416
411
|
*_param,
|
|
@@ -485,8 +480,7 @@ class KinematicsApi:
|
|
|
485
480
|
'404': None,
|
|
486
481
|
'422': "InverseKinematics422Response",
|
|
487
482
|
'500': None,
|
|
488
|
-
}
|
|
489
|
-
|
|
483
|
+
}
|
|
490
484
|
|
|
491
485
|
response_data = await self.api_client.call_api(
|
|
492
486
|
*_param,
|
|
@@ -561,8 +555,7 @@ class KinematicsApi:
|
|
|
561
555
|
'404': None,
|
|
562
556
|
'422': "InverseKinematics422Response",
|
|
563
557
|
'500': None,
|
|
564
|
-
}
|
|
565
|
-
|
|
558
|
+
}
|
|
566
559
|
|
|
567
560
|
response_data = await self.api_client.call_api(
|
|
568
561
|
*_param,
|