Skip to content

Commit db5ec5e

Browse files
authored
Merge pull request #104 from Unity-Technologies/dev
Merge dev into main.
2 parents 67b0620 + ce583f8 commit db5ec5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ Is ROS 2 support planned?
1919
---
2020
We definitely plan to support ROS 2 in the future. Let us know more about your use case in order to prioritize our work by reaching out to us at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
2121

22-
How does your Unity integration compare to [ROS#](https://github.com/siemens/ros-sharp)?
22+
How does your Unity integration compare to ROS#?
2323
---
24-
Two of the Unity Robotics repos (URDF Importer and TCP Connector) have been forked from the Siemens ROS# repo.
24+
Two of the Unity Robotics repos (URDF Importer and TCP Connector) have been forked from the [Siemens ROS# repo](https://github.com/siemens/ros-sharp).
2525

2626
In the URDF Importer we have added the functionality to instantiate a robot from URDF into a Unity scene with [Articulation Body](https://docs.unity3d.com/2020.2/Documentation/Manual/class-ArticulationBody.html) components on their corresponding joints.
2727

2828
Aside from facilitating communication with the TCP Endpoint, the TCP Connector contains the `MessageGeneration` code from ROS#. We added the 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.
2929

30+
You can find more details about the differences between our implementation and ROS#, along with some of their future plans, in the [ROS# project](https://github.com/siemens/ros-sharp/wiki/Ext_RosSharp_RoboticsHub#differences-between-unity-robotics-hub-and-ros).
31+
3032
How can I install the Unity Packages without starting from a template project?
3133
---
3234
Refer to the [Quick Start](tutorials/quick_setup.md) instructions on how to import these packages.

0 commit comments

Comments
 (0)