UnitySensors
|
UnitySensos is a projet that regroup two Unity3D packages that allow you to easly use Unity3D as robotic simulation ! There are several Prefab and Scene files available for testing each sensor.
1. UnitySensor
The following sensors are available inside :
2. UnitySensorROS
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 package. To receive the data in ROS take a look at ROS-TCP-Endpoint.
[!NOTE]
Unitysensor is made for Unity 2022.3 or later
Window
-> Package Manager
.Add package from git URL....
https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0.5
.https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS#v2.0.5
. Note: UnitySensorsROS does not contain UnitySensors.Add
.Please refer to Migrating to URP/HDRP.
Copyright [2020-2024] Ryodo Tanaka (groad.nosp@m.pg@g.nosp@m.mail..nosp@m.com) and Akiro Harada
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
http://www.apache.org/licenses/LICENSE-2.0
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.