ROS architecture
Search nodes and topics, then focus on one connection at a time instead of reading a crowded graph.
EMBODIEDDATA TOOL 01 · ROS 2
EmbodiedData Robotics Inspector turns a ROS 2 workspace into a beginner-friendly system view. Inspect nodes, topics, TF frames and configuration problems directly inside VS Code or Cursor.
Terminalcode --install-extension embodieddata.robotics-inspector
Cursorcursor --install-extension embodieddata.embodieddata-robotics-inspector
map└─ odom└─ base_link└─ camera_link
WHAT IT HELPS YOU SEE
Search nodes and topics, then focus on one connection at a time instead of reading a crowded graph.
Inspect parent-child frame relationships and spot missing, duplicated or disconnected transforms.
Cross-check URDF, Xacro, YAML and controllers with clear explanations and suggested next steps.
Compare what the workspace expects with the graph that is actually running and distinguish inferred results from verified ones.
GET STARTED
Use the Marketplace button or terminal command above.
Choose the folder containing your packages and configuration.
Open the Command Palette and select “EmbodiedData: Open Robotics Inspector.”
Start with the health summary, then inspect the recommended problem.
START INSPECTING