Skip to content

Commit d922ab5

Browse files
committed
minor documentation for TF publisher.
1 parent a225001 commit d922ab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Runtime/Scripts/ROS/Unity/Publishers/ZOROSTransformPublisher.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
using ZO.Document;
88

99
namespace ZO.ROS.Publisher {
10+
/// <summary>
11+
/// Publish ROS TF of the Unity Transform this script is attached to.
12+
/// See: http://wiki.ros.org/tf
13+
/// </summary>
1014
public class ZOROSTransformPublisher : ZOROSUnityGameObjectBase {
1115
public string _frameId = "";
1216
public string _childFrameId = "";

0 commit comments

Comments
 (0)