Skip to content

Files

Latest commit

 

History

History
121 lines (87 loc) · 5.81 KB

README.md

File metadata and controls

121 lines (87 loc) · 5.81 KB

UnitySensors


unity_sensors_ros_assets

🔍 Overview

UnitySensos is a projet that regroup two Unity3D packages that allow you to easily 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 :

  • Velodyne 3D LiDAR (Velodyne VLP-16, VLP-16-HiRes, VLP-32, HDL-32E, VLS-128)
  • Livox 3D LiDAR(Avia, Horizon, Mid40, Mid70, Tele, HAP, Mid360)
  • RGB Camera
  • RGBD Camera
  • Panoramic Camera
  • Fisheye Camera (Equidistant and EUCM models with adjustable parameters)
  • IMU
  • GNSS
  • (GroundTruth)
  • (TF)

Both the Panoramic Camera and Fisheye Camera are based on cubemap projection. To avoid seams between cubemap faces, you may need to disable some post-processing effects and use fixed exposure.

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.

🚀 Quick start

Inside Unity3D

Note

UnitySensors is made for Unity 2022.3 or later

  1. Open the Package Manager from Window -> Package Manager.

  2. In the Package Manager window, find and click the + button in the upper lefthand corner of the window. Select Add package from git URL....

  3. Enter the git URL for the desired package.

    1. For the UnitySensors, enter https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0.5.
    2. For the UnitySensorsROS, enter https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS#v2.0.5. Note: UnitySensorsROS does not contain UnitySensors.
  4. Click Add.

Inside ROS workspace

  1. Download lastest release of ROS-TCP-Endpoint.
  2. Build your workspace.
  3. Launch ROS endpoint node.

Migrating to URP/HDRP

Please refer to Migrating to URP/HDRP.

🤝 Contributing

A huge thank you to everyone who is helping to improve UnitySensors !

contributors badge

🔗 Dependencies

📄 LICENSE

Copyright [2020-2024] Ryodo Tanaka (groadpg@gmail.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.