You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can communicate sensor info via ROS and ROS2 using ROSTCPConnector and ROSTCPEndpoint.
17
+
</div>
18
+
19
+
## 🔍 Overview
20
+
21
+
UnitySensos is a projet that regroup two Unity3D packages that allow you to **easly** use Unity3D as robotic simulation !
22
+
There are several Prefab and Scene files available for testing each sensor.
23
+
24
+
**1. UnitySensor**
11
25
12
-
The following sensors are added.
26
+
The following sensors are available inside :
13
27
14
28
- Velodyne 3D LiDAR (Velodyne VLP-16, VLP-16-HiRes, VLP-32, HDL-32E, VLS-128)
15
29
- Livox 3D LiDAR(Avia, Horizon, Mid40, Mid70, Tele, HAP, Mid360)
@@ -20,28 +34,78 @@ The following sensors are added.
20
34
- (GroundTruth)
21
35
- (TF)
22
36
23
-
There are several Prefab and Scene files available for testing each sensor.
37
+
**2. UnitySensorROS**
38
+
39
+
This package is responsible to make the link between sensor and ROS by serializing sensor raw data and sending to them to ROS using [ROS-TCP-Connector][external-RosTCPConnector-link] package.
40
+
To receive the data in ROS take a look at [ROS-TCP-Endpoint][external-RosTCPEndpoint-link].
Copyright [2020-2024] Ryodo Tanaka ([email protected]) and Akiro Harada
42
80
43
81
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
44
82
45
83
http://www.apache.org/licenses/LICENSE-2.0
46
84
47
85
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments