Packages

Reusable primitive, service and skill packages, indexed by capability, source and maintainer.

  1. robonix.primitive.agilex.piper.arm

    AgileX Piper 6-DoF arm primitive with selectable ROS 2 and direct-SDK backends.

  2. robonix.primitive.audio.alsa

    ALSA microphone capture and speaker playback primitive for Robonix.

  3. robonix.primitive.beingbeyond.d1.arm

    D1 6-DOF arm primitive — absolute joint control (rad) + Cartesian move_pose via the SDK's arm-only IK.

  4. robonix.primitive.dji.msdk.flight

    Dynamic drone primitive — typed core (takeoff/land/hover/return-to-home/state) + generic invoke passthrough + list_capabilities dynamic discovery, so primitive capabilities extend dynamically as the APK updates

  5. robonix.service.fire_detect

    Drone fire & smoke detection service -- pulls MJPEG frames from the DJI bridge APK, runs YOLO to detect flame/smoke; attaches the current GPS coordinates on a hit

  6. robonix.service.mapping

    SLAM mapping service. Algo + sensor inputs config-driven.

  7. robonix.service.navigation

    Nav2 service wrapper exposing service/navigation/* over gRPC.

  8. robonix.service.object_detect

    LLM-based object detection — atlas MCP service, drop-in replacement for yolo_world_rbnx.

  9. robonix.service.piper_moveit

    MoveIt + grasp executor (atlas-routed manipulation service).

  10. robonix.service.roboarm.ik

    Roboarm-style Python IK executor service for Piper manipulation.

  11. robonix.service.vla.action_verify

    Lazy in-process VLA action verification service with Drafter verification and target-model fallback.

  12. robonix.skill.explore

    Frontier-based autonomous exploration skill.

  13. robonix.skill.find_object

    Inspect the surroundings with a 360-degree camera sweep and review the latest observation.

  14. robonix.skill.hand_gesture

    Make the D1 dexterous hand perform a finger "dance" — a rhythmic open/close wiggle across all fingers for a given duration. A single MCP tool for the D1 hand.

  15. robonix.skill.internvla_navigation

    Closed-loop visual navigation using InternVLA, a camera snapshot capability, and a chassis move capability.

  16. robonix.skill.pick.vertical_grasp

    Pick-up-a-named-object skill — orchestrates perception + manipulation services.

  17. robonix.skill.vertical_grasp_object

    Detect objects on the table (YOLO cubes, or open-vocabulary via a VLM), then grasp and place them (with optional grasp angle and gripper aperture) — MCP tools for the D1 dexterous hand.

  18. robonix.skill.vla.openvla

    VLA client skill — LLM-callable entry point for vision-language-action inference and JOINT-SPACE execution.