From 9d15b0f402eb760dd32af75d9f5eba12bac384b8 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:21:10 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b17e4838..1d4320bb 100644 --- a/README.md +++ b/README.md @@ -6,27 +6,16 @@ Full-Stack Application used by Users to control a SunFounder Pi-Car The application contains the following inside the `app` directory: -- **backend** - - The server behind the **frontend**. - - - Allows users and **rpi** to communicate to eachother. - -- **frontend** - - Main user interface for sending behaviour trees to the - **backend**. - - **rpi** - Allows the raspberry pi to communicate to the **backend** and handle messages from it. - There are 3 sub-projects in this project which handle different aspects of the raspberry pi. - **admin_panel** - - Soon to be main user interface for directly controlling **rpi** and communicating with the **backend**. - - - (still in development) + - Main user interface for directly controlling **rpi**. - **other** - - Many sub-projects which support the main projects: **backend** & **rpi**. + - Many sub-projects which support the main project: **rpi**. - The code to handle the **behaviour_tree** are contained in the `behaviour_tree` & `behaviour_tree_car` projects.