用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MIUAV/vibe-coding-ros2 --skill gazebo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | gazebo |
| description | Gazebo 机器人仿真 — SDF 模型、物理引擎、传感器噪声配置,支持 ROS2 Gazebo 插件和天下无敌的 Gazebo Garden |
| argument-hint | Gazebo OR gazebo OR 仿真 OR sdf OR URDF OR Gazebo Classic OR Gazebo Garden |
| user-invocable | true |
agents/skills/simulation/physics-simulation/agents/skills/ros2-debug/Gazebo 有两个主要版本:
| 版本 | ROS2 集成 | 包名 |
|---|---|---|
| Gazebo Classic | gazebo_ros | ros-humble-gazebo-ros-pkgs |
| Gazebo (Edifice) | gz-sim | ros-humble-ros-gz |
<sdf version="1.9">
<world name="default">
<physics type="ode">
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
</physics>
<scene>
<ambient>0.5 0.5 0.5 1</ambient>
</scene>
</world>
</sdf>
<!-- 激光雷达噪声 -->
<noise type="gaussian">
<mean>0.0</mean>
<stddev>0.01</stddev>
</noise>
<!-- 相机噪声 -->
<noise type="gaussian">
<mean>0.0</mean>
<stddev>0.001</stddev>
</noise>
real_time_factor < 0.9(仿真太慢)