rskill.yaml: sync to OpenRAL namespace + current schema (joint_units, evaluated_tasks, ADR-0071)
Browse files- rskill.yaml +3 -3
rskill.yaml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
# rSkill manifest — moveit-eef-pose: plan to a Cartesian end-effector pose (ADR-
|
| 2 |
#
|
| 3 |
# Wraps `moveit_msgs/action/MoveGroup`. `ros_integration.goal_builder: pose`
|
| 4 |
# selects the `PoseGoalRskill` adapter, which consumes a `pose` block (target
|
| 5 |
# position + quaternion orientation for a constrained link) and lowers it into
|
| 6 |
# MoveGroup position + orientation constraints. The generic Cartesian sibling
|
| 7 |
# of rskill-moveit-look-at (gaze is a computed-pose specialisation); new under
|
| 8 |
-
# ADR-
|
| 9 |
#
|
| 10 |
# Collision posture: MoveIt's internal FCL planner does self + planning-scene
|
| 11 |
# (world) collision checking at plan time. `plan_only: true` so OpenRAL's
|
|
@@ -65,7 +65,7 @@ ros_integration:
|
|
| 65 |
interface_type: "MoveGroup"
|
| 66 |
interface_name: "/move_action"
|
| 67 |
result_trajectory_field: "planned_trajectory.joint_trajectory"
|
| 68 |
-
# ADR-
|
| 69 |
# block below is lowered into `request.goal_constraints[0]` (position +
|
| 70 |
# orientation constraints) on the first step. Set `pose.tool_frame` to express
|
| 71 |
# the target for a TCP/tool frame (TF-looked-up link←tool offset); omit it to
|
|
|
|
| 1 |
+
# rSkill manifest — moveit-eef-pose: plan to a Cartesian end-effector pose (ADR-0054)
|
| 2 |
#
|
| 3 |
# Wraps `moveit_msgs/action/MoveGroup`. `ros_integration.goal_builder: pose`
|
| 4 |
# selects the `PoseGoalRskill` adapter, which consumes a `pose` block (target
|
| 5 |
# position + quaternion orientation for a constrained link) and lowers it into
|
| 6 |
# MoveGroup position + orientation constraints. The generic Cartesian sibling
|
| 7 |
# of rskill-moveit-look-at (gaze is a computed-pose specialisation); new under
|
| 8 |
+
# ADR-0054's rskill-moveit-* family.
|
| 9 |
#
|
| 10 |
# Collision posture: MoveIt's internal FCL planner does self + planning-scene
|
| 11 |
# (world) collision checking at plan time. `plan_only: true` so OpenRAL's
|
|
|
|
| 65 |
interface_type: "MoveGroup"
|
| 66 |
interface_name: "/move_action"
|
| 67 |
result_trajectory_field: "planned_trajectory.joint_trajectory"
|
| 68 |
+
# ADR-0054 — selects the PoseGoalRskill goal-lowering adapter: the `pose`
|
| 69 |
# block below is lowered into `request.goal_constraints[0]` (position +
|
| 70 |
# orientation constraints) on the first step. Set `pose.tool_frame` to express
|
| 71 |
# the target for a TCP/tool frame (TF-looked-up link←tool offset); omit it to
|