lab-task-search-approach
Find the satellite with bounded image-only search and then approach it conservatively to a safe near-front stop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Find the satellite with bounded image-only search and then approach it conservatively to a safe near-front stop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fly around a visible target and station directly above it at a safe distance. Use for reposition tasks that must end overhead of the target rather than in front of it.
Always-on operational baseline for SpaceMind. Defines shared coordinates, action policy, safety guards, observability rules, and perception workflow for all tasks.
Image-first laboratory navigation policy for ground-robot experiments. Use when the task must be solved with raw current images, conservative motion, and no oracle geometry.
Recover a temporarily lost target in the laboratory with bounded planar search and no blind forward motion.
Safely approach a visible laboratory satellite target and stop in a conservative near-front hold using only current images and motion tools.
Diagnose the laboratory target from raw image evidence, conservative viewpoint changes, and optional code support.
| name | lab-task-search-approach |
| description | Find the satellite with bounded image-only search and then approach it conservatively to a safe near-front stop. |
| metadata | {"skill_kind":"task","routing_summary":"Use when the target may be out of view and the mission is to find it first, then approach safely.","routing_keywords":["search target","find satellite","reacquire then approach","target not visible","search and approach"]} |
If the satellite is not in view, reacquire it with a bounded search. Once visible, switch immediately to approach mode and stop at about 1 meter from the target surface.
At each step, you MUST first describe what you see in the current image, then answer: Is the target satellite visible?
This is the most important rule: once you see the target, NEVER go back to search turning. Stay in approach mode.
Critical first action after finding the target: CHECK CENTERING BEFORE ANYTHING ELSE.
set_attitude(dyaw=-10) to turn left and recenter. Do NOT move forward yet.set_attitude(dyaw=+10) to turn right and recenter. Do NOT move forward yet.set_position(dx=...). Use step sizes from the navigation policy (start with 0.05m after a search, NOT 0.1m).set_attitude with a large angle (like 30°) while the target is visible. That will lose the target.