Skip to content

Commit

Permalink
deploy: 73d99fc
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn60 committed Oct 8, 2024
1 parent b8884e5 commit 348e761
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 87 deletions.
63 changes: 39 additions & 24 deletions md_README.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>UnitySensors: UnitySensors</title>
<title>UnitySensors: README</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down Expand Up @@ -82,16 +82,17 @@

<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title"><a class="el" href="namespaceUnitySensors.html">UnitySensors</a> </div> </div>
<div class="title">README </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a href="https://github.com/Field-Robotics-Japan/UnitySensors/actions/workflows/main.yml"><img src="https://github.com/Field-Robotics-Japan/UnitySensors/actions/workflows/main.yml/badge.svg" alt="Unity 2022.3.x Test Runner" style="pointer-events: none;" class="inline"/></a></p>
<p><img src=".image/unity_sensors_ros_assets.gif" alt="unity_sensors_ros_assets" class="inline"/></p>
<h1><a class="anchor" id="autotoc_md1"></a>
Overview</h1>
<p>Robot sensor packages available on Unity. You can communicate sensor info via ROS and ROS2 using ROSTCPConnector and ROSTCPEndpoint. <br />
</p>
<p>The following sensors are added.</p>
<div class="textblock"><div align="center"></div><div align="center"></div><h1><a class="anchor" id="autotoc_md0"></a>
UnitySensors</h1>
<div align="center"> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/releases"><img src="https://img.shields.io/github/v/release/Field-Robotics-Japan/UnitySensors?color=9BF6FF&amp;logo=github&amp;style=flat-square" alt="" class="inline"/></a> <a href="https://unity.com/"><img src="https://img.shields.io/badge/Unity3D-%3E%202021.3-blue?style=flat-square&amp;logo=unity" alt="" class="inline"/></a> <a href="https://www.ros.org/"><img src="https://img.shields.io/badge/ROS-1%7C2-blue?style=flat-square&amp;logo=ros" alt="" class="inline"/></a> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/actions/workflows/main.yml"><img src="https://img.shields.io/github/actions/workflow/status/Field-Robotics-Japan/UnitySensors/main.yml?style=flat-square&amp;logo=github&amp;label=CI%20check" alt="" class="inline"/></a> <br />
<a href="https://github.com/Field-Robotics-Japan/UnitySensors/graphs/contributors"><img src="https://img.shields.io/github/contributors/Field-Robotics-Japan/UnitySensors?color=B2FFA3&amp;style=flat-square" alt="" class="inline"/></a> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/network/members"><img src="https://img.shields.io/github/forks/Field-Robotics-Japan/UnitySensors?color=8ae8ff&amp;style=flat-square" alt="" class="inline"/></a> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/network/stargazers"><img src="https://img.shields.io/github/stars/Field-Robotics-Japan/UnitySensors?color=F9DC5F&amp;style=flat-square" alt="" class="inline"/></a> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/issues"><img src="https://img.shields.io/github/issues/Field-Robotics-Japan/UnitySensors?color=FFDBFA&amp;style=flat-square" alt="" class="inline"/></a> <a href="https://github.com/Field-Robotics-Japan/UnitySensors/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Field-Robotics-Japan/UnitySensors?color=FFADAD&amp;style=flat-square" alt="" class="inline"/></a></div><div align="center"><img src=".image/unity_sensors_ros_assets.gif" alt="unity_sensors_ros_assets" class="inline"/></div><div align="center"></div><h2><a class="anchor" id="autotoc_md1"></a>
🔍 Overview</h2>
<p>UnitySensos is a projet that regroup two Unity3D packages that allow you to <b>easly</b> use Unity3D as robotic simulation ! There are several Prefab and Scene files available for testing each sensor.</p>
<p><b>1. UnitySensor</b></p>
<p>The following sensors are available inside :</p>
<ul>
<li>Velodyne 3D LiDAR (Velodyne VLP-16, VLP-16-HiRes, VLP-32, HDL-32E, VLS-128)</li>
<li>Livox 3D LiDAR(Avia, Horizon, Mid40, Mid70, Tele, HAP, Mid360)</li>
Expand All @@ -102,28 +103,42 @@ <h1><a class="anchor" id="autotoc_md1"></a>
<li>(GroundTruth)</li>
<li>(TF)</li>
</ul>
<p>There are several Prefab and Scene files available for testing each sensor.</p>
<h1><a class="anchor" id="autotoc_md2"></a>
Dependencies</h1>
<ul>
<li><a href="https://github.com/Unity-Technologies/ROS-TCP-Connector">RosTCPConnector</a> (Appache 2.0 LICENSE)</li>
</ul>
<h1><a class="anchor" id="autotoc_md3"></a>
Package Installation (For using UnitySensors in your project)</h1>
<p><b>2. UnitySensorROS</b></p>
<p>This package is responsible to make the link between sensor and ROS by serializing sensor raw data and sending to them to ROS using <a href="https://github.com/Unity-Technologies/ROS-TCP-Connector">ROS-TCP-Connector</a> package. To receive the data in ROS take a look at <a href="https://github.com/Unity-Technologies/ROS-TCP-Endpoint">ROS-TCP-Endpoint</a>.</p>
<h2><a class="anchor" id="autotoc_md2"></a>
🚀 Quick start</h2>
<h3><a class="anchor" id="autotoc_md3"></a>
Inside Unity3D</h3>
<blockquote class="doxtable">
<p>[!NOTE]</p>
<p>Unitysensor is made for Unity 2021.3 or later </p>
</blockquote>
<ol type="1">
<li>Using Unity 2021.3 or later, open the Package Manager from <code>Window</code> -&gt; <code>Package Manager</code>.</li>
<li>Open the Package Manager from <code>Window</code> -&gt; <code>Package Manager</code>.</li>
<li>In the Package Manager window, find and click the + button in the upper lefthand corner of the window. Select <code>Add package from git URL....</code></li>
<li>Enter the git URL for the desired package.<ol type="a">
<li>For the <a class="el" href="namespaceUnitySensors.html">UnitySensors</a>, enter <code><a href="https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors">https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors</a>#v2.0.4</code>.</li>
<li>For the UnitySensorsROS, enter <code><a href="https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS">https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS</a>#v2.0.4</code>. <b>Note: UnitySensorsROS does not contain <a class="el" href="namespaceUnitySensors.html">UnitySensors</a>.</b></li>
<li>For the <a class="el" href="namespaceUnitySensors.html">UnitySensors</a>, enter <code><a href="https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors">https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors</a>#v2.0.5</code>.</li>
<li>For the UnitySensorsROS, enter <code><a href="https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS">https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS</a>#v2.0.5</code>. <b>Note: UnitySensorsROS does not contain <a class="el" href="namespaceUnitySensors.html">UnitySensors</a>.</b></li>
</ol>
</li>
<li>Click <code>Add</code>.</li>
</ol>
<h1><a class="anchor" id="autotoc_md4"></a>
Documentation</h1>
<h1><a class="anchor" id="autotoc_md5"></a>
LICENSE</h1>
<h3><a class="anchor" id="autotoc_md4"></a>
Inside ROS workspace</h3>
<ol type="1">
<li>Download lastest release of <a href="https://github.com/Unity-Technologies/ROS-TCP-Endpoint/releases">ROS-TCP-Endpoint</a>.</li>
<li>Build your workspace.</li>
<li>Launch ROS endpoint node.</li>
</ol>
<h2><a class="anchor" id="autotoc_md5"></a>
🤝 Contributing</h2>
<div align="center"></div><div align="center">A huge thank you to everyone who is helping to improve <a class="el" href="namespaceUnitySensors.html">UnitySensors</a> !</div><div align="center"><a href="https://github.com/Field-Robotics-Japan/UnitySensors/graphs/contributors"><img src="https://readme-contribs.as93.net/contributors/Field-Robotics-Japan/UnitySensors?avatarSize=40&amp;shape=circle" alt="contributors badge" class="inline"/></a></div><div align="center"></div><h2><a class="anchor" id="autotoc_md6"></a>
🔗 Dependencies</h2>
<ul>
<li><a href="https://github.com/Unity-Technologies/ROS-TCP-Connector">ROS-TCP-Connector</a> (Appache 2.0 LICENSE)</li>
</ul>
<h2><a class="anchor" id="autotoc_md7"></a>
📄 LICENSE</h2>
<p>Copyright [2020-2024] Ryodo Tanaka (<a href="#" onclick="location.href='mai'+'lto:'+'gro'+'ad'+'pg@'+'gm'+'ail'+'.c'+'om'; return false;">groad<span style="display: none;">.nosp@m.</span>pg@g<span style="display: none;">.nosp@m.</span>mail.<span style="display: none;">.nosp@m.</span>com</a>) and Akiro Harada</p>
<p>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</p>
<p><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
Expand Down
19 changes: 12 additions & 7 deletions navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ var NAVTREE =
[ "README", "md_Assets_UnitySensors_README.html", null ],
[ "LICENSE", "md_Assets_UnitySensorsROS_LICENSE.html", null ],
[ "README", "md_Assets_UnitySensorsROS_README.html", null ],
[ "UnitySensors", "md_README.html", [
[ "Overview", "md_README.html#autotoc_md1", null ],
[ "Dependencies", "md_README.html#autotoc_md2", null ],
[ "Package Installation (For using UnitySensors in your project)", "md_README.html#autotoc_md3", null ],
[ "Documentation", "md_README.html#autotoc_md4", null ],
[ "LICENSE", "md_README.html#autotoc_md5", null ]
[ "README", "md_README.html", [
[ "UnitySensors", "md_README.html#autotoc_md0", [
[ "🔍 Overview", "md_README.html#autotoc_md1", null ],
[ "🚀 Quick start", "md_README.html#autotoc_md2", [
[ "Inside Unity3D", "md_README.html#autotoc_md3", null ],
[ "Inside ROS workspace", "md_README.html#autotoc_md4", null ]
] ],
[ "🤝 Contributing", "md_README.html#autotoc_md5", null ],
[ "🔗 Dependencies", "md_README.html#autotoc_md6", null ],
[ "📄 LICENSE", "md_README.html#autotoc_md7", null ]
] ]
] ],
[ "Packages", "namespaces.html", [
[ "Packages", "namespaces.html", "namespaces_dup" ]
Expand Down Expand Up @@ -66,7 +71,7 @@ var NAVTREEINDEX =
"CameraInfoMsgPublisher_8cs.html",
"classUnitySensors_1_1Sensor_1_1Camera_1_1DepthCameraSensor.html#a8e501399615870eed61f1e34c5b87803",
"dir_0afa90f913499267ce6cb3faafbf7ca0.html",
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#acdfe11e1cfdff0c690633eff7ccb66a7"
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#a6c0f04045a862cc82ffef29a9cfa9a91"
];

var SYNCONMSG = 'click to disable panel synchronisation';
Expand Down
18 changes: 9 additions & 9 deletions navtreeindex2.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,14 @@ var NAVTREEINDEX2 =
"md_Assets_UnitySensors_LICENSE.html":[0],
"md_Assets_UnitySensors_README.html":[1],
"md_README.html":[4],
"md_README.html#autotoc_md1":[4,0],
"md_README.html#autotoc_md2":[4,1],
"md_README.html#autotoc_md3":[4,2],
"md_README.html#autotoc_md4":[4,3],
"md_README.html#autotoc_md5":[4,4],
"md_README.html#autotoc_md0":[4,0],
"md_README.html#autotoc_md1":[4,0,0],
"md_README.html#autotoc_md2":[4,0,1],
"md_README.html#autotoc_md3":[4,0,1,0],
"md_README.html#autotoc_md4":[4,0,1,1],
"md_README.html#autotoc_md5":[4,0,2],
"md_README.html#autotoc_md6":[4,0,3],
"md_README.html#autotoc_md7":[4,0,4],
"namespaceUnitySensors.html":[5,0,0],
"namespaceUnitySensors_1_1Attribute.html":[5,0,0,0],
"namespaceUnitySensors_1_1DataType.html":[5,0,0,1],
Expand Down Expand Up @@ -246,8 +249,5 @@ var NAVTREEINDEX2 =
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1ITextureToPointsJob.html#ac5a5db612959f0473ad10394e8ee18fb":[6,0,0,5,4,1,6],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1ITextureToPointsJob.html#ac5f807e27fa200b6de3cf07e6fe7f608":[6,0,0,5,4,1,8],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1ITextureToPointsJob.html#acba1b48b31fc870c4e95bea684511363":[6,0,0,5,4,1,10],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html":[6,0,0,5,4,4],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#a6c0f04045a862cc82ffef29a9cfa9a91":[6,0,0,5,4,4,6],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#a82ffb910cdb3661a27d7c77772f9cb2b":[6,0,0,5,4,4,0],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#acb94482030929948f8186dfe5c5f6463":[6,0,0,5,4,4,2]
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html":[6,0,0,5,4,4]
};
3 changes: 3 additions & 0 deletions navtreeindex3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
var NAVTREEINDEX3 =
{
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#a6c0f04045a862cc82ffef29a9cfa9a91":[6,0,0,5,4,4,6],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#a82ffb910cdb3661a27d7c77772f9cb2b":[6,0,0,5,4,4,0],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#acb94482030929948f8186dfe5c5f6463":[6,0,0,5,4,4,2],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#acdfe11e1cfdff0c690633eff7ccb66a7":[6,0,0,5,4,4,3],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#ad9ab356cd090986ae904e6b5dfe27d6d":[6,0,0,5,4,4,5],
"structUnitySensors_1_1Sensor_1_1LiDAR_1_1IUpdateRaycastCommandsJob.html#ae6ee063333bee214765554742542e5bf":[6,0,0,5,4,4,1],
Expand Down
2 changes: 1 addition & 1 deletion pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_Assets_UnitySensors_README.html" target="_self">README</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_Assets_UnitySensorsROS_LICENSE.html" target="_self">LICENSE</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_Assets_UnitySensorsROS_README.html" target="_self">README</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_README.html" target="_self">UnitySensors</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_README.html" target="_self">README</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
4 changes: 2 additions & 2 deletions search/all_10.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 348e761

Please sign in to comment.