Examples
Warning
The AI Accelerator requires ROS 2 Humble, so PolyScope X 10.12.1 is the latest compatible release. PolyScope X 10.13 and later use ROS 2 Jazzy and are not currently supported.
This section contains practical examples and demos for the AI Accelerator platform.
Note
Complete the SDK setup first and confirm the compute module is on 2.x. All examples use the same pattern:
What you need — prerequisites
Steps — enter the SDK container, launch the example script, configure PolyScope, verify
Run everything from inside the SDK Docker container (cd ~/aia_sdk/ros then ./scripts/run_sdk_setup.sh).
Example PolyScope programs: ~/aia_sdk/polyscope/programs.
Suggested order if you are new to the platform:
Classification or Detection (use Auto Annotation for detection datasets)
Dynamic Picking (combines pose estimation and path planning)
In v2 each example has its own launch script. Prefer those over the older v1 scripts/run_ark.sh, which starts every example’s nodes at once.
- AprilTag Detection
- Classification
- Detection
- Pose Estimation
- Path Planning Basic
- Path Planning Advanced
- Dynamic Picking