dart-io
Installation
SKILL.md
DART Model Loading (dart::io)
Load this skill when working with robot model files or parsers.
Quick Start
#include <dart/io/Read.hpp>
// Format auto-detection
auto world = dart::io::readWorld("dart://sample/skel/chain.skel");
auto skel = dart::io::readSkeleton("dart://sample/urdf/KR5/KR5 sixx R650.urdf");
Full Documentation
For complete I/O guide: docs/onboarding/io-parsing.md
For module-specific details: dart/io/AGENTS.md
Related skills
More from dartsim/dart
dart-build
DART build system knowledge - CMake, pixi, dependencies, troubleshooting
22dart-test
DART testing patterns - unit tests, integration tests, CI validation
21dart-ci
DART CI/CD troubleshooting - GitHub Actions, cache debugging, platform-specific failures
15dart-python
DART Python bindings (dartpy) - nanobind, wheel building, API patterns
14dart-contribute
DART contribution workflow - branching, PRs, code review, dual-PR for bugfixes
13