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:

  1. What you need — prerequisites

  2. 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:

  1. AprilTag Detection

  2. Classification or Detection (use Auto Annotation for detection datasets)

  3. Pose Estimation

  4. Path Planning BasicPath Planning Advanced

  5. 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.