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
ZeroSim is a robotics simulation engine built on the easy to use [Unity 3D](https://unity.com/) development platform and the power of the [Robotics Operating System (ROS)](https://www.ros.org/). ZeroSim is designed for ease of use and rapid development of all sorts of robotics and simulation -- from warehouses and industrial settings, to farming and outdoors -- from robotic arms to ground and drone based mobile robots.
17
18
@@ -25,9 +26,8 @@ We are releasing ZeroSim as open source to support the community of roboticist a
25
26
26
27
ZeroSim provides a multitude of tools for building robots and environments in Unity to interface with ROS. We strive to provide the same functionality and ROS interfaces of [Gazebo](http://gazebosim.org/). Including:
27
28
28
-
* Dynamics simulation using the latest [PhysX 4.x](https://developer.nvidia.com/physx-sdk) integrated int Unity.
29
+
* Dynamics simulation using the latest [PhysX 4.x](https://developer.nvidia.com/physx-sdk) integrated in Unity.
29
30
* Hinge, ball, linear and fixed joints.
30
-
* Temporal Gauss-Seidel solver option making articulated or jointed configurations much more robust.
31
31
* Advanced 3D Rendering, including the latest realtime ray tracing technology.
6. An excellent online URDF viewer is available: https://gkjohnson.github.io/urdf-loaders/javascript/example/index.html Just drag and drop the files exported above.
214
215
216
+
### Import URDF
217
+
218
+
1. Right click and select `ZeroSim --> Import URDF...`
0 commit comments