mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-05-08 05:48:56 -04:00
feat(tutorials): add comprehensive tutorials for HRIStudio including Getting Started, Your First Study, Designing Experiments, Running Trials, Wizard Interface, Robot Integration, Forms & Surveys, Data & Analysis, and Simulation Mode
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user