- Unity: 2022.x - 6.x
- Ros:any
使用unity官方套件,效率比较低,有高效率版本的,但是需要本机ros环境,俺不喜欢
- 安装到你的ubuntu端并运行 https://github.com/Unity-Technologies/ROS-TCP-Endpoint
- 安装到你的Unity项目中 https://github.com/Unity-Technologies/ROS-TCP-Connector
- 找到你项目的Assert文件夹
- git pull https://github.com/Alliance-Algorithm/ROSUnityComponents
- (也许)愉快的使用
├─Massages
│ ├─ControlMsg
│ ├─GeometryMsg
│ │ └─Transform
│ ├─NavMsg
│ └─SensorMsgs
│ ├─CompossedImage
│ ├─OccupyGrid
│ └─PointCloud
└─UnityActions
├─Controller
├─ESDFBuilder
├─Filter
├─Helper
├─MeshToPcd
├─NavFunction
└─Sensor
发布到ROS的消息都在这里面
接受并作出行动的部分
qq 1780284652