Releases: siemens/ros-sharp
ROS# Version 2.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0]
Added
- Unity package supports UPM and requires Unity 2022.3.
- ROS2 support is available for both the Unity Package
(com.siemens.ros-sharp)
and the complete ROS# .NET solution, including RosBridgeClient, MessageGeneration, and Urdf(Libraries)
. - New ROS packages: File Server, Unity Simuatlion Scene, and Gazebo Simulation Scene, with ROS2 support.
- Unity Simulation Scene and Gazebo Simulation Scene, included in the Unity Package for ROS2 support.
- RawImageSubscriber script is now part of the Unity package.
- Post-build events for Visual Studio streamline development between Unity and .NET.
Fixed
- UrdfTransfer files use serializer-specific methods instead of Newtonsoft JSON.
Changed
- RosBridgeClient, MessageGeneration, and Urdf support .NET 8.0.
- RosBridgeClient, MessageGeneration, and Urdf source code is included in the Unity Package; and no longer dynamically linked to the Unity package.
- Switched from websocket-sharp to websocket-sharp.netstandard.
- The JoyAxisReader script in the Unity package inherits from IAxisReader interface for increased applicability.
- The ImageSubscriber script in the Unity package is renamed to CompressedImageSubscriber.
- URDF export and import windows in the Unity package utilize the existing RosSocket component in the scene.
- Thread safety for
Subscriber : RosBridgeClient.Communication
. Each Subscriber, including .NET and Unity package, can be configured to receive thread-safe.
Removed
- Newtonsoft BSON is no longer supported.
ROS# Version 1.7.0
- updating to Unity Version 2019.4.18f1
- multiple minor fixes, see commit history for details
ROS# Version 1.6.0
Automatic Message Generation:
- With ROS# you can now generate C# classes of any ROS message, service or action type.
- For example, the auto-generated class of sensor_msgs/JointState.msg is JointState.cs.
- Please find the new library here and the console tool sources here.
- Please also note the new Unity Editor menu features.
- Check out the new Wiki page for further info.
Action Server and Action Client Revision:
- Check out the new Wiki pages for [Action Server] and [Action Client] for further info.
ROS# Version 1.5.0
The biggest changes in ROS# Version 1.5 are:
-
ROS Action Support:
Please check out the FibonacciActionServer and FibonacciActionClient example and find the corresponding ROS tutorial here. -
Message Class Generation via Unity Editor:
Please check out the new Unity menu itemRosBridgeClient > Generate Messages > ...
This wiki page gives an overview on the different options to generate new message files. -
BSON (De-)Serialization:
As alternative to JSON, you can now select to set up BSON communication withrosbridge_server
.
Make sure to activatebson_only_mode
when launchingros_bridge_server
as explained here.
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
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
ROS# Version 1.3.0
This version comes with the following changes in RosBridgeClient as discussed in Issue #59:
- Generic Communication Protocol Interface: an interface to the communication protocol used by RosBridgeClient. It currently comes with two implementations: WebSocketNetProtocol and WebSocketSharpProtocol
- Message Type Structure: a more ROS-oriented structure of message types, including further code simplifications
- Simplified Message Handling in Unity: a simplified structure with even better performance. It requires a different placement of ROS# components in Unity scene.
Please see the Wiki and the videos of UnitySimulationScene and GazeboSimulationScene for a detailed info on how to use the new framework.
The attached binaries are:
RosSharp.unitypackage
: complete ROS# Unity Package containing all assets of the Unity3D projectRosBridgeClient.dll
: the build of RosBridgeClient projectUrdfImporter.dll
: the build of UrdfImporter project
ROS# Version 1.2.3
This version is is the final state of ROS# before a major change in RosBridgeClient (cf. #59 ).
Please refer to this release and/or the corresponding commit if you want to continue working with the old framework.
The attached binaries are:
- RosSharp.unitypackage: complete ROS# Unity Package containing all assets of the Unity3D project
- RosBridgeClient.dll: the build of RosBridgeClient project
UrdfImporter.dll: the build of UrdfImporter project
ROS# Version 1.2.2
This version includes a bunch of minor fixes that we found since release 1.2a.
The attached binaries are:
- RosSharp.unitypackage: complete ROS# Unity Package containing all assets of the Unity3D project
- RosBridgeClient.dll: the build of RosBridgeClient project
- UrdfImporter.dll: the build of UrdfImporter project
ROS# Version 1.2.1
This version includes a bunch of minor fixes that we found since Pre-release 1.2.
The attached binaries are
- RosSharp.unitypackage: complete ROS# Unity Package containing all assets of the Unity3D project
- RosBridgeClient.dll: the build of RosBridgeClient project
- UrdfImporter.dll: the build of UrdfImporter project
ROS# Version 1.2.0
This version contains the new ROS# message handling framework.
The attached binaries are
- RosSharp.unitypackage: complete ROS# Unity Package containing all assets of the Unity3D project
- RosBridgeClient.dll: the build of RosBridgeClient project
- UrdfImporter.dll: the build of UrdfImporter project