wandelbots-api-client 25.8.0.dev23__py3-none-any.whl → 25.10.0rc2__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 +10 -5
- wandelbots_api_client/api/controller_ios_api.py +3 -6
- 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 +17 -6
- wandelbots_api_client/api/motion_group_api.py +1 -2
- wandelbots_api_client/api/motion_group_infos_api.py +3 -2
- wandelbots_api_client/api/motion_group_jogging_api.py +11 -6
- 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 +10 -8
- 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 +6 -4
- wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_setup_api.py +16 -17
- wandelbots_api_client/api_client.py +14 -7
- wandelbots_api_client/authorization.py +244 -0
- 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 +5 -5
- wandelbots_api_client/models/abb_controller_egm_server.py +3 -3
- wandelbots_api_client/models/activate_license_request.py +2 -2
- wandelbots_api_client/models/add_request.py +3 -3
- wandelbots_api_client/models/all_joint_positions_request.py +3 -3
- wandelbots_api_client/models/all_joint_positions_response.py +2 -2
- wandelbots_api_client/models/api_version.py +91 -0
- wandelbots_api_client/models/app.py +8 -8
- wandelbots_api_client/models/array_input.py +2 -2
- wandelbots_api_client/models/array_output.py +2 -2
- wandelbots_api_client/models/behavior.py +1 -1
- wandelbots_api_client/models/blending_auto.py +3 -3
- wandelbots_api_client/models/blending_position.py +3 -3
- wandelbots_api_client/models/box.py +5 -5
- wandelbots_api_client/models/box2.py +6 -6
- wandelbots_api_client/models/box3.py +6 -6
- wandelbots_api_client/models/capsule.py +3 -3
- wandelbots_api_client/models/capsule2.py +4 -4
- wandelbots_api_client/models/capsule3.py +4 -4
- wandelbots_api_client/models/capture.py +2 -2
- wandelbots_api_client/models/cell.py +4 -4
- wandelbots_api_client/models/circle.py +3 -3
- wandelbots_api_client/models/code_with_arguments.py +7 -6
- wandelbots_api_client/models/collection_value.py +1 -1
- wandelbots_api_client/models/collider.py +4 -4
- wandelbots_api_client/models/collider_input.py +4 -4
- wandelbots_api_client/models/collider_output.py +4 -4
- 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 +7 -7
- wandelbots_api_client/models/collision_contact.py +3 -3
- wandelbots_api_client/models/collision_motion_group.py +7 -6
- wandelbots_api_client/models/collision_motion_group_assembly.py +9 -8
- wandelbots_api_client/models/collision_robot_configuration_input.py +12 -10
- wandelbots_api_client/models/collision_robot_configuration_output.py +12 -10
- wandelbots_api_client/models/collision_scene.py +11 -9
- wandelbots_api_client/models/collision_scene_assembly.py +14 -12
- wandelbots_api_client/models/command.py +7 -7
- wandelbots_api_client/models/command_settings.py +4 -4
- wandelbots_api_client/models/comparator.py +1 -1
- wandelbots_api_client/models/compound.py +2 -2
- wandelbots_api_client/models/container_environment_inner.py +3 -3
- wandelbots_api_client/models/container_image.py +4 -4
- wandelbots_api_client/models/container_image_secrets_inner.py +2 -2
- wandelbots_api_client/models/container_resources.py +2 -2
- wandelbots_api_client/models/container_storage.py +3 -3
- wandelbots_api_client/models/controller_capabilities.py +3 -3
- wandelbots_api_client/models/controller_instance.py +9 -9
- wandelbots_api_client/models/controller_instance_list.py +2 -2
- wandelbots_api_client/models/convex_hull.py +2 -2
- wandelbots_api_client/models/convex_hull2.py +3 -3
- wandelbots_api_client/models/convex_hull3.py +3 -3
- wandelbots_api_client/models/coordinate_system.py +6 -6
- wandelbots_api_client/models/coordinate_systems.py +2 -2
- wandelbots_api_client/models/create_device_request_inner.py +1 -1
- wandelbots_api_client/models/create_program_run200_response.py +2 -2
- wandelbots_api_client/models/create_program_run_request.py +2 -2
- wandelbots_api_client/models/create_trigger200_response.py +2 -2
- wandelbots_api_client/models/create_trigger_request.py +7 -7
- wandelbots_api_client/models/cubic_spline.py +2 -2
- wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +3 -3
- wandelbots_api_client/models/cubic_spline_parameter.py +3 -3
- wandelbots_api_client/models/cycle_time.py +2 -2
- wandelbots_api_client/models/cylinder.py +3 -3
- wandelbots_api_client/models/cylinder2.py +4 -4
- wandelbots_api_client/models/cylinder3.py +4 -4
- wandelbots_api_client/models/dh_parameter.py +6 -6
- wandelbots_api_client/models/direction.py +1 -1
- wandelbots_api_client/models/direction_jogging_request.py +10 -10
- wandelbots_api_client/models/error.py +3 -3
- 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 +4 -4
- wandelbots_api_client/models/external_joint_stream_datapoint.py +3 -3
- wandelbots_api_client/models/external_joint_stream_datapoint_value.py +5 -5
- wandelbots_api_client/models/fanuc_controller.py +3 -3
- wandelbots_api_client/models/feedback_collision.py +5 -5
- wandelbots_api_client/models/feedback_joint_limit_exceeded.py +4 -4
- wandelbots_api_client/models/feedback_out_of_workspace.py +3 -3
- wandelbots_api_client/models/feedback_singularity.py +4 -4
- wandelbots_api_client/models/flag.py +2 -2
- wandelbots_api_client/models/force_vector.py +4 -4
- wandelbots_api_client/models/geometry.py +12 -12
- wandelbots_api_client/models/get_all_program_runs200_response.py +2 -2
- wandelbots_api_client/models/get_all_triggers200_response.py +2 -2
- wandelbots_api_client/models/get_mode_response.py +2 -2
- wandelbots_api_client/models/get_trajectory_response.py +2 -2
- wandelbots_api_client/models/get_trajectory_sample_response.py +2 -2
- wandelbots_api_client/models/google_protobuf_any.py +2 -2
- wandelbots_api_client/models/http_exception_response.py +2 -2
- wandelbots_api_client/models/http_validation_error.py +2 -2
- wandelbots_api_client/models/http_validation_error2.py +2 -2
- wandelbots_api_client/models/image_credentials.py +4 -4
- wandelbots_api_client/models/info_service_capabilities.py +8 -8
- wandelbots_api_client/models/initialize_movement_request.py +6 -6
- wandelbots_api_client/models/initialize_movement_response.py +2 -2
- wandelbots_api_client/models/initialize_movement_response_init_response.py +3 -3
- wandelbots_api_client/models/io.py +6 -6
- wandelbots_api_client/models/io_description.py +10 -10
- wandelbots_api_client/models/io_value.py +5 -5
- wandelbots_api_client/models/ios.py +2 -2
- wandelbots_api_client/models/jogging_response.py +4 -4
- wandelbots_api_client/models/jogging_service_capabilities.py +3 -3
- wandelbots_api_client/models/joint_jogging_request.py +6 -6
- wandelbots_api_client/models/joint_limit.py +5 -5
- wandelbots_api_client/models/joint_limit_exceeded.py +3 -3
- wandelbots_api_client/models/joint_position_request.py +4 -4
- wandelbots_api_client/models/joint_trajectory.py +4 -4
- wandelbots_api_client/models/joints.py +2 -2
- wandelbots_api_client/models/kinematic_service_capabilities.py +4 -4
- wandelbots_api_client/models/kuka_controller.py +10 -8
- wandelbots_api_client/models/kuka_controller_rsi_server.py +3 -3
- wandelbots_api_client/models/license.py +11 -11
- wandelbots_api_client/models/license_status.py +3 -3
- wandelbots_api_client/models/license_status_enum.py +1 -1
- wandelbots_api_client/models/limit_settings.py +13 -13
- wandelbots_api_client/models/limits_override.py +7 -7
- wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
- wandelbots_api_client/models/list_io_descriptions_response.py +2 -2
- wandelbots_api_client/models/list_io_values_response.py +2 -2
- wandelbots_api_client/models/list_payloads_response.py +2 -2
- wandelbots_api_client/models/list_program_metadata_response.py +2 -2
- wandelbots_api_client/models/list_recipe_metadata_response.py +2 -2
- wandelbots_api_client/models/list_response.py +2 -2
- wandelbots_api_client/models/list_tcps_response.py +2 -2
- wandelbots_api_client/models/manufacturer.py +1 -1
- wandelbots_api_client/models/mode_change_response.py +5 -5
- wandelbots_api_client/models/motion_command.py +4 -4
- 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 +2 -2
- wandelbots_api_client/models/motion_group_info.py +4 -4
- wandelbots_api_client/models/motion_group_infos.py +2 -2
- wandelbots_api_client/models/motion_group_instance.py +6 -6
- wandelbots_api_client/models/motion_group_instance_list.py +2 -2
- wandelbots_api_client/models/motion_group_joints.py +5 -5
- wandelbots_api_client/models/motion_group_physical.py +6 -6
- wandelbots_api_client/models/motion_group_specification.py +3 -3
- wandelbots_api_client/models/motion_group_state.py +13 -13
- wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +2 -2
- wandelbots_api_client/models/motion_group_state_response.py +3 -3
- wandelbots_api_client/models/motion_id.py +2 -2
- wandelbots_api_client/models/motion_ids_list_response.py +2 -2
- wandelbots_api_client/models/motion_vector.py +4 -4
- wandelbots_api_client/models/mounting.py +3 -3
- wandelbots_api_client/models/move_request.py +9 -9
- wandelbots_api_client/models/move_response.py +3 -3
- wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +5 -5
- wandelbots_api_client/models/movement.py +2 -2
- wandelbots_api_client/models/movement_error.py +2 -2
- wandelbots_api_client/models/movement_error_error.py +2 -2
- wandelbots_api_client/models/movement_movement.py +4 -4
- wandelbots_api_client/models/op_mode.py +2 -2
- wandelbots_api_client/models/opcua_node_value_trigger_config.py +4 -4
- wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
- wandelbots_api_client/models/optimizer_setup.py +8 -8
- wandelbots_api_client/models/out_of_workspace.py +2 -2
- wandelbots_api_client/models/path.py +2 -2
- wandelbots_api_client/models/path_cartesian_ptp.py +3 -3
- wandelbots_api_client/models/path_circle.py +4 -4
- wandelbots_api_client/models/path_cubic_spline.py +3 -3
- wandelbots_api_client/models/path_joint_ptp.py +3 -3
- wandelbots_api_client/models/path_line.py +3 -3
- wandelbots_api_client/models/pause_movement_request.py +3 -3
- wandelbots_api_client/models/pause_movement_response.py +2 -2
- wandelbots_api_client/models/pause_movement_response_pause_response.py +3 -3
- wandelbots_api_client/models/pause_on_io.py +3 -3
- wandelbots_api_client/models/payload.py +5 -5
- wandelbots_api_client/models/plan_collision_free_ptp_request.py +10 -9
- wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
- wandelbots_api_client/models/plan_failed_on_trajectory_response.py +10 -10
- wandelbots_api_client/models/plan_failed_response.py +8 -8
- wandelbots_api_client/models/plan_request.py +6 -6
- wandelbots_api_client/models/plan_response.py +4 -4
- wandelbots_api_client/models/plan_successful_response.py +3 -3
- wandelbots_api_client/models/plan_trajectory_failed_response.py +4 -4
- wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
- wandelbots_api_client/models/plan_trajectory_request.py +10 -9
- wandelbots_api_client/models/plan_trajectory_response.py +2 -2
- wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
- wandelbots_api_client/models/plane2.py +2 -2
- wandelbots_api_client/models/plane3.py +2 -2
- wandelbots_api_client/models/planned_motion.py +6 -6
- wandelbots_api_client/models/planner_pose.py +3 -3
- wandelbots_api_client/models/planning_limits.py +13 -13
- wandelbots_api_client/models/planning_limits_limit_range.py +3 -3
- wandelbots_api_client/models/playback_speed_request.py +3 -3
- wandelbots_api_client/models/playback_speed_response.py +2 -2
- wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +2 -2
- wandelbots_api_client/models/point_cloud.py +2 -2
- wandelbots_api_client/models/pose.py +4 -4
- wandelbots_api_client/models/pose2.py +3 -3
- wandelbots_api_client/models/program_metadata.py +7 -7
- wandelbots_api_client/models/program_run.py +15 -14
- wandelbots_api_client/models/program_run_object.py +7 -7
- wandelbots_api_client/models/program_run_state.py +1 -1
- wandelbots_api_client/models/program_runner_reference.py +3 -3
- wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +3 -3
- wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +2 -2
- wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +2 -2
- wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +2 -2
- wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +5 -5
- wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +5 -5
- wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +4 -4
- wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +7 -7
- wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +8 -8
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +13 -11
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +13 -11
- wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +3 -3
- wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +4 -4
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +3 -3
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +3 -3
- wandelbots_api_client/models/quaternion.py +5 -5
- wandelbots_api_client/models/recipe_metadata.py +8 -8
- wandelbots_api_client/models/rectangle.py +3 -3
- wandelbots_api_client/models/rectangle2.py +4 -4
- wandelbots_api_client/models/rectangle3.py +4 -4
- wandelbots_api_client/models/rectangular_capsule.py +4 -4
- wandelbots_api_client/models/rectangular_capsule2.py +5 -5
- wandelbots_api_client/models/rectangular_capsule3.py +5 -5
- 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 +3 -3
- wandelbots_api_client/models/robot_controller_configuration.py +1 -1
- wandelbots_api_client/models/robot_controller_state.py +8 -8
- wandelbots_api_client/models/robot_link_geometry.py +3 -3
- wandelbots_api_client/models/robot_state.py +3 -3
- wandelbots_api_client/models/robot_system_mode.py +1 -1
- wandelbots_api_client/models/robot_tcp.py +5 -5
- wandelbots_api_client/models/robot_tcps.py +2 -2
- wandelbots_api_client/models/rotation_angle_types.py +1 -1
- wandelbots_api_client/models/rotation_angles.py +3 -3
- wandelbots_api_client/models/safety_configuration.py +6 -6
- wandelbots_api_client/models/safety_setup.py +5 -5
- wandelbots_api_client/models/safety_setup_safety_settings.py +3 -3
- wandelbots_api_client/models/safety_setup_safety_zone.py +5 -5
- wandelbots_api_client/models/safety_zone.py +4 -4
- wandelbots_api_client/models/safety_zone_limits.py +3 -3
- wandelbots_api_client/models/safety_zone_violation.py +2 -2
- wandelbots_api_client/models/service_status.py +3 -3
- 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 +4 -4
- wandelbots_api_client/models/set_io.py +3 -3
- wandelbots_api_client/models/set_playback_speed.py +3 -3
- wandelbots_api_client/models/single_joint_limit.py +3 -3
- wandelbots_api_client/models/singularity.py +3 -3
- wandelbots_api_client/models/singularity_type_enum.py +1 -1
- wandelbots_api_client/models/sphere.py +2 -2
- wandelbots_api_client/models/sphere2.py +3 -3
- wandelbots_api_client/models/sphere3.py +3 -3
- wandelbots_api_client/models/standstill.py +2 -2
- wandelbots_api_client/models/standstill_reason.py +1 -1
- wandelbots_api_client/models/standstill_standstill.py +4 -4
- wandelbots_api_client/models/start_movement_request.py +6 -6
- wandelbots_api_client/models/start_on_io.py +3 -3
- wandelbots_api_client/models/status.py +4 -4
- wandelbots_api_client/models/stop_response.py +4 -4
- wandelbots_api_client/models/store_value.py +1 -1
- wandelbots_api_client/models/stream_move_backward.py +2 -2
- wandelbots_api_client/models/stream_move_forward.py +2 -2
- wandelbots_api_client/models/stream_move_playback_speed.py +2 -2
- wandelbots_api_client/models/stream_move_request.py +1 -1
- wandelbots_api_client/models/stream_move_response.py +4 -4
- wandelbots_api_client/models/stream_move_to_trajectory.py +2 -2
- wandelbots_api_client/models/stream_stop.py +2 -2
- wandelbots_api_client/models/tcp_pose.py +5 -5
- wandelbots_api_client/models/tcp_pose_request.py +5 -5
- wandelbots_api_client/models/tool_geometry.py +3 -3
- wandelbots_api_client/models/trajectory_sample.py +12 -12
- wandelbots_api_client/models/trigger_object.py +11 -11
- wandelbots_api_client/models/trigger_type.py +1 -1
- wandelbots_api_client/models/universalrobots_controller.py +3 -3
- wandelbots_api_client/models/update_nova_version_request.py +2 -2
- wandelbots_api_client/models/update_program_metadata_request.py +4 -4
- wandelbots_api_client/models/update_recipe_metadata_request.py +4 -4
- wandelbots_api_client/models/update_trigger_request.py +6 -6
- wandelbots_api_client/models/validation_error.py +4 -4
- wandelbots_api_client/models/validation_error2.py +4 -4
- 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 +4 -4
- wandelbots_api_client/models/version_number.py +9 -9
- wandelbots_api_client/models/virtual_controller.py +6 -6
- wandelbots_api_client/models/virtual_controller_types.py +13 -1
- wandelbots_api_client/models/virtual_robot_configuration.py +3 -3
- wandelbots_api_client/models/yaskawa_controller.py +3 -3
- 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 +11 -12
- wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +930 -82
- wandelbots_api_client/v2/api/cell_api.py +8 -9
- wandelbots_api_client/v2/api/controller_api.py +35 -32
- wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +14 -13
- wandelbots_api_client/v2/api/jogging_api.py +8 -6
- wandelbots_api_client/v2/api/kinematics_api.py +14 -16
- wandelbots_api_client/v2/api/license_api.py +8 -9
- wandelbots_api_client/v2/api/motion_group_api.py +10 -9
- wandelbots_api_client/v2/api/motion_group_models_api.py +16 -53
- wandelbots_api_client/v2/api/program_api.py +14 -15
- wandelbots_api_client/v2/api/store_collision_components_api.py +823 -50
- wandelbots_api_client/v2/api/store_collision_setups_api.py +264 -7
- wandelbots_api_client/v2/api/store_object_api.py +11 -12
- wandelbots_api_client/v2/api/system_api.py +6 -6
- wandelbots_api_client/v2/api/trajectory_caching_api.py +14 -15
- wandelbots_api_client/v2/api/trajectory_execution_api.py +8 -6
- wandelbots_api_client/v2/api/trajectory_planning_api.py +17 -19
- wandelbots_api_client/v2/api/version_api.py +284 -0
- wandelbots_api_client/v2/api/virtual_controller_api.py +56 -42
- wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +20 -12
- wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +5 -6
- 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 +52 -31
- wandelbots_api_client/v2/models/abb_controller.py +8 -11
- wandelbots_api_client/v2/models/abb_controller_egm_server.py +4 -4
- wandelbots_api_client/v2/models/activate_license_request.py +3 -3
- wandelbots_api_client/v2/models/add_trajectory_error.py +5 -5
- wandelbots_api_client/v2/models/add_trajectory_error_data.py +58 -58
- wandelbots_api_client/v2/models/add_trajectory_request.py +5 -5
- wandelbots_api_client/v2/models/add_trajectory_response.py +4 -4
- wandelbots_api_client/v2/models/api_version.py +91 -0
- wandelbots_api_client/v2/models/app.py +11 -11
- wandelbots_api_client/v2/models/behavior.py +3 -3
- wandelbots_api_client/v2/models/blending_auto.py +6 -5
- wandelbots_api_client/v2/models/blending_position.py +4 -4
- wandelbots_api_client/v2/models/boolean_value.py +6 -9
- wandelbots_api_client/v2/models/box.py +7 -7
- wandelbots_api_client/v2/models/{io_description2.py → bus_io_description.py} +16 -16
- wandelbots_api_client/v2/models/bus_io_modbus_client.py +104 -0
- wandelbots_api_client/v2/models/bus_io_modbus_server.py +115 -0
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +106 -0
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +104 -0
- wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +98 -0
- wandelbots_api_client/v2/models/bus_io_profinet.py +10 -13
- wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +4 -4
- wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +5 -5
- wandelbots_api_client/v2/models/bus_io_profinet_network.py +5 -5
- wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +5 -8
- wandelbots_api_client/v2/models/bus_io_type.py +65 -18
- wandelbots_api_client/v2/models/bus_ios_state.py +4 -4
- wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
- wandelbots_api_client/v2/models/capsule.py +5 -5
- wandelbots_api_client/v2/models/cartesian_limits.py +6 -6
- wandelbots_api_client/v2/models/cell.py +7 -7
- wandelbots_api_client/v2/models/collider.py +5 -5
- wandelbots_api_client/v2/models/collider_shape.py +2 -42
- wandelbots_api_client/v2/models/collision.py +8 -8
- wandelbots_api_client/v2/models/collision_contact.py +4 -4
- wandelbots_api_client/v2/models/collision_error.py +3 -3
- wandelbots_api_client/v2/models/collision_free_algorithm.py +15 -15
- wandelbots_api_client/v2/models/collision_setup.py +14 -12
- 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 +4 -4
- wandelbots_api_client/v2/models/configuration_archive_status_error.py +4 -4
- wandelbots_api_client/v2/models/configuration_archive_status_success.py +3 -3
- wandelbots_api_client/v2/models/configuration_resource.py +5 -5
- wandelbots_api_client/v2/models/container_environment_inner.py +4 -4
- wandelbots_api_client/v2/models/container_image.py +5 -5
- wandelbots_api_client/v2/models/container_image_secrets_inner.py +3 -3
- wandelbots_api_client/v2/models/container_resources.py +4 -4
- wandelbots_api_client/v2/models/container_storage.py +4 -4
- wandelbots_api_client/v2/models/controller_description.py +6 -6
- wandelbots_api_client/v2/models/convex_hull.py +4 -4
- wandelbots_api_client/v2/models/coordinate_system.py +8 -8
- wandelbots_api_client/v2/models/coordinate_system_data.py +7 -7
- wandelbots_api_client/v2/models/cubic_spline_parameter.py +4 -4
- wandelbots_api_client/v2/models/cycle_time.py +5 -4
- wandelbots_api_client/v2/models/cylinder.py +5 -5
- wandelbots_api_client/v2/models/dh_parameter.py +7 -7
- wandelbots_api_client/v2/models/direction.py +2 -2
- wandelbots_api_client/v2/models/error.py +4 -4
- wandelbots_api_client/v2/models/error_invalid_joint_count.py +5 -5
- wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +6 -5
- wandelbots_api_client/v2/models/error_joint_position_collision.py +6 -6
- wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +4 -4
- wandelbots_api_client/v2/models/execute.py +4 -4
- wandelbots_api_client/v2/models/execute_details.py +2 -12
- wandelbots_api_client/v2/models/execute_jogging_request.py +30 -2
- wandelbots_api_client/v2/models/execute_jogging_response.py +7 -7
- wandelbots_api_client/v2/models/execute_trajectory_request.py +30 -2
- wandelbots_api_client/v2/models/execute_trajectory_response.py +7 -7
- wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +4 -4
- wandelbots_api_client/v2/models/external_joint_stream_request.py +3 -3
- wandelbots_api_client/v2/models/fanuc_controller.py +6 -9
- wandelbots_api_client/v2/models/feedback_collision.py +6 -6
- wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +7 -6
- wandelbots_api_client/v2/models/feedback_out_of_workspace.py +4 -4
- wandelbots_api_client/v2/models/feedback_singularity.py +5 -5
- wandelbots_api_client/v2/models/flag.py +3 -3
- wandelbots_api_client/v2/models/float_value.py +6 -9
- wandelbots_api_client/v2/models/forward_kinematics422_response.py +3 -3
- wandelbots_api_client/v2/models/forward_kinematics_request.py +6 -6
- wandelbots_api_client/v2/models/forward_kinematics_response.py +3 -3
- wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +7 -7
- wandelbots_api_client/v2/models/get_trajectory_response.py +5 -5
- wandelbots_api_client/v2/models/http_validation_error.py +3 -3
- wandelbots_api_client/v2/models/image_credentials.py +5 -5
- wandelbots_api_client/v2/models/{inconsitent_trajectory_size.py → inconsistent_trajectory_size_error.py} +9 -9
- wandelbots_api_client/v2/models/{inconsitent_trajectory_size_inconsistent_trajectory_size.py → inconsistent_trajectory_size_error_inconsistent_trajectory_size.py} +9 -9
- wandelbots_api_client/v2/models/initialize_jogging_request.py +10 -17
- wandelbots_api_client/v2/models/initialize_jogging_response.py +4 -4
- wandelbots_api_client/v2/models/initialize_movement_request.py +8 -13
- wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_response.py +5 -5
- wandelbots_api_client/v2/models/integer_value.py +7 -10
- wandelbots_api_client/v2/models/{invalid_dof.py → invalid_dof_error.py} +9 -9
- wandelbots_api_client/v2/models/{invalid_dof_invalid_dof.py → invalid_dof_error_invalid_dof.py} +8 -8
- wandelbots_api_client/v2/models/inverse_kinematics422_response.py +3 -3
- wandelbots_api_client/v2/models/inverse_kinematics_request.py +12 -11
- wandelbots_api_client/v2/models/inverse_kinematics_response.py +3 -3
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +7 -7
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/io_boolean_value.py +7 -10
- wandelbots_api_client/v2/models/{io_description_min.py → io_boundary.py} +10 -25
- wandelbots_api_client/v2/models/io_description.py +13 -13
- wandelbots_api_client/v2/models/io_direction.py +2 -2
- wandelbots_api_client/v2/models/io_float_value.py +7 -10
- wandelbots_api_client/v2/models/io_integer_value.py +7 -10
- wandelbots_api_client/v2/models/io_origin.py +37 -0
- 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 +4 -4
- wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
- wandelbots_api_client/v2/models/jogging_paused_by_user.py +3 -3
- wandelbots_api_client/v2/models/jogging_paused_near_collision.py +4 -4
- wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +6 -5
- wandelbots_api_client/v2/models/jogging_paused_on_io.py +3 -3
- wandelbots_api_client/v2/models/jogging_running.py +3 -3
- wandelbots_api_client/v2/models/{joint_limit_exceeded.py → joint_limit_exceeded_error.py} +7 -7
- wandelbots_api_client/v2/models/joint_limits.py +6 -6
- wandelbots_api_client/v2/models/joint_trajectory.py +5 -5
- wandelbots_api_client/v2/models/joint_velocity_request.py +6 -9
- wandelbots_api_client/v2/models/joint_velocity_response.py +4 -4
- wandelbots_api_client/v2/models/kuka_controller.py +12 -13
- wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +4 -4
- wandelbots_api_client/v2/models/license.py +12 -12
- wandelbots_api_client/v2/models/license_status.py +4 -4
- wandelbots_api_client/v2/models/license_status_enum.py +2 -2
- wandelbots_api_client/v2/models/limit_range.py +4 -4
- wandelbots_api_client/v2/models/limit_set.py +7 -7
- wandelbots_api_client/v2/models/limits_override.py +8 -8
- wandelbots_api_client/v2/models/list_trajectories_response.py +3 -3
- wandelbots_api_client/v2/models/manufacturer.py +2 -2
- wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +4 -4
- wandelbots_api_client/v2/models/modbus_io.py +105 -0
- wandelbots_api_client/v2/models/modbus_io_area.py +40 -0
- wandelbots_api_client/v2/models/modbus_io_byte_order.py +40 -0
- wandelbots_api_client/v2/models/{http_validation_error2.py → modbus_io_data.py} +23 -28
- wandelbots_api_client/v2/models/modbus_io_type_enum.py +39 -0
- wandelbots_api_client/v2/models/motion_command.py +5 -5
- 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 +36 -31
- wandelbots_api_client/v2/models/motion_group_info.py +7 -6
- wandelbots_api_client/v2/models/motion_group_joints.py +6 -6
- wandelbots_api_client/v2/models/motion_group_setup.py +15 -13
- wandelbots_api_client/v2/models/motion_group_state.py +18 -17
- wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +3 -3
- wandelbots_api_client/v2/models/movement_error_response.py +4 -4
- wandelbots_api_client/v2/models/{nan_value.py → nan_value_error.py} +9 -9
- wandelbots_api_client/v2/models/{nan_value_nan_value.py → nan_value_error_nan_value.py} +6 -6
- wandelbots_api_client/v2/models/op_mode.py +3 -3
- wandelbots_api_client/v2/models/operating_state.py +2 -2
- wandelbots_api_client/v2/models/operation_limits.py +6 -6
- 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 +4 -4
- wandelbots_api_client/v2/models/path_circle.py +5 -5
- wandelbots_api_client/v2/models/path_cubic_spline.py +4 -4
- wandelbots_api_client/v2/models/path_joint_ptp.py +4 -4
- wandelbots_api_client/v2/models/path_line.py +4 -4
- wandelbots_api_client/v2/models/pause_jogging_request.py +5 -8
- wandelbots_api_client/v2/models/pause_jogging_response.py +4 -4
- wandelbots_api_client/v2/models/pause_movement_request.py +5 -8
- wandelbots_api_client/v2/models/pause_movement_response.py +4 -4
- wandelbots_api_client/v2/models/pause_on_io.py +9 -6
- wandelbots_api_client/v2/models/payload.py +6 -6
- wandelbots_api_client/v2/models/plan422_response.py +3 -3
- wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +3 -3
- wandelbots_api_client/v2/models/plan_collision_free_request.py +6 -6
- wandelbots_api_client/v2/models/plan_collision_free_response.py +3 -3
- wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +5 -5
- wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_request.py +5 -5
- wandelbots_api_client/v2/models/plan_trajectory_response.py +3 -3
- wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_validation_error.py +7 -7
- wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/plane.py +3 -3
- wandelbots_api_client/v2/models/playback_speed_request.py +8 -10
- wandelbots_api_client/v2/models/playback_speed_response.py +4 -4
- wandelbots_api_client/v2/models/pose.py +4 -4
- wandelbots_api_client/v2/models/profinet_description.py +7 -7
- wandelbots_api_client/v2/models/profinet_input_output_config.py +5 -5
- wandelbots_api_client/v2/models/profinet_io.py +10 -10
- wandelbots_api_client/v2/models/profinet_io_data.py +9 -9
- wandelbots_api_client/v2/models/profinet_io_direction.py +3 -3
- wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
- wandelbots_api_client/v2/models/profinet_slot_description.py +6 -6
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
- wandelbots_api_client/v2/models/program.py +8 -8
- wandelbots_api_client/v2/models/program_run.py +16 -14
- wandelbots_api_client/v2/models/program_run_state.py +2 -2
- wandelbots_api_client/v2/models/program_start_request.py +3 -3
- wandelbots_api_client/v2/models/rectangle.py +5 -5
- wandelbots_api_client/v2/models/rectangular_capsule.py +6 -6
- wandelbots_api_client/v2/models/release_channel.py +2 -2
- wandelbots_api_client/v2/models/robot_controller.py +4 -4
- wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
- wandelbots_api_client/v2/models/robot_controller_state.py +13 -12
- wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
- wandelbots_api_client/v2/models/robot_tcp.py +7 -7
- wandelbots_api_client/v2/models/robot_tcp_data.py +6 -6
- wandelbots_api_client/v2/models/rrt_connect_algorithm.py +8 -8
- 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 +5 -5
- wandelbots_api_client/v2/models/service_status_phase.py +2 -2
- wandelbots_api_client/v2/models/service_status_response.py +4 -4
- wandelbots_api_client/v2/models/service_status_severity.py +2 -2
- wandelbots_api_client/v2/models/service_status_status.py +5 -5
- wandelbots_api_client/v2/models/set_io.py +100 -0
- 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 +4 -4
- wandelbots_api_client/v2/models/start_movement_request.py +15 -16
- wandelbots_api_client/v2/models/start_movement_response.py +4 -4
- wandelbots_api_client/v2/models/start_on_io.py +9 -6
- wandelbots_api_client/v2/models/stream_io_values_response.py +7 -6
- wandelbots_api_client/v2/models/tcp_offset.py +4 -4
- wandelbots_api_client/v2/models/{tcp_required.py → tcp_required_error.py} +6 -6
- wandelbots_api_client/v2/models/tcp_velocity_request.py +7 -10
- wandelbots_api_client/v2/models/tcp_velocity_response.py +4 -4
- wandelbots_api_client/v2/models/{torque_exceeded.py → torque_exceeded_error.py} +9 -9
- wandelbots_api_client/v2/models/{torque_exceeded_torque_exceeded.py → torque_exceeded_error_torque_exceeded.py} +8 -8
- wandelbots_api_client/v2/models/trajectory_data.py +7 -7
- wandelbots_api_client/v2/models/trajectory_details.py +6 -6
- wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
- wandelbots_api_client/v2/models/trajectory_ended.py +3 -3
- wandelbots_api_client/v2/models/trajectory_id.py +6 -9
- wandelbots_api_client/v2/models/trajectory_paused_by_user.py +3 -3
- wandelbots_api_client/v2/models/trajectory_paused_on_io.py +3 -3
- wandelbots_api_client/v2/models/trajectory_running.py +6 -5
- wandelbots_api_client/v2/models/trajectory_wait_for_io.py +3 -3
- wandelbots_api_client/v2/models/unit_type.py +2 -2
- wandelbots_api_client/v2/models/universalrobots_controller.py +6 -9
- wandelbots_api_client/v2/models/update_nova_version_request.py +3 -3
- wandelbots_api_client/v2/models/validation_error.py +6 -6
- wandelbots_api_client/v2/models/validation_error2.py +5 -5
- wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
- wandelbots_api_client/v2/models/virtual_controller.py +8 -11
- wandelbots_api_client/v2/models/virtual_controller_types.py +14 -2
- wandelbots_api_client/v2/models/virtual_robot_configuration.py +4 -4
- wandelbots_api_client/v2/models/wait_for_io_event_request.py +4 -4
- wandelbots_api_client/v2/models/yaskawa_controller.py +6 -9
- wandelbots_api_client/v2/rest.py +4 -3
- wandelbots_api_client/v2_pydantic/__init__.py +50 -0
- wandelbots_api_client/v2_pydantic/api/__init__.py +51 -0
- wandelbots_api_client/v2_pydantic/api/application_api.py +1803 -0
- wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4603 -0
- wandelbots_api_client/v2_pydantic/api/cell_api.py +2003 -0
- wandelbots_api_client/v2_pydantic/api/controller_api.py +3721 -0
- wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1395 -0
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +125 -0
- wandelbots_api_client/v2_pydantic/api/kinematics_api.py +642 -0
- wandelbots_api_client/v2_pydantic/api/license_api.py +1061 -0
- wandelbots_api_client/v2_pydantic/api/motion_group_api.py +733 -0
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +563 -0
- wandelbots_api_client/v2_pydantic/api/program_api.py +1187 -0
- wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +4170 -0
- wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1419 -0
- wandelbots_api_client/v2_pydantic/api/store_object_api.py +1719 -0
- wandelbots_api_client/v2_pydantic/api/system_api.py +2427 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1508 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +125 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +642 -0
- wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4610 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +991 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +1012 -0
- wandelbots_api_client/v2_pydantic/api_client.py +809 -0
- wandelbots_api_client/v2_pydantic/api_response.py +21 -0
- wandelbots_api_client/v2_pydantic/configuration.py +606 -0
- wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
- wandelbots_api_client/v2_pydantic/models.py +4561 -0
- wandelbots_api_client/v2_pydantic/py.typed +0 -0
- wandelbots_api_client/v2_pydantic/rest.py +213 -0
- wandelbots_api_client-25.10.0rc2.dist-info/METADATA +62 -0
- wandelbots_api_client-25.10.0rc2.dist-info/RECORD +640 -0
- {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info}/WHEEL +2 -1
- wandelbots_api_client-25.10.0rc2.dist-info/top_level.txt +1 -0
- wandelbots_api_client/models/create_trigger_request_config.py +0 -123
- wandelbots_api_client/v2/models/limit_config.py +0 -101
- wandelbots_api_client-25.8.0.dev23.dist-info/METADATA +0 -63
- wandelbots_api_client-25.8.0.dev23.dist-info/RECORD +0 -594
- {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info/licenses}/LICENSE +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
|
|
@@ -74,7 +73,7 @@ class VirtualControllerApi:
|
|
|
74
73
|
) -> None:
|
|
75
74
|
"""Add Coordinate Systems
|
|
76
75
|
|
|
77
|
-
Adds a coordinate system to the robot controller.
|
|
76
|
+
Adds a coordinate system to the robot controller. <!-- theme: info --> > #### NOTE > > When a new coordinate system is added, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
78
77
|
|
|
79
78
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
80
79
|
:type cell: str
|
|
@@ -155,7 +154,7 @@ class VirtualControllerApi:
|
|
|
155
154
|
) -> ApiResponse[None]:
|
|
156
155
|
"""Add Coordinate Systems
|
|
157
156
|
|
|
158
|
-
Adds a coordinate system to the robot controller.
|
|
157
|
+
Adds a coordinate system to the robot controller. <!-- theme: info --> > #### NOTE > > When a new coordinate system is added, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
159
158
|
|
|
160
159
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
161
160
|
:type cell: str
|
|
@@ -236,7 +235,7 @@ class VirtualControllerApi:
|
|
|
236
235
|
) -> RESTResponseType:
|
|
237
236
|
"""Add Coordinate Systems
|
|
238
237
|
|
|
239
|
-
Adds a coordinate system to the robot controller.
|
|
238
|
+
Adds a coordinate system to the robot controller. <!-- theme: info --> > #### NOTE > > When a new coordinate system is added, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
240
239
|
|
|
241
240
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
242
241
|
:type cell: str
|
|
@@ -397,7 +396,7 @@ class VirtualControllerApi:
|
|
|
397
396
|
) -> None:
|
|
398
397
|
"""Add TCP
|
|
399
398
|
|
|
400
|
-
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange
|
|
399
|
+
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange's coordinate system. > **NOTE** > > Ensure the TCP's position is within the robot's reach. Refer to the robot's documentation or data sheet for details like joint limits or reach. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
|
|
401
400
|
|
|
402
401
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
403
402
|
:type cell: str
|
|
@@ -482,7 +481,7 @@ class VirtualControllerApi:
|
|
|
482
481
|
) -> ApiResponse[None]:
|
|
483
482
|
"""Add TCP
|
|
484
483
|
|
|
485
|
-
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange
|
|
484
|
+
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange's coordinate system. > **NOTE** > > Ensure the TCP's position is within the robot's reach. Refer to the robot's documentation or data sheet for details like joint limits or reach. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
|
|
486
485
|
|
|
487
486
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
488
487
|
:type cell: str
|
|
@@ -567,7 +566,7 @@ class VirtualControllerApi:
|
|
|
567
566
|
) -> RESTResponseType:
|
|
568
567
|
"""Add TCP
|
|
569
568
|
|
|
570
|
-
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange
|
|
569
|
+
Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange's coordinate system. > **NOTE** > > Ensure the TCP's position is within the robot's reach. Refer to the robot's documentation or data sheet for details like joint limits or reach. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
|
|
571
570
|
|
|
572
571
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
573
572
|
:type cell: str
|
|
@@ -731,9 +730,9 @@ class VirtualControllerApi:
|
|
|
731
730
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
732
731
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
733
732
|
) -> None:
|
|
734
|
-
"""
|
|
733
|
+
"""Delete Coordinate System
|
|
735
734
|
|
|
736
|
-
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and remove all dependent coordinate systems
|
|
735
|
+
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
737
736
|
|
|
738
737
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
739
738
|
:type cell: str
|
|
@@ -812,9 +811,9 @@ class VirtualControllerApi:
|
|
|
812
811
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
813
812
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
814
813
|
) -> ApiResponse[None]:
|
|
815
|
-
"""
|
|
814
|
+
"""Delete Coordinate System
|
|
816
815
|
|
|
817
|
-
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and remove all dependent coordinate systems
|
|
816
|
+
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
818
817
|
|
|
819
818
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
820
819
|
:type cell: str
|
|
@@ -893,9 +892,9 @@ class VirtualControllerApi:
|
|
|
893
892
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
894
893
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
895
894
|
) -> RESTResponseType:
|
|
896
|
-
"""
|
|
895
|
+
"""Delete Coordinate System
|
|
897
896
|
|
|
898
|
-
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and remove all dependent coordinate systems
|
|
897
|
+
Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
899
898
|
|
|
900
899
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
901
900
|
:type cell: str
|
|
@@ -1044,7 +1043,7 @@ class VirtualControllerApi:
|
|
|
1044
1043
|
) -> None:
|
|
1045
1044
|
"""Remove TCP
|
|
1046
1045
|
|
|
1047
|
-
Removes the TCP from the motion group. An unknown TCP is a valid input.
|
|
1046
|
+
Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
|
|
1048
1047
|
|
|
1049
1048
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1050
1049
|
:type cell: str
|
|
@@ -1125,7 +1124,7 @@ class VirtualControllerApi:
|
|
|
1125
1124
|
) -> ApiResponse[None]:
|
|
1126
1125
|
"""Remove TCP
|
|
1127
1126
|
|
|
1128
|
-
Removes the TCP from the motion group. An unknown TCP is a valid input.
|
|
1127
|
+
Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
|
|
1129
1128
|
|
|
1130
1129
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1131
1130
|
:type cell: str
|
|
@@ -1206,7 +1205,7 @@ class VirtualControllerApi:
|
|
|
1206
1205
|
) -> RESTResponseType:
|
|
1207
1206
|
"""Remove TCP
|
|
1208
1207
|
|
|
1209
|
-
Removes the TCP from the motion group. An unknown TCP is a valid input.
|
|
1208
|
+
Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
|
|
1210
1209
|
|
|
1211
1210
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1212
1211
|
:type cell: str
|
|
@@ -1351,7 +1350,7 @@ class VirtualControllerApi:
|
|
|
1351
1350
|
) -> Flag:
|
|
1352
1351
|
"""Get Emergency Stop State
|
|
1353
1352
|
|
|
1354
|
-
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type.
|
|
1353
|
+
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
1355
1354
|
|
|
1356
1355
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1357
1356
|
:type cell: str
|
|
@@ -1391,6 +1390,7 @@ class VirtualControllerApi:
|
|
|
1391
1390
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1392
1391
|
'200': "Flag",
|
|
1393
1392
|
'400': "Error",
|
|
1393
|
+
'404': "Error",
|
|
1394
1394
|
}
|
|
1395
1395
|
response_data = await self.api_client.call_api(
|
|
1396
1396
|
*_param,
|
|
@@ -1423,7 +1423,7 @@ class VirtualControllerApi:
|
|
|
1423
1423
|
) -> ApiResponse[Flag]:
|
|
1424
1424
|
"""Get Emergency Stop State
|
|
1425
1425
|
|
|
1426
|
-
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type.
|
|
1426
|
+
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
1427
1427
|
|
|
1428
1428
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1429
1429
|
:type cell: str
|
|
@@ -1463,6 +1463,7 @@ class VirtualControllerApi:
|
|
|
1463
1463
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1464
1464
|
'200': "Flag",
|
|
1465
1465
|
'400': "Error",
|
|
1466
|
+
'404': "Error",
|
|
1466
1467
|
}
|
|
1467
1468
|
response_data = await self.api_client.call_api(
|
|
1468
1469
|
*_param,
|
|
@@ -1495,7 +1496,7 @@ class VirtualControllerApi:
|
|
|
1495
1496
|
) -> RESTResponseType:
|
|
1496
1497
|
"""Get Emergency Stop State
|
|
1497
1498
|
|
|
1498
|
-
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type.
|
|
1499
|
+
Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
1499
1500
|
|
|
1500
1501
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1501
1502
|
:type cell: str
|
|
@@ -1535,6 +1536,7 @@ class VirtualControllerApi:
|
|
|
1535
1536
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1536
1537
|
'200': "Flag",
|
|
1537
1538
|
'400': "Error",
|
|
1539
|
+
'404': "Error",
|
|
1538
1540
|
}
|
|
1539
1541
|
response_data = await self.api_client.call_api(
|
|
1540
1542
|
*_param,
|
|
@@ -2200,7 +2202,7 @@ class VirtualControllerApi:
|
|
|
2200
2202
|
) -> OpMode:
|
|
2201
2203
|
"""Get Operation Mode
|
|
2202
2204
|
|
|
2203
|
-
Requests the
|
|
2205
|
+
Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
2204
2206
|
|
|
2205
2207
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2206
2208
|
:type cell: str
|
|
@@ -2240,6 +2242,7 @@ class VirtualControllerApi:
|
|
|
2240
2242
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2241
2243
|
'200': "OpMode",
|
|
2242
2244
|
'400': "Error",
|
|
2245
|
+
'404': "Error",
|
|
2243
2246
|
}
|
|
2244
2247
|
response_data = await self.api_client.call_api(
|
|
2245
2248
|
*_param,
|
|
@@ -2272,7 +2275,7 @@ class VirtualControllerApi:
|
|
|
2272
2275
|
) -> ApiResponse[OpMode]:
|
|
2273
2276
|
"""Get Operation Mode
|
|
2274
2277
|
|
|
2275
|
-
Requests the
|
|
2278
|
+
Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
2276
2279
|
|
|
2277
2280
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2278
2281
|
:type cell: str
|
|
@@ -2312,6 +2315,7 @@ class VirtualControllerApi:
|
|
|
2312
2315
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2313
2316
|
'200': "OpMode",
|
|
2314
2317
|
'400': "Error",
|
|
2318
|
+
'404': "Error",
|
|
2315
2319
|
}
|
|
2316
2320
|
response_data = await self.api_client.call_api(
|
|
2317
2321
|
*_param,
|
|
@@ -2344,7 +2348,7 @@ class VirtualControllerApi:
|
|
|
2344
2348
|
) -> RESTResponseType:
|
|
2345
2349
|
"""Get Operation Mode
|
|
2346
2350
|
|
|
2347
|
-
Requests the
|
|
2351
|
+
Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
2348
2352
|
|
|
2349
2353
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2350
2354
|
:type cell: str
|
|
@@ -2384,6 +2388,7 @@ class VirtualControllerApi:
|
|
|
2384
2388
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2385
2389
|
'200': "OpMode",
|
|
2386
2390
|
'400': "Error",
|
|
2391
|
+
'404': "Error",
|
|
2387
2392
|
}
|
|
2388
2393
|
response_data = await self.api_client.call_api(
|
|
2389
2394
|
*_param,
|
|
@@ -2477,7 +2482,7 @@ class VirtualControllerApi:
|
|
|
2477
2482
|
) -> CoordinateSystem:
|
|
2478
2483
|
"""Get Mounting
|
|
2479
2484
|
|
|
2480
|
-
Gets motion group mounting.
|
|
2485
|
+
Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
2481
2486
|
|
|
2482
2487
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2483
2488
|
:type cell: str
|
|
@@ -2554,7 +2559,7 @@ class VirtualControllerApi:
|
|
|
2554
2559
|
) -> ApiResponse[CoordinateSystem]:
|
|
2555
2560
|
"""Get Mounting
|
|
2556
2561
|
|
|
2557
|
-
Gets motion group mounting.
|
|
2562
|
+
Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
2558
2563
|
|
|
2559
2564
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2560
2565
|
:type cell: str
|
|
@@ -2631,7 +2636,7 @@ class VirtualControllerApi:
|
|
|
2631
2636
|
) -> RESTResponseType:
|
|
2632
2637
|
"""Get Mounting
|
|
2633
2638
|
|
|
2634
|
-
Gets motion group mounting.
|
|
2639
|
+
Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
2635
2640
|
|
|
2636
2641
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
2637
2642
|
:type cell: str
|
|
@@ -2810,6 +2815,7 @@ class VirtualControllerApi:
|
|
|
2810
2815
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2811
2816
|
'200': "List[CoordinateSystem]",
|
|
2812
2817
|
'400': "Error",
|
|
2818
|
+
'404': "Error",
|
|
2813
2819
|
}
|
|
2814
2820
|
response_data = await self.api_client.call_api(
|
|
2815
2821
|
*_param,
|
|
@@ -2882,6 +2888,7 @@ class VirtualControllerApi:
|
|
|
2882
2888
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2883
2889
|
'200': "List[CoordinateSystem]",
|
|
2884
2890
|
'400': "Error",
|
|
2891
|
+
'404': "Error",
|
|
2885
2892
|
}
|
|
2886
2893
|
response_data = await self.api_client.call_api(
|
|
2887
2894
|
*_param,
|
|
@@ -2954,6 +2961,7 @@ class VirtualControllerApi:
|
|
|
2954
2961
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2955
2962
|
'200': "List[CoordinateSystem]",
|
|
2956
2963
|
'400': "Error",
|
|
2964
|
+
'404': "Error",
|
|
2957
2965
|
}
|
|
2958
2966
|
response_data = await self.api_client.call_api(
|
|
2959
2967
|
*_param,
|
|
@@ -3047,7 +3055,7 @@ class VirtualControllerApi:
|
|
|
3047
3055
|
) -> List[RobotTcp]:
|
|
3048
3056
|
"""List TCPs
|
|
3049
3057
|
|
|
3050
|
-
Lists TCPs of the motion group.
|
|
3058
|
+
Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
3051
3059
|
|
|
3052
3060
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3053
3061
|
:type cell: str
|
|
@@ -3124,7 +3132,7 @@ class VirtualControllerApi:
|
|
|
3124
3132
|
) -> ApiResponse[List[RobotTcp]]:
|
|
3125
3133
|
"""List TCPs
|
|
3126
3134
|
|
|
3127
|
-
Lists TCPs of the motion group.
|
|
3135
|
+
Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
3128
3136
|
|
|
3129
3137
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3130
3138
|
:type cell: str
|
|
@@ -3201,7 +3209,7 @@ class VirtualControllerApi:
|
|
|
3201
3209
|
) -> RESTResponseType:
|
|
3202
3210
|
"""List TCPs
|
|
3203
3211
|
|
|
3204
|
-
Lists TCPs of the motion group.
|
|
3212
|
+
Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
3205
3213
|
|
|
3206
3214
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3207
3215
|
:type cell: str
|
|
@@ -3341,7 +3349,7 @@ class VirtualControllerApi:
|
|
|
3341
3349
|
) -> None:
|
|
3342
3350
|
"""Push or Release Emergency Stop
|
|
3343
3351
|
|
|
3344
|
-
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths.
|
|
3352
|
+
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
3345
3353
|
|
|
3346
3354
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3347
3355
|
:type cell: str
|
|
@@ -3384,6 +3392,7 @@ class VirtualControllerApi:
|
|
|
3384
3392
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3385
3393
|
'200': None,
|
|
3386
3394
|
'400': "Error",
|
|
3395
|
+
'404': "Error",
|
|
3387
3396
|
}
|
|
3388
3397
|
response_data = await self.api_client.call_api(
|
|
3389
3398
|
*_param,
|
|
@@ -3417,7 +3426,7 @@ class VirtualControllerApi:
|
|
|
3417
3426
|
) -> ApiResponse[None]:
|
|
3418
3427
|
"""Push or Release Emergency Stop
|
|
3419
3428
|
|
|
3420
|
-
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths.
|
|
3429
|
+
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
3421
3430
|
|
|
3422
3431
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3423
3432
|
:type cell: str
|
|
@@ -3460,6 +3469,7 @@ class VirtualControllerApi:
|
|
|
3460
3469
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3461
3470
|
'200': None,
|
|
3462
3471
|
'400': "Error",
|
|
3472
|
+
'404': "Error",
|
|
3463
3473
|
}
|
|
3464
3474
|
response_data = await self.api_client.call_api(
|
|
3465
3475
|
*_param,
|
|
@@ -3493,7 +3503,7 @@ class VirtualControllerApi:
|
|
|
3493
3503
|
) -> RESTResponseType:
|
|
3494
3504
|
"""Push or Release Emergency Stop
|
|
3495
3505
|
|
|
3496
|
-
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths.
|
|
3506
|
+
Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
3497
3507
|
|
|
3498
3508
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3499
3509
|
:type cell: str
|
|
@@ -3536,6 +3546,7 @@ class VirtualControllerApi:
|
|
|
3536
3546
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3537
3547
|
'200': None,
|
|
3538
3548
|
'400': "Error",
|
|
3549
|
+
'404': "Error",
|
|
3539
3550
|
}
|
|
3540
3551
|
response_data = await self.api_client.call_api(
|
|
3541
3552
|
*_param,
|
|
@@ -3635,7 +3646,7 @@ class VirtualControllerApi:
|
|
|
3635
3646
|
) -> None:
|
|
3636
3647
|
"""Set Motion Group State
|
|
3637
3648
|
|
|
3638
|
-
Sets the values for joint position, joint velocity or joint acceleration of a motion group state.
|
|
3649
|
+
Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
|
|
3639
3650
|
|
|
3640
3651
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3641
3652
|
:type cell: str
|
|
@@ -3716,7 +3727,7 @@ class VirtualControllerApi:
|
|
|
3716
3727
|
) -> ApiResponse[None]:
|
|
3717
3728
|
"""Set Motion Group State
|
|
3718
3729
|
|
|
3719
|
-
Sets the values for joint position, joint velocity or joint acceleration of a motion group state.
|
|
3730
|
+
Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
|
|
3720
3731
|
|
|
3721
3732
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3722
3733
|
:type cell: str
|
|
@@ -3797,7 +3808,7 @@ class VirtualControllerApi:
|
|
|
3797
3808
|
) -> RESTResponseType:
|
|
3798
3809
|
"""Set Motion Group State
|
|
3799
3810
|
|
|
3800
|
-
Sets the values for joint position, joint velocity or joint acceleration of a motion group state.
|
|
3811
|
+
Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
|
|
3801
3812
|
|
|
3802
3813
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3803
3814
|
:type cell: str
|
|
@@ -3956,7 +3967,7 @@ class VirtualControllerApi:
|
|
|
3956
3967
|
) -> None:
|
|
3957
3968
|
"""Set Operation Mode
|
|
3958
3969
|
|
|
3959
|
-
Changes the
|
|
3970
|
+
Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
3960
3971
|
|
|
3961
3972
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
3962
3973
|
:type cell: str
|
|
@@ -3999,6 +4010,7 @@ class VirtualControllerApi:
|
|
|
3999
4010
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4000
4011
|
'200': None,
|
|
4001
4012
|
'400': "Error",
|
|
4013
|
+
'404': "Error",
|
|
4002
4014
|
}
|
|
4003
4015
|
response_data = await self.api_client.call_api(
|
|
4004
4016
|
*_param,
|
|
@@ -4032,7 +4044,7 @@ class VirtualControllerApi:
|
|
|
4032
4044
|
) -> ApiResponse[None]:
|
|
4033
4045
|
"""Set Operation Mode
|
|
4034
4046
|
|
|
4035
|
-
Changes the
|
|
4047
|
+
Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
4036
4048
|
|
|
4037
4049
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
4038
4050
|
:type cell: str
|
|
@@ -4075,6 +4087,7 @@ class VirtualControllerApi:
|
|
|
4075
4087
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4076
4088
|
'200': None,
|
|
4077
4089
|
'400': "Error",
|
|
4090
|
+
'404': "Error",
|
|
4078
4091
|
}
|
|
4079
4092
|
response_data = await self.api_client.call_api(
|
|
4080
4093
|
*_param,
|
|
@@ -4108,7 +4121,7 @@ class VirtualControllerApi:
|
|
|
4108
4121
|
) -> RESTResponseType:
|
|
4109
4122
|
"""Set Operation Mode
|
|
4110
4123
|
|
|
4111
|
-
Changes the
|
|
4124
|
+
Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
4112
4125
|
|
|
4113
4126
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
4114
4127
|
:type cell: str
|
|
@@ -4151,6 +4164,7 @@ class VirtualControllerApi:
|
|
|
4151
4164
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4152
4165
|
'200': None,
|
|
4153
4166
|
'400': "Error",
|
|
4167
|
+
'404': "Error",
|
|
4154
4168
|
}
|
|
4155
4169
|
response_data = await self.api_client.call_api(
|
|
4156
4170
|
*_param,
|
|
@@ -4250,7 +4264,7 @@ class VirtualControllerApi:
|
|
|
4250
4264
|
) -> CoordinateSystem:
|
|
4251
4265
|
"""Set Mounting
|
|
4252
4266
|
|
|
4253
|
-
Sets motion group mounting by specifying a coordinate system.
|
|
4267
|
+
Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system's origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
|
|
4254
4268
|
|
|
4255
4269
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
4256
4270
|
:type cell: str
|
|
@@ -4331,7 +4345,7 @@ class VirtualControllerApi:
|
|
|
4331
4345
|
) -> ApiResponse[CoordinateSystem]:
|
|
4332
4346
|
"""Set Mounting
|
|
4333
4347
|
|
|
4334
|
-
Sets motion group mounting by specifying a coordinate system.
|
|
4348
|
+
Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system's origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
|
|
4335
4349
|
|
|
4336
4350
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
4337
4351
|
:type cell: str
|
|
@@ -4412,7 +4426,7 @@ class VirtualControllerApi:
|
|
|
4412
4426
|
) -> RESTResponseType:
|
|
4413
4427
|
"""Set Mounting
|
|
4414
4428
|
|
|
4415
|
-
Sets motion group mounting by specifying a coordinate system.
|
|
4429
|
+
Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system's origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
|
|
4416
4430
|
|
|
4417
4431
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
4418
4432
|
:type cell: str
|
|
@@ -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
|
|
@@ -51,7 +50,7 @@ class VirtualControllerBehaviorApi:
|
|
|
51
50
|
async def external_joints_stream(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.")], client_request_generator: Callable[[AsyncGenerator[List[ExternalJointStreamDatapoint], None]], AsyncGenerator[ExternalJointStreamRequest, None]]) -> None: # noqa: E501
|
|
52
51
|
"""Stream Joint Configuration # noqa: E501
|
|
53
52
|
|
|
54
|
-
<!-- theme:
|
|
53
|
+
<!-- theme: success --> > Websocket endpoint Sends the **commanded** state, e.g., joint positions, velocities, accelerations, torques, for each motion group of the virtual controller and sets the joint configuration. Use [planTrajectory](planTrajectory) and [executeTrajectory](executeTrajectory) to move motion groups on virtual controllers. Learn more about the [movement behavior of virtual controllers in comparison to physical controllers](executeTrajectory#movement-behavior). > **NOTE** > > Incoming joint configurations are not visualized and their velocity limits are not checked. #### Use cases 1. Creating a robotic application that dynamically adapts to the configured joints on the robot controller, using this stream to feed new joint configurations back to the motion groups.\\ The stream only sends data to the robot controller if a motion is executed.\\ If the robot controller's joint configuration differs too much from the incoming joint configuration, a following error occurs. Joint configurations that result in following errors are executed only for motions with a low velocity. 2. Mimic freedrive motions. <!-- theme: danger --> > **DANGER** > > If the incoming joint configuration is set to maximum velocity, the movement to reach this incoming joint configuration > will be executed with maximum speed regardless of safety zones and mechanical limits. # noqa: E501
|
|
55
54
|
:param client_request_generator: An AsyncGenerator that yields request of type ExternalJointsStreamRequest and takes an AsyncGenerator of List[ExternalJointStreamDatapoint] as an input argument (required)
|
|
56
55
|
:info All responses from the server will be yielded to client_request_generator through the (AsyncGenerator[List[ExternalJointStreamDatapoint], None])
|
|
57
56
|
:type AsyncGenerator[ExternalJointsStreamRequest, None]
|
|
@@ -121,8 +120,11 @@ class VirtualControllerBehaviorApi:
|
|
|
121
120
|
full_url = furl(tmp_host + path)
|
|
122
121
|
|
|
123
122
|
async with websockets.connect(full_url.url, open_timeout=10, additional_headers=headers) as websocket:
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
try:
|
|
124
|
+
async for request in client_request_generator(iterate_responses(websocket)):
|
|
125
|
+
await websocket.send(request.to_json())
|
|
126
|
+
finally:
|
|
127
|
+
await websocket.close()
|
|
126
128
|
|
|
127
129
|
|
|
128
130
|
@validate_call
|
|
@@ -185,6 +187,7 @@ class VirtualControllerBehaviorApi:
|
|
|
185
187
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
186
188
|
'200': "CycleTime",
|
|
187
189
|
'400': "Error",
|
|
190
|
+
'404': "Error",
|
|
188
191
|
}
|
|
189
192
|
response_data = await self.api_client.call_api(
|
|
190
193
|
*_param,
|
|
@@ -257,6 +260,7 @@ class VirtualControllerBehaviorApi:
|
|
|
257
260
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
258
261
|
'200': "CycleTime",
|
|
259
262
|
'400': "Error",
|
|
263
|
+
'404': "Error",
|
|
260
264
|
}
|
|
261
265
|
response_data = await self.api_client.call_api(
|
|
262
266
|
*_param,
|
|
@@ -329,6 +333,7 @@ class VirtualControllerBehaviorApi:
|
|
|
329
333
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
330
334
|
'200': "CycleTime",
|
|
331
335
|
'400': "Error",
|
|
336
|
+
'404': "Error",
|
|
332
337
|
}
|
|
333
338
|
response_data = await self.api_client.call_api(
|
|
334
339
|
*_param,
|
|
@@ -421,7 +426,7 @@ class VirtualControllerBehaviorApi:
|
|
|
421
426
|
) -> Behavior:
|
|
422
427
|
"""Get Behavior
|
|
423
428
|
|
|
424
|
-
Get the current virtual controller behavior
|
|
429
|
+
Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
425
430
|
|
|
426
431
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
427
432
|
:type cell: str
|
|
@@ -494,7 +499,7 @@ class VirtualControllerBehaviorApi:
|
|
|
494
499
|
) -> ApiResponse[Behavior]:
|
|
495
500
|
"""Get Behavior
|
|
496
501
|
|
|
497
|
-
Get the current virtual controller behavior
|
|
502
|
+
Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
498
503
|
|
|
499
504
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
500
505
|
:type cell: str
|
|
@@ -567,7 +572,7 @@ class VirtualControllerBehaviorApi:
|
|
|
567
572
|
) -> RESTResponseType:
|
|
568
573
|
"""Get Behavior
|
|
569
574
|
|
|
570
|
-
Get the current virtual controller behavior
|
|
575
|
+
Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
571
576
|
|
|
572
577
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
573
578
|
:type cell: str
|
|
@@ -701,7 +706,7 @@ class VirtualControllerBehaviorApi:
|
|
|
701
706
|
) -> None:
|
|
702
707
|
"""Set Behavior
|
|
703
708
|
|
|
704
|
-
Set virtual controller behavior.
|
|
709
|
+
Set virtual controller behavior. See query parameters for details.
|
|
705
710
|
|
|
706
711
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
707
712
|
:type cell: str
|
|
@@ -744,6 +749,7 @@ class VirtualControllerBehaviorApi:
|
|
|
744
749
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
745
750
|
'200': None,
|
|
746
751
|
'400': "Error",
|
|
752
|
+
'404': "Error",
|
|
747
753
|
}
|
|
748
754
|
response_data = await self.api_client.call_api(
|
|
749
755
|
*_param,
|
|
@@ -777,7 +783,7 @@ class VirtualControllerBehaviorApi:
|
|
|
777
783
|
) -> ApiResponse[None]:
|
|
778
784
|
"""Set Behavior
|
|
779
785
|
|
|
780
|
-
Set virtual controller behavior.
|
|
786
|
+
Set virtual controller behavior. See query parameters for details.
|
|
781
787
|
|
|
782
788
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
783
789
|
:type cell: str
|
|
@@ -820,6 +826,7 @@ class VirtualControllerBehaviorApi:
|
|
|
820
826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
821
827
|
'200': None,
|
|
822
828
|
'400': "Error",
|
|
829
|
+
'404': "Error",
|
|
823
830
|
}
|
|
824
831
|
response_data = await self.api_client.call_api(
|
|
825
832
|
*_param,
|
|
@@ -853,7 +860,7 @@ class VirtualControllerBehaviorApi:
|
|
|
853
860
|
) -> RESTResponseType:
|
|
854
861
|
"""Set Behavior
|
|
855
862
|
|
|
856
|
-
Set virtual controller behavior.
|
|
863
|
+
Set virtual controller behavior. See query parameters for details.
|
|
857
864
|
|
|
858
865
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
859
866
|
:type cell: str
|
|
@@ -896,6 +903,7 @@ class VirtualControllerBehaviorApi:
|
|
|
896
903
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
897
904
|
'200': None,
|
|
898
905
|
'400': "Error",
|
|
906
|
+
'404': "Error",
|
|
899
907
|
}
|
|
900
908
|
response_data = await self.api_client.call_api(
|
|
901
909
|
*_param,
|