@adamo-tech/react
v1.0.1
Published
React components and hooks for ADAMO teleoperation
Maintainers
Readme
@adamo-tech/react
React components for robot teleoperation. Declarative video feeds, gamepad input, and connection management.
Installation
pnpm add @adamo-tech/react @adamo-tech/coreQuick Start
import {
Teleoperate,
VideoFeed,
GamepadController,
HeartbeatMonitor,
} from '@adamo-tech/react';
function App() {
return (
<Teleoperate
config={{ serverIdentity: 'robot' }}
autoConnect={{ url: 'wss://your-server.com', token }}
>
<HeartbeatMonitor />
<GamepadController />
<VideoFeed topic="front_camera" />
</Teleoperate>
);
}Documentation
See docs.adamohq.com for full documentation.
License
MIT
