Click or drag to resize

TFManager Class

This class serves as an interface to ROS Tf transforms mechanisms - finds transform topics, lookups transforms publishes transforms etc.
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.Net.TFTFManager

Namespace:  Rubedos.Viper.Net.TF
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public class TFManager : IDisposable

The TFManager type exposes the following members.

Constructors
  NameDescription
Public methodTFManager
Ctor
Top
Properties
  NameDescription
Public propertyCvmTransform
Gets transformaction of this camera
Public propertyFrames
Returns an array of frames that have been published in ROS
Public propertyRootFrame
The root frame of the scene
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the TFManager
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TFManager and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTransform
Gets transformation for the specified frame
Public methodGetTransformBetweenFrames
Calculates transformation between two specified frames
Public methodInitialize
Initialization routines after ROS has been connected
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventFramesUpdated
Emitted when frames are updated - either added/removed or transformation changed
Public eventFrameTreeChanged
Raised when new frames in the tree are inserted or deleted
Top
See Also