devagent-physical-engine 1.8.1__tar.gz → 1.8.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devagent_physical_engine-1.8.1/src/devagent_physical_engine.egg-info → devagent_physical_engine-1.8.2}/PKG-INFO +35 -8
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/README.md +33 -6
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/pyproject.toml +3 -2
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/__init__.py +1 -1
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/industrial_motion_hotfix_v170.py +15 -9
- devagent_physical_engine-1.8.2/src/devagent_physical_engine/industrial_motion_v182.py +127 -0
- devagent_physical_engine-1.8.2/src/devagent_physical_engine/ros2/destination_support_contact_v182.py +56 -0
- devagent_physical_engine-1.8.2/src/devagent_physical_engine/ros2/industrial_sequence_planner_v182.py +208 -0
- devagent_physical_engine-1.8.2/src/devagent_physical_engine/ros2/pilz_sequence_plan_probe_v182.py +101 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2/src/devagent_physical_engine.egg-info}/PKG-INFO +35 -8
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine.egg-info/SOURCES.txt +5 -0
- devagent_physical_engine-1.8.2/tests/test_destination_support_contact_v182.py +234 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_industrial_motion_v170.py +13 -6
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_transfer_place_diagnostic_v172.py +7 -3
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/NOTICE +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/setup.cfg +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/__init__.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/compiler.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/contracts.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/coordinator.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/critic.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/evidence.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/interpreter.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/planner.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/recovery.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/routing.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/runtime.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/semantic.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/agent/structured.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ai_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_campaign.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_importer.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_intelligence.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_readiness.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/commercial_repository.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/continuous_clearance.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/controller_runtime_hotfix_v181.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/doctor.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/engineering_agent.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/engineering_request.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/evidence_replay.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/evidence_trust.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/execution.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/industrial_motion_v170.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/models.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/one_command.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/one_command_runtime.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/one_command_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/one_command_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/operating_envelope.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/__init__.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/benchmark.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/candidates.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/contracts.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/evaluator.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/evidence.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/experience.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/measured.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/optimizer.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/optimization/orchestrator.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/physical_campaign.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/physical_evidence.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/physical_motion.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/planning.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/pose_math.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/preexecution_contract.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/production_authority.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/production_grade.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/project.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/__init__.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/anthropic.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/common.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/factory.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/gemini.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_adapters/openai.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_criterion.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/provider_qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/providers.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/qualification_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/qualification_harness.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/reference_workcell.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/report_test_execution.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/report_test_execution_strict.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/robot_platform.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/robot_support_v18.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/robots.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/__init__.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/abb_irb1200.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/abb_irb1200_preview.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/acceptance.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/commands.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/continuous_clearance_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/controller_action_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/doctor.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/fk_pose.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/fk_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/frame_alignment.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/gazebo_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/gazebo_pose.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/gazebo_world.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/industrial_sequence_planner_v170.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/industrial_sequence_planner_v171.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/industrial_sequence_planner_v172.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/joint_state_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/joint_state_recorder.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/measured_motion.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/moveit_joint_plan_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/moveit_joint_plan_v161_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/moveit_scene.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/moveit_task_planner.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/pilz_sequence_plan_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/preexecution.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/qualification_v10.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/qualification_v11.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/qualification_v12.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/report_test_visualization.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/report_test_visualization_v170.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/scene_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/state_validity_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/support_contact_acm_probe_v170.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/support_contact_lease_v170.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/support_contact_runner_v161.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/support_contact_v161.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/task_adapter.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/task_visualization.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/tf_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/tool_scene.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/tool_scene_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/trajectory.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/trajectory_action_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/trajectory_tracking.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/ur5e.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/ur5e_adapter.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/ur5e_v10_adapter.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/workpiece_follow.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/workpiece_gazebo_follower.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/workpiece_scene.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/ros2/workpiece_scene_probe.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/selective_verification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/selective_verification_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/setup_profile.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/sim_real_qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/simulation.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/simulation_platform.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/smooth_motion_hotfix_v162.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/support_contact_hotfix_v161.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/tool_collision.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/trajectory_qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/twin.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/twin_builder.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/twin_codec.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/twin_materialization.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/user_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/user_cli_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/user_cli_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/user_cli_v18.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/verification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine/workpiece_lifecycle.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine.egg-info/dependency_links.txt +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine.egg-info/entry_points.txt +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine.egg-info/requires.txt +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/src/devagent_physical_engine.egg-info/top_level.txt +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_abb_irb1200_visual_v18.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_agent_core.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_agent_semantic_hardening.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ai_cli.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ai_cli_v07.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_commercial_importer_v1.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_commercial_intelligence_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_commercial_readiness_v1.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_commercial_v1.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_continuous_clearance_v011.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_controller_runtime_hotfix_v181.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_core.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_engineering_request_v07.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_evidence_replay_v12.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_evidence_trust_coverage_v12.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_evidence_trust_transport_v12.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_evidence_trust_v12.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_evidence_viewer_palette_v130.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_gazebo_cli_v0122.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_golden_abb_runner_v171.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_golden_abb_showcase.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_interpreter_profiles_v08.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_joint_state_probe_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_live_provider_qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_measured_motion_v10.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_moveit_planning_diagnostics_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_moveit_scene_v0123.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_natural_language_agent_v07.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_one_command_hardening_v13.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_one_command_pose_hardening_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_one_command_regression_v141.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_one_command_v13.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_openai_strict_schema_v0113.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_optimization_v05.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_physical_campaign_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_physical_evidence_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_physical_motion_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_planning_fallback_v012.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_pose_math_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_preexecution_contract_v10.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_production_authority_v11.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_production_grade_coverage_v11.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_production_grade_v11.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_project_spine_v013.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_provider_and_qualification.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_provider_criterion_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_qualification_cli_lifecycle_v06.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_qualification_harness_v06.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_readme_pypi.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_real_provider_adapters.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_reference_workcell_ros_frames_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_reference_workcell_v012.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_report_test_contract_coverage_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_report_test_lineage_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_report_test_visual_execution_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_robot_platform_v08.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ros2_production_receipts_v011.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ros2_simulation.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ros_trajectory_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_selective_verification_v14.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_setup_profile.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_sim_real_qualification_v011.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_simulation_platform_v08.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_smooth_motion_hotfix_v162.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_support_contact_hotfix_v161.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_tool_collision_v011.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_tool_scene_v0124.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_trajectory_action_probe_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_trajectory_qualification_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_trajectory_tracking_v0125.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_twin_materialization_v10.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_twin_v08.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ur5e_adapter_scopes_v09.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_ur5e_v10_adapter_scopes.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_interactive_v131.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_progress_v131.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_report_visual_v16.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_selective_v14.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_v15.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_user_cli_v15_hotfix_inheritance.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_v052_stabilization.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_v08_catalog_mapping_regression.py +0 -0
- {devagent_physical_engine-1.8.1 → devagent_physical_engine-1.8.2}/tests/test_workpiece_lifecycle_v011.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devagent-physical-engine
|
|
3
|
-
Version: 1.8.
|
|
4
|
-
Summary: Production-grade verification-first robotics evidence runtime with one-command customer intake, truthful robot support tiers, qualified UR5e report-test Gazebo execution, direct ROS controller/action readiness, experimental ABB IRB1200 Gazebo/MoveIt/RViz visualization, transfer/place diagnostics, requirement-driven test generation, selective verification, deterministic Twin lineage, measured physical verification, replay inspection, regression, and FAT evidence.
|
|
3
|
+
Version: 1.8.2
|
|
4
|
+
Summary: Production-grade verification-first robotics evidence runtime with one-command customer intake, truthful robot support tiers, qualified UR5e report-test Gazebo execution, direct ROS controller/action readiness, scoped destination-support place contact, experimental ABB IRB1200 Gazebo/MoveIt/RViz visualization, transfer/place diagnostics, requirement-driven test generation, selective verification, deterministic Twin lineage, measured physical verification, replay inspection, regression, and FAT evidence.
|
|
5
5
|
Author: Tom Ha
|
|
6
6
|
License: All Rights Reserved
|
|
7
7
|
Project-URL: Homepage, https://github.com/tomha85/devagent-physical-engine
|
|
@@ -76,7 +76,7 @@ regression + FAT report + Evidence Viewer
|
|
|
76
76
|
Python 3.11+ is required.
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
|
-
python -m pip install --upgrade devagent-physical-engine==1.8.
|
|
79
|
+
python -m pip install --upgrade devagent-physical-engine==1.8.2
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
Verify the installed package:
|
|
@@ -88,7 +88,7 @@ python -c "import devagent_physical_engine as d; print(d.__version__)"
|
|
|
88
88
|
Expected:
|
|
89
89
|
|
|
90
90
|
```text
|
|
91
|
-
1.8.
|
|
91
|
+
1.8.2
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
Run the normal customer workflow:
|
|
@@ -256,7 +256,7 @@ HOME
|
|
|
256
256
|
↓ PTP
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
|
|
259
|
+
Original v1.7 execution groups:
|
|
260
260
|
|
|
261
261
|
```text
|
|
262
262
|
approach_pick PTP → LIN
|
|
@@ -368,6 +368,32 @@ v1.8.1 makes UR5e readiness and trajectory execution use one controller-binding
|
|
|
368
368
|
|
|
369
369
|
The readiness gate therefore no longer depends on a long-lived `ros2 daemon`, `ros2 node list`, `ros2 topic list`, or `ros2 action list`. It remains fail-closed on missing controller-manager service, no active trajectory controller, ambiguous active controllers, a missing trajectory action server, or missing required UR5e joint state. No collision rule, Pilz target, motion speed, Twin lineage, site-qualification boundary, or real-execution authority is relaxed.
|
|
370
370
|
|
|
371
|
+
## v1.8.2 scoped destination-support place contact
|
|
372
|
+
|
|
373
|
+
A clean v1.8.1 UR5e target-stack run reached exact-Twin read-back and independently proved that transfer PTP planning succeeds while the attached-workpiece place LIN segment fails. v1.8.2 converts that evidence into a narrow placement contract rather than disabling collision checking.
|
|
374
|
+
|
|
375
|
+
The qualified report runtime now uses hard transfer/place boundaries:
|
|
376
|
+
|
|
377
|
+
```text
|
|
378
|
+
approach_pick PTP → LIN
|
|
379
|
+
lift_departure LIN
|
|
380
|
+
transfer_departure PTP
|
|
381
|
+
transfer_place LIN # place only
|
|
382
|
+
retreat_home LIN → PTP
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
`transfer_departure` remains normally collision checked. Only the single zero-blend `place` LIN planning request may add one request-local Allowed Collision Matrix pair:
|
|
386
|
+
|
|
387
|
+
```text
|
|
388
|
+
attached workpiece ↔ declared destination support
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
The place probe starts from the complete live MoveIt ACM, preserves every existing entry, enables only that symmetric pair, and applies the matrix only to the request-local PlanningScene diff. The transfer path cannot inherit the allowance. No global/live destination-contact lease remains active after planning.
|
|
392
|
+
|
|
393
|
+
The v1.8.2 place receipt records the exact destination support id, workpiece id, phase, and contact scope. Missing destination identity, a non-attached scene, a non-LIN place planner, nonzero place blending, malformed support identity, or mismatched receipt fails closed.
|
|
394
|
+
|
|
395
|
+
The release does **not** change real-execution authority, site qualification, target poses, conservative motion scales, or the rule that every motion group must preflight successfully before execution begins.
|
|
396
|
+
|
|
371
397
|
## Qualified visual-execution scope
|
|
372
398
|
|
|
373
399
|
Measured report-test execution remains intentionally narrow:
|
|
@@ -568,9 +594,9 @@ devagent-physical-ai optional provider-backed engineering front end
|
|
|
568
594
|
|
|
569
595
|
# Project status
|
|
570
596
|
|
|
571
|
-
**v1.8.
|
|
597
|
+
**v1.8.2 — Production/Stable software workflow**
|
|
572
598
|
|
|
573
|
-
v1.8.
|
|
599
|
+
v1.8.2 retains the v1.8.1 direct UR5e controller/action binding, v1.8 truthful robot support tiers, and ABB IRB1200 experimental visual runtime. It additionally splits UR5e transfer and placement at a hard motion boundary and scopes destination-support contact to the single zero-blend LIN place planning request, using a request-local full-ACM diff for exactly the attached-workpiece ↔ destination-support pair.
|
|
574
600
|
|
|
575
601
|
Production-oriented software capabilities include:
|
|
576
602
|
|
|
@@ -585,11 +611,12 @@ exact Requirement → Mapping → Verification Plan → Case provenance
|
|
|
585
611
|
truthful robot support tiers
|
|
586
612
|
qualified UR5e report-test visual execution contract
|
|
587
613
|
direct UR5e controller-manager/action readiness binding
|
|
614
|
+
scoped destination-support place contact
|
|
588
615
|
experimental exact ABB IRB1200 Gazebo/MoveIt/RViz preview
|
|
589
616
|
industrial Pilz PTP / LIN planning
|
|
590
617
|
adaptive bounded blend selection
|
|
591
618
|
plan-only transfer/place segment diagnostics
|
|
592
|
-
lift-only support
|
|
619
|
+
lift-only source-support contact lease + exact restore
|
|
593
620
|
Gazebo/MoveIt selected-case visualization
|
|
594
621
|
typed physical measurement binding
|
|
595
622
|
deterministic campaigns
|
|
@@ -35,7 +35,7 @@ regression + FAT report + Evidence Viewer
|
|
|
35
35
|
Python 3.11+ is required.
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
python -m pip install --upgrade devagent-physical-engine==1.8.
|
|
38
|
+
python -m pip install --upgrade devagent-physical-engine==1.8.2
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
Verify the installed package:
|
|
@@ -47,7 +47,7 @@ python -c "import devagent_physical_engine as d; print(d.__version__)"
|
|
|
47
47
|
Expected:
|
|
48
48
|
|
|
49
49
|
```text
|
|
50
|
-
1.8.
|
|
50
|
+
1.8.2
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
Run the normal customer workflow:
|
|
@@ -215,7 +215,7 @@ HOME
|
|
|
215
215
|
↓ PTP
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
|
|
218
|
+
Original v1.7 execution groups:
|
|
219
219
|
|
|
220
220
|
```text
|
|
221
221
|
approach_pick PTP → LIN
|
|
@@ -327,6 +327,32 @@ v1.8.1 makes UR5e readiness and trajectory execution use one controller-binding
|
|
|
327
327
|
|
|
328
328
|
The readiness gate therefore no longer depends on a long-lived `ros2 daemon`, `ros2 node list`, `ros2 topic list`, or `ros2 action list`. It remains fail-closed on missing controller-manager service, no active trajectory controller, ambiguous active controllers, a missing trajectory action server, or missing required UR5e joint state. No collision rule, Pilz target, motion speed, Twin lineage, site-qualification boundary, or real-execution authority is relaxed.
|
|
329
329
|
|
|
330
|
+
## v1.8.2 scoped destination-support place contact
|
|
331
|
+
|
|
332
|
+
A clean v1.8.1 UR5e target-stack run reached exact-Twin read-back and independently proved that transfer PTP planning succeeds while the attached-workpiece place LIN segment fails. v1.8.2 converts that evidence into a narrow placement contract rather than disabling collision checking.
|
|
333
|
+
|
|
334
|
+
The qualified report runtime now uses hard transfer/place boundaries:
|
|
335
|
+
|
|
336
|
+
```text
|
|
337
|
+
approach_pick PTP → LIN
|
|
338
|
+
lift_departure LIN
|
|
339
|
+
transfer_departure PTP
|
|
340
|
+
transfer_place LIN # place only
|
|
341
|
+
retreat_home LIN → PTP
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
`transfer_departure` remains normally collision checked. Only the single zero-blend `place` LIN planning request may add one request-local Allowed Collision Matrix pair:
|
|
345
|
+
|
|
346
|
+
```text
|
|
347
|
+
attached workpiece ↔ declared destination support
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
The place probe starts from the complete live MoveIt ACM, preserves every existing entry, enables only that symmetric pair, and applies the matrix only to the request-local PlanningScene diff. The transfer path cannot inherit the allowance. No global/live destination-contact lease remains active after planning.
|
|
351
|
+
|
|
352
|
+
The v1.8.2 place receipt records the exact destination support id, workpiece id, phase, and contact scope. Missing destination identity, a non-attached scene, a non-LIN place planner, nonzero place blending, malformed support identity, or mismatched receipt fails closed.
|
|
353
|
+
|
|
354
|
+
The release does **not** change real-execution authority, site qualification, target poses, conservative motion scales, or the rule that every motion group must preflight successfully before execution begins.
|
|
355
|
+
|
|
330
356
|
## Qualified visual-execution scope
|
|
331
357
|
|
|
332
358
|
Measured report-test execution remains intentionally narrow:
|
|
@@ -527,9 +553,9 @@ devagent-physical-ai optional provider-backed engineering front end
|
|
|
527
553
|
|
|
528
554
|
# Project status
|
|
529
555
|
|
|
530
|
-
**v1.8.
|
|
556
|
+
**v1.8.2 — Production/Stable software workflow**
|
|
531
557
|
|
|
532
|
-
v1.8.
|
|
558
|
+
v1.8.2 retains the v1.8.1 direct UR5e controller/action binding, v1.8 truthful robot support tiers, and ABB IRB1200 experimental visual runtime. It additionally splits UR5e transfer and placement at a hard motion boundary and scopes destination-support contact to the single zero-blend LIN place planning request, using a request-local full-ACM diff for exactly the attached-workpiece ↔ destination-support pair.
|
|
533
559
|
|
|
534
560
|
Production-oriented software capabilities include:
|
|
535
561
|
|
|
@@ -544,11 +570,12 @@ exact Requirement → Mapping → Verification Plan → Case provenance
|
|
|
544
570
|
truthful robot support tiers
|
|
545
571
|
qualified UR5e report-test visual execution contract
|
|
546
572
|
direct UR5e controller-manager/action readiness binding
|
|
573
|
+
scoped destination-support place contact
|
|
547
574
|
experimental exact ABB IRB1200 Gazebo/MoveIt/RViz preview
|
|
548
575
|
industrial Pilz PTP / LIN planning
|
|
549
576
|
adaptive bounded blend selection
|
|
550
577
|
plan-only transfer/place segment diagnostics
|
|
551
|
-
lift-only support
|
|
578
|
+
lift-only source-support contact lease + exact restore
|
|
552
579
|
Gazebo/MoveIt selected-case visualization
|
|
553
580
|
typed physical measurement binding
|
|
554
581
|
deterministic campaigns
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "devagent-physical-engine"
|
|
7
|
-
version = "1.8.
|
|
8
|
-
description = "Production-grade verification-first robotics evidence runtime with one-command customer intake, truthful robot support tiers, qualified UR5e report-test Gazebo execution, direct ROS controller/action readiness, experimental ABB IRB1200 Gazebo/MoveIt/RViz visualization, transfer/place diagnostics, requirement-driven test generation, selective verification, deterministic Twin lineage, measured physical verification, replay inspection, regression, and FAT evidence."
|
|
7
|
+
version = "1.8.2"
|
|
8
|
+
description = "Production-grade verification-first robotics evidence runtime with one-command customer intake, truthful robot support tiers, qualified UR5e report-test Gazebo execution, direct ROS controller/action readiness, scoped destination-support place contact, experimental ABB IRB1200 Gazebo/MoveIt/RViz visualization, transfer/place diagnostics, requirement-driven test generation, selective verification, deterministic Twin lineage, measured physical verification, replay inspection, regression, and FAT evidence."
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
requires-python = ">=3.11"
|
|
11
11
|
dependencies = ["PyYAML>=6.0,<7"]
|
|
@@ -76,6 +76,7 @@ omit = [
|
|
|
76
76
|
"src/devagent_physical_engine/ros2/industrial_sequence_planner_v170.py",
|
|
77
77
|
"src/devagent_physical_engine/ros2/industrial_sequence_planner_v171.py",
|
|
78
78
|
"src/devagent_physical_engine/ros2/industrial_sequence_planner_v172.py",
|
|
79
|
+
"src/devagent_physical_engine/ros2/industrial_sequence_planner_v182.py",
|
|
79
80
|
"src/devagent_physical_engine/ros2/support_contact_lease_v170.py",
|
|
80
81
|
"src/devagent_physical_engine/ros2/fk_pose.py",
|
|
81
82
|
"src/devagent_physical_engine/ros2/gazebo_pose.py",
|
|
@@ -24,24 +24,30 @@ def _patch_constructor(cls) -> None:
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
def install_industrial_motion_v170() -> None:
|
|
27
|
-
"""Route report-test execution through the qualified
|
|
27
|
+
"""Route report-test execution through the latest qualified industrial runtime.
|
|
28
28
|
|
|
29
|
-
v1.7.1
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
execution
|
|
29
|
+
v1.7.1 retains bounded blend fallback and v1.7.2 retains independent transfer/
|
|
30
|
+
place diagnostics for the legacy two-segment group. v1.8.2 introduces a stricter
|
|
31
|
+
destination-contact boundary for the qualified report runtime: transfer is a
|
|
32
|
+
separate normally collision-checked PTP group, while the existing
|
|
33
|
+
``transfer_place`` execution/release boundary becomes one zero-blend LIN place
|
|
34
|
+
group. Only that single place request may allow the attached workpiece to contact
|
|
35
|
+
the declared destination support, and only through a request-local full-ACM diff.
|
|
36
|
+
No real-execution authority, geometry, speed, Twin lineage, or other collision
|
|
37
|
+
relationship is relaxed.
|
|
34
38
|
"""
|
|
35
39
|
|
|
36
40
|
from . import report_test_execution as base_exec
|
|
37
41
|
from . import report_test_execution_strict as strict_exec
|
|
42
|
+
from .industrial_motion_v182 import reference_industrial_groups_v182
|
|
38
43
|
from .ros2 import report_test_visualization as base_visual
|
|
39
44
|
from .ros2 import report_test_visualization_v170 as visual_v170
|
|
40
|
-
from .ros2.
|
|
41
|
-
|
|
45
|
+
from .ros2.industrial_sequence_planner_v182 import (
|
|
46
|
+
PilzIndustrialSequencePlannerV182,
|
|
42
47
|
)
|
|
43
48
|
|
|
44
|
-
visual_v170.PilzIndustrialSequencePlannerV170 =
|
|
49
|
+
visual_v170.PilzIndustrialSequencePlannerV170 = PilzIndustrialSequencePlannerV182
|
|
50
|
+
visual_v170.reference_industrial_groups = reference_industrial_groups_v182
|
|
45
51
|
|
|
46
52
|
base_exec.run_report_test_visualization = run_report_test_visualization_v170
|
|
47
53
|
strict_exec.run_report_test_visualization = run_report_test_visualization_v170
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from .industrial_motion_v170 import (
|
|
4
|
+
LIN_ACCELERATION_SCALE,
|
|
5
|
+
LIN_VELOCITY_SCALE,
|
|
6
|
+
PTP_ACCELERATION_SCALE,
|
|
7
|
+
PTP_VELOCITY_SCALE,
|
|
8
|
+
SAFE_BLEND_RADIUS_M,
|
|
9
|
+
IndustrialGroupSpec,
|
|
10
|
+
IndustrialSegmentSpec,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
INDUSTRIAL_MOTION_PROFILE_V182 = "pilz_ptp_lin_destination_contact_v2"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def reference_industrial_groups_v182() -> tuple[IndustrialGroupSpec, ...]:
|
|
18
|
+
"""Qualified UR5e motion boundaries for destination-support placement.
|
|
19
|
+
|
|
20
|
+
v1.8.2 makes destination contact a hard motion boundary. Transfer is planned as
|
|
21
|
+
one collision-normal PTP group. Place is then planned as one zero-blend LIN group
|
|
22
|
+
whose request-local PlanningScene may allow exactly the attached workpiece and
|
|
23
|
+
the declared destination support to contact. This keeps the contact allowance out
|
|
24
|
+
of transfer geometry while preserving the existing execution/release boundary at
|
|
25
|
+
the ``transfer_place`` group id.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
groups = (
|
|
29
|
+
IndustrialGroupSpec(
|
|
30
|
+
"approach_pick",
|
|
31
|
+
(
|
|
32
|
+
IndustrialSegmentSpec(
|
|
33
|
+
"pre_pick",
|
|
34
|
+
"PTP",
|
|
35
|
+
SAFE_BLEND_RADIUS_M,
|
|
36
|
+
PTP_VELOCITY_SCALE,
|
|
37
|
+
PTP_ACCELERATION_SCALE,
|
|
38
|
+
),
|
|
39
|
+
IndustrialSegmentSpec(
|
|
40
|
+
"pick",
|
|
41
|
+
"LIN",
|
|
42
|
+
0.0,
|
|
43
|
+
LIN_VELOCITY_SCALE,
|
|
44
|
+
LIN_ACCELERATION_SCALE,
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
workpiece_loaded=False,
|
|
48
|
+
scene_state="inherit",
|
|
49
|
+
),
|
|
50
|
+
IndustrialGroupSpec(
|
|
51
|
+
"lift_departure",
|
|
52
|
+
(
|
|
53
|
+
IndustrialSegmentSpec(
|
|
54
|
+
"lift",
|
|
55
|
+
"LIN",
|
|
56
|
+
0.0,
|
|
57
|
+
LIN_VELOCITY_SCALE,
|
|
58
|
+
LIN_ACCELERATION_SCALE,
|
|
59
|
+
),
|
|
60
|
+
),
|
|
61
|
+
workpiece_loaded=True,
|
|
62
|
+
scene_state="attached",
|
|
63
|
+
support_contact_departure=True,
|
|
64
|
+
),
|
|
65
|
+
IndustrialGroupSpec(
|
|
66
|
+
"transfer_departure",
|
|
67
|
+
(
|
|
68
|
+
IndustrialSegmentSpec(
|
|
69
|
+
"transfer",
|
|
70
|
+
"PTP",
|
|
71
|
+
0.0,
|
|
72
|
+
PTP_VELOCITY_SCALE,
|
|
73
|
+
PTP_ACCELERATION_SCALE,
|
|
74
|
+
),
|
|
75
|
+
),
|
|
76
|
+
workpiece_loaded=True,
|
|
77
|
+
scene_state="attached",
|
|
78
|
+
),
|
|
79
|
+
IndustrialGroupSpec(
|
|
80
|
+
"transfer_place",
|
|
81
|
+
(
|
|
82
|
+
IndustrialSegmentSpec(
|
|
83
|
+
"place",
|
|
84
|
+
"LIN",
|
|
85
|
+
0.0,
|
|
86
|
+
LIN_VELOCITY_SCALE,
|
|
87
|
+
LIN_ACCELERATION_SCALE,
|
|
88
|
+
),
|
|
89
|
+
),
|
|
90
|
+
workpiece_loaded=True,
|
|
91
|
+
scene_state="attached",
|
|
92
|
+
),
|
|
93
|
+
IndustrialGroupSpec(
|
|
94
|
+
"retreat_home",
|
|
95
|
+
(
|
|
96
|
+
IndustrialSegmentSpec(
|
|
97
|
+
"retract",
|
|
98
|
+
"LIN",
|
|
99
|
+
SAFE_BLEND_RADIUS_M,
|
|
100
|
+
LIN_VELOCITY_SCALE,
|
|
101
|
+
LIN_ACCELERATION_SCALE,
|
|
102
|
+
),
|
|
103
|
+
IndustrialSegmentSpec(
|
|
104
|
+
"return_home",
|
|
105
|
+
"PTP",
|
|
106
|
+
0.0,
|
|
107
|
+
PTP_VELOCITY_SCALE,
|
|
108
|
+
PTP_ACCELERATION_SCALE,
|
|
109
|
+
),
|
|
110
|
+
),
|
|
111
|
+
workpiece_loaded=False,
|
|
112
|
+
scene_state="world",
|
|
113
|
+
),
|
|
114
|
+
)
|
|
115
|
+
expected = (
|
|
116
|
+
"pre_pick",
|
|
117
|
+
"pick",
|
|
118
|
+
"lift",
|
|
119
|
+
"transfer",
|
|
120
|
+
"place",
|
|
121
|
+
"retract",
|
|
122
|
+
"return_home",
|
|
123
|
+
)
|
|
124
|
+
actual = tuple(phase for group in groups for phase in group.phase_names)
|
|
125
|
+
if actual != expected:
|
|
126
|
+
raise RuntimeError("industrial_v182_reference_phase_coverage_invalid")
|
|
127
|
+
return groups
|
devagent_physical_engine-1.8.2/src/devagent_physical_engine/ros2/destination_support_contact_v182.py
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from copy import deepcopy
|
|
4
|
+
from typing import Any, Mapping
|
|
5
|
+
|
|
6
|
+
from ..simulation_platform import SimulationPlatformError
|
|
7
|
+
from .support_contact_v161 import support_surface_backend_id
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
DESTINATION_SUPPORT_CONTACT_SCOPE = "place_arrival_only"
|
|
11
|
+
DESTINATION_SUPPORT_CONTACT_PHASE = "place"
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def destination_support_backend_id(destination_entity_id: str) -> str:
|
|
15
|
+
destination = str(destination_entity_id).strip()
|
|
16
|
+
if not destination:
|
|
17
|
+
raise SimulationPlatformError("destination_support_entity_id_missing")
|
|
18
|
+
return support_surface_backend_id(destination)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
def prepare_destination_support_scene(
|
|
22
|
+
scene_contract: Mapping[str, Any] | None,
|
|
23
|
+
*,
|
|
24
|
+
destination_entity_id: str,
|
|
25
|
+
) -> tuple[dict[str, Any], str, str]:
|
|
26
|
+
"""Allow exactly attached-workpiece ↔ declared destination support for place.
|
|
27
|
+
|
|
28
|
+
The returned scene is a request-local copy. No live/global ACM state is mutated.
|
|
29
|
+
The caller must use it only for a single zero-blend LIN ``place`` request.
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
if not isinstance(scene_contract, Mapping):
|
|
33
|
+
raise SimulationPlatformError("destination_support_scene_required")
|
|
34
|
+
if str(scene_contract.get("state") or "") != "attached":
|
|
35
|
+
raise SimulationPlatformError("destination_support_requires_attached_scene")
|
|
36
|
+
raw_workpiece = scene_contract.get("workpiece")
|
|
37
|
+
if not isinstance(raw_workpiece, Mapping):
|
|
38
|
+
raise SimulationPlatformError("destination_support_workpiece_missing")
|
|
39
|
+
workpiece_id = str(raw_workpiece.get("id") or "").strip()
|
|
40
|
+
if not workpiece_id:
|
|
41
|
+
raise SimulationPlatformError("destination_support_workpiece_missing")
|
|
42
|
+
|
|
43
|
+
support_id = destination_support_backend_id(destination_entity_id)
|
|
44
|
+
if workpiece_id == support_id:
|
|
45
|
+
raise SimulationPlatformError("destination_support_pair_invalid")
|
|
46
|
+
|
|
47
|
+
scene = deepcopy(dict(scene_contract))
|
|
48
|
+
scene.update(
|
|
49
|
+
{
|
|
50
|
+
"allow_support_contact": True,
|
|
51
|
+
"support_contact_scope": DESTINATION_SUPPORT_CONTACT_SCOPE,
|
|
52
|
+
"support_contact_phase": DESTINATION_SUPPORT_CONTACT_PHASE,
|
|
53
|
+
"support_surface_id": support_id,
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
return scene, workpiece_id, support_id
|
devagent_physical_engine-1.8.2/src/devagent_physical_engine/ros2/industrial_sequence_planner_v182.py
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import json
|
|
4
|
+
from pathlib import Path
|
|
5
|
+
from typing import Any, Mapping, Sequence
|
|
6
|
+
|
|
7
|
+
from ..industrial_motion_v170 import IndustrialGroupSpec
|
|
8
|
+
from ..physical_motion import PhysicalMotionPlan
|
|
9
|
+
from ..simulation_platform import SimulationPlatformError
|
|
10
|
+
from .commands import CommandResult, RosCommandRunner
|
|
11
|
+
from .destination_support_contact_v182 import (
|
|
12
|
+
DESTINATION_SUPPORT_CONTACT_PHASE,
|
|
13
|
+
DESTINATION_SUPPORT_CONTACT_SCOPE,
|
|
14
|
+
prepare_destination_support_scene,
|
|
15
|
+
)
|
|
16
|
+
from .industrial_sequence_planner_v170 import PilzIndustrialSequencePlannerV170
|
|
17
|
+
from .industrial_sequence_planner_v172 import PilzIndustrialSequencePlannerV172
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class _DestinationPlaceProbeRunner:
|
|
21
|
+
"""Delegate ROS commands but route the place request through the v1.8.2 probe."""
|
|
22
|
+
|
|
23
|
+
def __init__(self, delegate: RosCommandRunner) -> None:
|
|
24
|
+
self.delegate = delegate
|
|
25
|
+
|
|
26
|
+
def run(self, command: Sequence[str], *, timeout_s: float = 15.0) -> CommandResult:
|
|
27
|
+
parts = tuple(command)
|
|
28
|
+
if len(parts) >= 2 and Path(parts[1]).name == "pilz_sequence_plan_probe.py":
|
|
29
|
+
helper = Path(__file__).with_name("pilz_sequence_plan_probe_v182.py").resolve()
|
|
30
|
+
parts = (parts[0], str(helper), *parts[2:])
|
|
31
|
+
return self.delegate.run(parts, timeout_s=timeout_s)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def _destination_from_metadata(metadata: Mapping[str, Any] | None) -> str:
|
|
35
|
+
if not isinstance(metadata, Mapping):
|
|
36
|
+
raise SimulationPlatformError("destination_support_metadata_required")
|
|
37
|
+
destination = str(metadata.get("destination") or "").strip()
|
|
38
|
+
if not destination:
|
|
39
|
+
raise SimulationPlatformError("destination_support_entity_id_missing")
|
|
40
|
+
return destination
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def _validate_place_group(group: IndustrialGroupSpec) -> None:
|
|
44
|
+
if (
|
|
45
|
+
group.group_id != "transfer_place"
|
|
46
|
+
or group.phase_names != (DESTINATION_SUPPORT_CONTACT_PHASE,)
|
|
47
|
+
or len(group.segments) != 1
|
|
48
|
+
or group.segments[0].planner_id != "LIN"
|
|
49
|
+
or group.segments[0].blend_radius_m != 0.0
|
|
50
|
+
or not group.workpiece_loaded
|
|
51
|
+
or group.scene_state != "attached"
|
|
52
|
+
or group.support_contact_departure
|
|
53
|
+
):
|
|
54
|
+
raise SimulationPlatformError("destination_support_place_group_invalid")
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class PilzIndustrialSequencePlannerV182(PilzIndustrialSequencePlannerV172):
|
|
58
|
+
"""v1.8.2 planner with a request-local destination-support place allowance.
|
|
59
|
+
|
|
60
|
+
The normal v1.7/v1.8.1 planner remains authoritative for every group except the
|
|
61
|
+
qualified single-segment ``transfer_place`` group emitted by the v1.8.2 motion
|
|
62
|
+
profile. That group contains only the zero-blend LIN ``place`` phase. Its
|
|
63
|
+
PlanningScene diff may allow exactly one symmetric pair: the attached workpiece
|
|
64
|
+
and the declared destination support. Transfer is a separate normally collision-
|
|
65
|
+
checked PTP group, so the contact allowance cannot mask a transfer collision.
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
def _plan_destination_place(
|
|
69
|
+
self,
|
|
70
|
+
*,
|
|
71
|
+
motion_id: str,
|
|
72
|
+
group: IndustrialGroupSpec,
|
|
73
|
+
robot_profile_key: str,
|
|
74
|
+
joint_names: tuple[str, ...],
|
|
75
|
+
start_positions_rad: tuple[float, ...],
|
|
76
|
+
phase_targets_rad: Mapping[str, tuple[float, ...]],
|
|
77
|
+
source_graph_hash: str,
|
|
78
|
+
twin_hash: str,
|
|
79
|
+
scene_contract: Mapping[str, Any] | None,
|
|
80
|
+
source_entity_id: str,
|
|
81
|
+
metadata: Mapping[str, Any] | None,
|
|
82
|
+
) -> PhysicalMotionPlan:
|
|
83
|
+
_validate_place_group(group)
|
|
84
|
+
destination = _destination_from_metadata(metadata)
|
|
85
|
+
scene, workpiece_id, support_id = prepare_destination_support_scene(
|
|
86
|
+
scene_contract,
|
|
87
|
+
destination_entity_id=destination,
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
planner = PilzIndustrialSequencePlannerV170(
|
|
91
|
+
_DestinationPlaceProbeRunner(self.runner),
|
|
92
|
+
work_dir=self.work_dir,
|
|
93
|
+
planning_group=self.planning_group,
|
|
94
|
+
timeout_s=self.timeout_s,
|
|
95
|
+
allowed_planning_time_s=self.allowed_planning_time_s,
|
|
96
|
+
start_match_tolerance_rad=self.start_match_tolerance_rad,
|
|
97
|
+
goal_match_tolerance_rad=self.goal_match_tolerance_rad,
|
|
98
|
+
)
|
|
99
|
+
motion = planner.plan(
|
|
100
|
+
motion_id=motion_id,
|
|
101
|
+
group=group,
|
|
102
|
+
robot_profile_key=robot_profile_key,
|
|
103
|
+
joint_names=joint_names,
|
|
104
|
+
start_positions_rad=start_positions_rad,
|
|
105
|
+
phase_targets_rad=phase_targets_rad,
|
|
106
|
+
source_graph_hash=source_graph_hash,
|
|
107
|
+
twin_hash=twin_hash,
|
|
108
|
+
scene_contract=scene,
|
|
109
|
+
source_entity_id=source_entity_id,
|
|
110
|
+
metadata=metadata,
|
|
111
|
+
)
|
|
112
|
+
|
|
113
|
+
receipt_path = Path(str(motion.metadata["pilz_sequence_receipt"]))
|
|
114
|
+
try:
|
|
115
|
+
receipt = json.loads(receipt_path.read_text(encoding="utf-8"))
|
|
116
|
+
except (OSError, json.JSONDecodeError) as exc:
|
|
117
|
+
raise SimulationPlatformError("destination_support_receipt_invalid") from exc
|
|
118
|
+
if (
|
|
119
|
+
not isinstance(receipt, dict)
|
|
120
|
+
or receipt.get("success") is not True
|
|
121
|
+
or receipt.get("destination_support_contact_allowed") is not True
|
|
122
|
+
or str(receipt.get("destination_support_contact_scope") or "")
|
|
123
|
+
!= DESTINATION_SUPPORT_CONTACT_SCOPE
|
|
124
|
+
or str(receipt.get("destination_support_contact_phase") or "")
|
|
125
|
+
!= DESTINATION_SUPPORT_CONTACT_PHASE
|
|
126
|
+
or str(receipt.get("destination_support_workpiece_id") or "") != workpiece_id
|
|
127
|
+
or str(receipt.get("destination_support_surface_id") or "") != support_id
|
|
128
|
+
):
|
|
129
|
+
raise SimulationPlatformError("destination_support_receipt_mismatch")
|
|
130
|
+
|
|
131
|
+
motion_metadata = dict(motion.metadata)
|
|
132
|
+
motion_metadata.update(
|
|
133
|
+
{
|
|
134
|
+
"destination_support_contact": True,
|
|
135
|
+
"destination_support_contact_scope": DESTINATION_SUPPORT_CONTACT_SCOPE,
|
|
136
|
+
"destination_support_contact_phase": DESTINATION_SUPPORT_CONTACT_PHASE,
|
|
137
|
+
"destination_support_workpiece_id": workpiece_id,
|
|
138
|
+
"destination_support_surface_id": support_id,
|
|
139
|
+
"destination_entity_id": destination,
|
|
140
|
+
"destination_support_request_local_only": True,
|
|
141
|
+
}
|
|
142
|
+
)
|
|
143
|
+
constraints = tuple(
|
|
144
|
+
dict.fromkeys(
|
|
145
|
+
(
|
|
146
|
+
*motion.constraints,
|
|
147
|
+
"destination_support_contact_pair_only",
|
|
148
|
+
"destination_support_place_only",
|
|
149
|
+
"destination_support_request_local_acm",
|
|
150
|
+
)
|
|
151
|
+
)
|
|
152
|
+
)
|
|
153
|
+
return PhysicalMotionPlan(
|
|
154
|
+
motion_id=motion.motion_id,
|
|
155
|
+
robot_profile_key=motion.robot_profile_key,
|
|
156
|
+
joint_names=motion.joint_names,
|
|
157
|
+
points=motion.points,
|
|
158
|
+
source_graph_hash=motion.source_graph_hash,
|
|
159
|
+
planner_id="moveit_pilz_destination_support_place_v182",
|
|
160
|
+
twin_hash=motion.twin_hash,
|
|
161
|
+
constraints=constraints,
|
|
162
|
+
metadata=motion_metadata,
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
def plan(
|
|
166
|
+
self,
|
|
167
|
+
*,
|
|
168
|
+
motion_id: str,
|
|
169
|
+
group: IndustrialGroupSpec,
|
|
170
|
+
robot_profile_key: str,
|
|
171
|
+
joint_names: tuple[str, ...],
|
|
172
|
+
start_positions_rad: tuple[float, ...],
|
|
173
|
+
phase_targets_rad: Mapping[str, tuple[float, ...]],
|
|
174
|
+
source_graph_hash: str,
|
|
175
|
+
twin_hash: str,
|
|
176
|
+
scene_contract: Mapping[str, Any] | None,
|
|
177
|
+
source_entity_id: str,
|
|
178
|
+
metadata: Mapping[str, Any] | None = None,
|
|
179
|
+
) -> PhysicalMotionPlan:
|
|
180
|
+
if group.group_id == "transfer_place" and group.phase_names == (
|
|
181
|
+
DESTINATION_SUPPORT_CONTACT_PHASE,
|
|
182
|
+
):
|
|
183
|
+
return self._plan_destination_place(
|
|
184
|
+
motion_id=motion_id,
|
|
185
|
+
group=group,
|
|
186
|
+
robot_profile_key=robot_profile_key,
|
|
187
|
+
joint_names=joint_names,
|
|
188
|
+
start_positions_rad=start_positions_rad,
|
|
189
|
+
phase_targets_rad=phase_targets_rad,
|
|
190
|
+
source_graph_hash=source_graph_hash,
|
|
191
|
+
twin_hash=twin_hash,
|
|
192
|
+
scene_contract=scene_contract,
|
|
193
|
+
source_entity_id=source_entity_id,
|
|
194
|
+
metadata=metadata,
|
|
195
|
+
)
|
|
196
|
+
return super().plan(
|
|
197
|
+
motion_id=motion_id,
|
|
198
|
+
group=group,
|
|
199
|
+
robot_profile_key=robot_profile_key,
|
|
200
|
+
joint_names=joint_names,
|
|
201
|
+
start_positions_rad=start_positions_rad,
|
|
202
|
+
phase_targets_rad=phase_targets_rad,
|
|
203
|
+
source_graph_hash=source_graph_hash,
|
|
204
|
+
twin_hash=twin_hash,
|
|
205
|
+
scene_contract=scene_contract,
|
|
206
|
+
source_entity_id=source_entity_id,
|
|
207
|
+
metadata=metadata,
|
|
208
|
+
)
|