Actions
Actions
Last updated
Was this helpful?
Was this helpful?
plugins/actions/
├── move_{unique_hardware_id}/
│ ├── interface.go # Defines MoveInput/Output structs
│ ├── passthrough.go # Simple passthrough implementation
│ ├── ros2.go # Maps OM1 data/commands to ROS2
│ ├── zenoh.go # Maps OM1 data/commands to Zenoh
│ └── unitree.go # Maps OM1 data/commands to Unitree SDK
└── speak/
└── elevenlabs_tts.go