Skip to content
/ R.O.S.I.E Public template

Rosie is a security robot that has chatgpt integration and can understand natural language commands

Notifications You must be signed in to change notification settings

tolasing/R.O.S.I.E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 

Repository files navigation

R.O.S.I.E.

Robot Operating System Integrated Exoskeleton

R.O.S.I.E. is an autonomous security robot designed to bridge the gap between physical surveillance and natural language interaction. By integrating ROS 2 for navigation and hardware control with ChatGPT for cognitive reasoning, R.O.S.I.E. doesn't just monitor—it understands and communicates.


🌟 Key Features

  • LLM-Powered Interaction: Integrated with OpenAI’s GPT API to allow users to interact with the robot using natural language.
  • Autonomous Surveillance: Real-time monitoring and threat detection.
  • Voice Synthesis & Recognition: Enables R.O.S.I.E. to respond to queries and issue verbal warnings.
  • Dynamic Path Planning: Optimized for indoor environments with obstacle avoidance and safety protocols.

🛠️ Technical Stack

  • Core: ROS 2 (Humble)
  • Intelligence: OpenAI API (ChatGPT) / LangChain
  • Simulation: Gazebo
  • Hardware Control: C++ / Python
  • Vision: OpenCV / LiDAR-based SLAM

🚀 Getting Started

Prerequisites

  • Ubuntu 22.04
  • ROS 2 Humble
  • OpenAI API Key

Installation

  1. Clone the repository:
    git clone [https://github.com/tolas92/R.O.S.I.E.git](https://github.com/tolas92/R.O.S.I.E.git)
    cd R.O.S.I.E.
  2. Install Dependencies:
    rosdep install --from-paths src --ignore-src -r -y
    pip install openai

3.Build the Workspace:

colcon build --symlink-install
source install/setup.bash

  

About

Rosie is a security robot that has chatgpt integration and can understand natural language commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published