Skip to content

Ext_UnityRoboticsHub

Martin Bischoff edited this page Jan 21, 2021 · 1 revision

Unity Robotics has forked the ROS# repo into two new repos:

is a Unity package for sending/receiving messages to/from ROS. It contains extra functionality that, when generating a C# class from a ROS message, functions are also generated that will serialize and deserialize the messages as ROS would internally.

This package, when used with Unity-Technologies/ROS-TCP-Endpoint, can increase the speed of message-passing between ROS and Unity, which may be especially important when messages contain images. The tradeoff is that ROS-TCP-Endpoint is not as general as ROS# with rosbridge and has the strict requirement that all messages be serialized by the ROS-TCP-Connector code.

is a Unity package with added support for instantiating a robot from URDF into a Unity scene with Articulation Body components.

Visit the Unity Robotics Hub for more information on how to use these packages.


© Unity Technologies, 2021

Author: Cameron Greene (cameron.greene@unity3d.com)

Clone this wiki locally