pick-object
// Use this skill when the user wants the robot to pick up or manipulate an object:
$ git log --oneline --stat
stars:199
forks:38
updated:March 3, 2026
SKILL.mdreadonly
Pick Object
When to Use
Use this skill when the user wants the robot to pick up or manipulate an object:
- "Pick up the red block"
- "Grab the cup from the table"
- "Move the object to the left"
Status
Phase 2 — This skill requires MoveIt2 action integration, which is not yet implemented.
Planned Steps
- Identify the target object (via camera or user description)
- Plan a grasp using MoveIt2
- Execute the pick motion
- Confirm success or report failure
Dependencies
- MoveIt2 action server
ros2_action_goaltool (Phase 2)- Camera for object detection (optional)