ROS# Version 1.4.0
This version gives you the possibility to create, modify and export your URDF models with all comforts of the Unity Editor!
The biggest changes since Version 1.3 are:
- Urdf Libary: The UrdfImporter project was renamed to Urdf. It now supports the ability to both read from and write to URDF files.
- Create, Modify, and Export URDF models in Unity: ROS# now supports creating and exporting URDF models directly in Unity. It is also possible to modify and re-export an existing URDF model.
- Transfer URDF files from Unity to ROS: Previously it was only possible to transfer/import URDF files from ROS to Unity. Now ROS# can send a URDF and all its meshes from Unity to a package in ROS.
Please see the Wiki, especially Section 3.2, for further info.
The attached binaries are:
RosSharp.unitypackage
: complete ROS# Unity Package containing all assets of the Unity3D projectRosBridgeClient.dll
: the build of RosBridgeClient projectUrdf.dll
: the build of Urdf project