2.7 KiB
HRIStudio
HRIStudio is a web-based platform designed to streamline the design, execution, and analysis of Wizard-of-Oz (WoZ) experiments in Human-Robot Interaction (HRI) studies. It offers an intuitive interface for experiment creation, real-time control and monitoring during experimental runs, and comprehensive data logging and playback tools for analysis and reproducibility.
Features
- User-friendly graphical interface for designing WoZ experiments
- Visual programming environment with drag-and-drop functionality
- Real-time control and observation capabilities during live experiment sessions
- Comprehensive data logging and playback tools
- Integration with Robot Operating System (ROS) for various robotic platforms
- Collaborative workflow support with multiple user accounts and data sharing
System Requirements
- Node.js (version X.X.X or higher)
- npm (version X.X.X or higher)
- ROS (Robot Operating System)
Installation
-
Clone the repository:
git clone https://github.com/your-username/hristudio.git -
Navigate to the project directory:
cd hristudio -
Install dependencies:
npm install -
Set up environment variables: Create a
.env.localfile in the root directory and add the necessary environment variables (e.g., database connection string, API keys). -
Run the development server:
npm run dev -
Open http://localhost:3000 in your browser to see the application.
Project Structure
pages/: Contains the Next.js pagescomponents/: Reusable React componentspublic/: Static assetsstyles/: CSS styleslib/: Utility functions and modulesapi/: API routesros/: ROS interface and related components
Usage
- Create a new study in the Dashboard view
- Design your experiment using the visual programming interface in the Design view
- Execute the experiment using the Execute view
- Analyze results and playback recorded data in the Playback view
For detailed usage instructions, please refer to the User Guide.
Contributing
We welcome contributions to HRIStudio! Please read our Contributing Guidelines for more information on how to get started.
License
This project is licensed under the MIT License.
Contact
For questions or support, please contact your-email@example.com.
Acknowledgments
This project is being developed by Sean O'Connor and L. Felipe Perrone at Bucknell University. We would like to thank the robotics and HRI research community for their valuable insights and contributions.