Skip to content

Examples

Runnable examples are in the examples/ directory of the repository. Each one demonstrates a different executor type or orchestration pattern.

  • Pixi Services


    Three Python services with DAG dependencies, health checks, and restart policies.

    View example

  • ROS2 Talker / Listener


    Minimal ROS2 example using Pixi to run talker and listener nodes.

    View example

  • ROS2 Navigation Stack


    Full autonomous robot stack: lidar, camera, SLAM, navigation, and dashboard.

    View example

  • Shell Scripts


    Simple shell scripts showing dependency chains and failure handling.

    View example

  • Docker


    Running a containerised service with volumes, ports, and networking.

    View example