$search
Public Member Functions | |
def | __init__ |
def | add |
def | get |
def | kill |
def | printTransform |
def | run |
Public Attributes | |
listener | |
running | |
tfs |
Bridge to the ROS tf package. Constantly broadcasts all tfs, and retrieves them on demand.
Definition at line 649 of file convert.py.
def convert::TransformManager::__init__ | ( | self | ) |
Definition at line 653 of file convert.py.
def convert::TransformManager::add | ( | self, | ||
trans, | ||||
rot, | ||||
parent, | ||||
child | ||||
) |
Adds a new transform to the set
Definition at line 672 of file convert.py.
def convert::TransformManager::get | ( | self, | ||
parent, | ||||
child | ||||
) |
Attempts to retrieve a transform
Definition at line 677 of file convert.py.
def convert::TransformManager::kill | ( | self | ) |
Stops thread from running
Definition at line 702 of file convert.py.
def convert::TransformManager::printTransform | ( | self, | ||
parent, | ||||
child | ||||
) |
Attempts to print the specified transform
Definition at line 692 of file convert.py.
def convert::TransformManager::run | ( | self | ) |
Broadcasts tfs until shutdown
Definition at line 659 of file convert.py.
Definition at line 657 of file convert.py.
Definition at line 655 of file convert.py.
Definition at line 656 of file convert.py.