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