基于树莓派的简单网络遥控车实现方案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
_Redstone_c_ 7b6eec1d2a
初始化提交
2 years ago
Config 初始化提交 2 years ago
Content 初始化提交 2 years ago
Source 初始化提交 2 years ago
.gitignore 初始化提交 2 years ago
README.md 初始化提交 2 years ago
RaspberryVehicle.py 初始化提交 2 years ago
RaspberryVehicle.uproject 初始化提交 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

RaspberryVehicle

这是 2021年山大未来科学营夏季- 人工智能与发明创造未来科学营 的作业

RaspberryVehicle.py - 树莓派车入口 RaspberryVehicle.uproject - 控制端入口

基于树莓派的简单网络遥控车实现方案。 支持传感器数据上传,摄像头图像实时上传,远程操作。 网络协议基于 UDP ,车作为服务端,控制端作为客户端接入。 客户端基于 Unreal Engine 4 ,其中控制端在 Windows 10 x64 和 安卓 平台上测试通过。 查看更多