navigate-to
Openclaw + rosclaw + visual feedback
Install / Use
npx skills add Huaizz-shawen/rosclawInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubNavigate To
When to Use
Use this skill when the user wants the robot to move to a specific location, such as:
- "Go to the kitchen"
- "Navigate to position (3, 2)"
- "Move to waypoint B"
- "Drive to the charging station"
How It Works
Navigation uses the Nav2 stack via the navigate_to_pose action server. The robot plans a path from its current position to the goal and follows it while avoiding obstacles.
Steps
- Determine the goal position: Ask the user for coordinates if not provided, or map a named location to coordinates.
- Check the robot's current position: Use
ros2_subscribe_onceon/amcl_poseto get the current pose. - Send the navigation goal: Use
ros2_action_goal(Phase 2) orros2_publishto the appropriate Nav2 topic. - Monitor progress: Periodically check
/navigate_to_pose/_action/statusfor completion. - Report result: Tell the user when the robot has arrived or if navigation failed.
Example: Navigate to coordinates
Tool: ros2_publish
Topic: /goal_pose
Type: geometry_msgs/msg/PoseStamped
Message:
{
"header": {
"frame_id": "map"
},
"pose": {
"position": { "x": 3.0, "y": 2.0, "z": 0.0 },
"orientation": { "x": 0.0, "y": 0.0, "z": 0.0, "w": 1.0 }
}
}
Safety Notes
- Always confirm the goal is within workspace limits before sending.
- If the robot reports a navigation failure, inform the user and suggest alternatives.
- The user can say
/estopat any time to immediately halt the robot.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Mar 16, 2026
