rskill.yaml: sync to OpenRAL namespace + current schema (joint_units, evaluated_tasks, ADR-0071)
Browse files- rskill.yaml +2 -2
rskill.yaml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
# (`joint_names` + `positions`) and lowers it into a MoveGroup
|
| 6 |
# `joint_constraints` goal — the clean, LLM-facing form (positions, not
|
| 7 |
# hand-written constraint dicts). Renamed from `openral/rskill-moveit-plan-arm`
|
| 8 |
-
# under ADR-
|
| 9 |
# over one ROSActionRskill engine).
|
| 10 |
#
|
| 11 |
# Collision posture: MoveIt's internal FCL planner does self + planning-scene
|
|
@@ -73,7 +73,7 @@ ros_integration:
|
|
| 73 |
# `MoveGroup.Result.planned_trajectory.joint_trajectory` is reordered into the
|
| 74 |
# host RobotDescription.joints order before per-waypoint chunk emission.
|
| 75 |
result_trajectory_field: "planned_trajectory.joint_trajectory"
|
| 76 |
-
# ADR-
|
| 77 |
# block below (joint_names + positions) is lowered into
|
| 78 |
# `request.goal_constraints[0].joint_constraints` at configure time.
|
| 79 |
goal_builder: "joint"
|
|
|
|
| 5 |
# (`joint_names` + `positions`) and lowers it into a MoveGroup
|
| 6 |
# `joint_constraints` goal — the clean, LLM-facing form (positions, not
|
| 7 |
# hand-written constraint dicts). Renamed from `openral/rskill-moveit-plan-arm`
|
| 8 |
+
# under ADR-0054 (the `rskill-moveit-*` family: -joints / -eef-pose / -look-at
|
| 9 |
# over one ROSActionRskill engine).
|
| 10 |
#
|
| 11 |
# Collision posture: MoveIt's internal FCL planner does self + planning-scene
|
|
|
|
| 73 |
# `MoveGroup.Result.planned_trajectory.joint_trajectory` is reordered into the
|
| 74 |
# host RobotDescription.joints order before per-waypoint chunk emission.
|
| 75 |
result_trajectory_field: "planned_trajectory.joint_trajectory"
|
| 76 |
+
# ADR-0054 — selects the JointGoalRskill goal-lowering adapter: the `joint`
|
| 77 |
# block below (joint_names + positions) is lowered into
|
| 78 |
# `request.goal_constraints[0].joint_constraints` at configure time.
|
| 79 |
goal_builder: "joint"
|