J.A.R.V.I.S. is a social navigating robot that aspires to provide an immersive, autonomous experience for its remote users
- Autonomous navigation using a YDLidar X4
- Web integration with Zoom for remote user control and interaction
- Manual and autonomous motor control
- Camera control for user interaction
git clone https://github.com/bryceag11/JARVIS.git
cd JARVIS
pip install -r requirements.txt
cd Main_App/GUI_UI_Thread python WebSocketServer.py
cd Web_Server/Components npm start
python Main_App/GUI_UI_Thread/main.py
python Main_App/Lidar_Thread/lidar_servo_slam.py
python Main_App/Lidar_Thread/opengl_viewer.py
python Main_App/Lidar_Thread/rover_lidar.py