# metis **Repository Path**: ultralyj/metis ## Basic Information - **Project Name**: metis - **Description**: 视觉对抗 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-07 - **Last Updated**: 2022-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What is Metis Metis is our code set for robot version competition. the file structure is shown below: ```bash C:. │ readme.md │ ├─doc │ 作品详细设计报告V1.1.docx │ 机器人视觉对抗A比赛规则0918.pdf │ 视觉_小张学长的思路.docx │ ├─lib │ metis_vp.so │ ├─output ├─scripts │ hit.py │ keycom.py │ rev_cam.py │ robotPi.py │ robotpi_Cmd.py │ robotpi_movement.py │ robotpi_serOp.py │ taco_main.py │ └─src metis_vp.cpp ``` * to compile and generate the `.so` file , type the following bash code ```bash g++ -o /lib/metis_vp.so -shared -fPIC /src/metis_vp.cpp ```