Skip to main content

AI Teammate ROS2 Device Bridge

Project description

AI Teammate Robot Bridge

Connects ROS2 robots to AI Teammate Device Gateway via WebSocket.

Features

  • rclpy native — DDS 직접 참여, rosbridge 불필요
  • Sensor data streaming (IMU, odometry, battery, temperature)
  • Command reception (MOVE, TURN, STOP) → ROS2 cmd_vel publish (10Hz continuous)
  • Auto-reconnect on disconnect
  • Simulator mode for non-ROS2 environments

Quick Install

curl -sL "https://ai-teammate.net/api/b2b/install/DEVICE_ID?key=YOUR_API_KEY" | bash

Get your API key from Control Tower > Devices > + button.

Manual Setup

pip3 install websockets psutil

cat > .env << EOF
DEVICE_ID=my-robot-01
GATEWAY_URL=wss://ai-teammate.net/gw
API_KEY=dk_YOUR_API_KEY
CONNECTION_MODE=rclpy
STATUS_REPORT_INTERVAL=1.0
CMD_VEL_TOPIC=/base_controller/cmd_vel_unstamped
IMU_TOPIC=/imu/data
ODOM_TOPIC=/odom
EOF

# ROS2 환경 source 후 실행
source /opt/ros/humble/setup.bash
python3 device_bridge.py

Environment Variables

Variable Default Description
DEVICE_ID required Unique device identifier
GATEWAY_URL required Device Gateway WebSocket URL
API_KEY required Device API key (dk_xxx)
CONNECTION_MODE rclpy rclpy for ROS2 native, simulator for fake data
STATUS_REPORT_INTERVAL 1.0 Sensor data send interval (seconds)
CMD_VEL_TOPIC /cmd_vel ROS2 velocity command topic
IMU_TOPIC /imu/data ROS2 IMU topic
ODOM_TOPIC /odom ROS2 odometry topic

Prerequisites

  • Python 3.8+
  • ROS2 Humble (optional — simulator mode works without)
  • rosbridge 불필요 — rclpy로 DDS 직접 통신

Architecture

Robot                          AWS
┌─────────────────┐           ┌─────────────────┐
│ device_bridge.py │──WSS────▶│ Device Gateway   │
│   ├─ send sensor │          │ (port 8003)      │
│   └─ recv cmd    │◀─WSS────│   └─ /ws/stream  │──▶ Control Tower
│                  │          └─────────────────┘
│ rclpy (native)   │
│   ├─ cmd_vel pub │  DDS direct (no rosbridge)
│   ├─ odom sub    │
│   └─ imu sub     │
└─────────────────┘

Systemd Service

설치 스크립트가 자동으로 등록합니다. 수동 관리:

sudo systemctl status ai-teammate-bridge
sudo systemctl restart ai-teammate-bridge
journalctl -u ai-teammate-bridge -f

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_teammate_ros2_bridge-2.2.0.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_teammate_ros2_bridge-2.2.0-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file ai_teammate_ros2_bridge-2.2.0.tar.gz.

File metadata

  • Download URL: ai_teammate_ros2_bridge-2.2.0.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for ai_teammate_ros2_bridge-2.2.0.tar.gz
Algorithm Hash digest
SHA256 ab1008b0cba8ee63b1d8983587bcc1ae8a7893d1e0828adb456de3709ee74242
MD5 365e1ecd8ed4e8a2c1b7adeee3d743fc
BLAKE2b-256 90f48ea2cfd5817250caffb9e0aa900a571f5a66c3ab9a31fe60a5639f128b57

See more details on using hashes here.

File details

Details for the file ai_teammate_ros2_bridge-2.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_teammate_ros2_bridge-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 76e00786078a7852f4ac7e49448bc211be884d33992b2f5af8007f134d0bb83b
MD5 f279c780499d5f016ee4da220171b3b3
BLAKE2b-256 5dfc8357603c6e942792d8d0dccb94f75560c33fc3a8817c4fe4d215c51f6b3e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page