You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Login with your platform token
remake login
# Follow the prompts to enter your CLI token from https://apps.remake.ai/tokens
Pair a Robot
# Pair a robot from your account
remake pair
# Select from your available robots
Connect to Platform
# Connect without ROS2 (for testing)
remake connect
# Connect with ROS2 bridge enabled
remake connect --ros2
CLI Commands
Command
Description
remake login
Authenticate with platform
remake logout
Clear stored credentials
remake pair
Pair a robot from your account
remake factory-reset
Factory reset (wipe credentials and assets)
remake connect
Connect robot to platform
remake status
Show login and robot status
remake info
Display robot capabilities
remake test
Run self-diagnostics
remake logs
View or upload robot logs
remake update
Check for firmware updates
remake config
View/modify runtime configuration
remake assets
Manage cached app assets
remake launch
Launch an app for testing
Examples
# Check current status
remake status
# Run diagnostics
remake test --verbose
# View configuration
remake config list
# Set a config value
remake config set sensor_publish_rate 20.0
# Upload logs for debugging
remake logs --upload --since 1h
# Check for updates
remake update --check