# smartCar **Repository Path**: workspace_git/smart-car ## Basic Information - **Project Name**: smartCar - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-04 - **Last Updated**: 2025-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smartCar #### 介绍 基于stm32f103c8t6和openmv的目标跟随智能小车 #### 基本思路 openmv检测人体,并根据检测的数据进行判断(左转向、右转向、前进、后退、静止)。 将判断通过串口传输给stm32,stm32控制电机进而达到控制小车运动的目的。 #### 目录结构 ##### stm32 ----src源码目录 ----inc头文件目录 ----lib库文件目录 ##### openmv my_smart_servo.py