mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-05-08 05:48:56 -04:00
19 lines
435 B
Bash
19 lines
435 B
Bash
# Mock Robot Configuration
|
|
# Copy this file to .env and adjust as needed
|
|
|
|
# Port for mock robot WebSocket server (default: 9090, same as rosbridge)
|
|
MOCK_ROBOT_PORT=9090
|
|
|
|
# How often to publish robot state (ms)
|
|
MOCK_PUBLISH_INTERVAL=100
|
|
|
|
# Robot configuration
|
|
MOCK_ROBOT_NAME=MOCK-NAO6
|
|
MOCK_ROBOT_VERSION=6.0
|
|
MOCK_BATTERY_LEVEL=85
|
|
|
|
# Enable simulation features
|
|
MOCK_ENABLE_SPEECH=true
|
|
MOCK_ENABLE_MOVEMENT=true
|
|
MOCK_ENABLE_SENSORS=true
|