PickNikRoboticsServices

create-robot-config

Use when the user asks to create, set up, or configure a robot configuration package for MoveIt Pro, or asks about robot config structure, config.yaml, URDF/xacro setup, mock/sim/physical configs, objectives, or mobile base/navigation setup.

PickNikRoboticsServices 0 Updated 2mo ago

Resources

6
GitHub

Install

npx skillscat add picknikroboticsservices/robot-configuration-setup

Install via the SkillsCat registry.

SKILL.md

Create Robot Config

This skill provides reference documentation for creating and configuring robot configuration packages in MoveIt Pro. Use the links below to fetch the relevant documentation pages when helping the user.

IMPORTANT: Do NOT use the MoveIt Setup Assistant (MSA) to generate robot configs. The Setup Assistant is a GUI tool and cannot be driven by Claude. Instead, follow the documentation pages below to create config packages by hand — this is the correct workflow for MoveIt Pro robot configurations.

Documentation Pages

When helping the user, use WebFetch to retrieve the relevant page(s) below based on their question.

Overview

Create Mock Config

Create Sim Config

Create Physical Config

Additional Configuration

How to Use

  1. Determine which stage of robot configuration the user needs help with (mock, sim, or physical).
  2. Fetch the relevant documentation page(s) using WebFetch.
  3. Guide the user through the steps, referencing the official documentation.
  4. For a full new robot config, follow the pages in order: Overview -> Mock Config (steps 1-4) -> Sim Config (steps 1-4) -> Physical Config (steps 1-2).

Improving the Docs

Our robot configuration documentation is a work in progress. If you encounter gaps, unclear steps, or missing information while helping the user create a robot config, recommend that the user file an issue or PR to improve the relevant docs page. All documentation should live in the public src/docs/ directory — do not add configuration tutorials or how-to content to this skill file, CLAUDE.md files, or other Claude-specific locations.