Public Member Functions | |
def | __init__ |
Static Public Attributes | |
list | ATTRIBUTE_NAMES |
Class defining the plugin used to simulate video on a robot plugin topicName height width alwaysOn updateRate
Definition at line 413 of file gazeboUrdf.py.
def naoqi_tools.gazeboUrdf.VideoPlugin.__init__ | ( | self, | |
name = None , |
|||
filename = None , |
|||
topic_name = None , |
|||
height = None , |
|||
width = None , |
|||
always_on = None , |
|||
update_rate = None |
|||
) |
Definition at line 426 of file gazeboUrdf.py.
list naoqi_tools::gazeboUrdf.VideoPlugin::ATTRIBUTE_NAMES [static] |
['topicName', 'height', 'width', 'alwaysOn', 'updateRate']
Reimplemented from naoqi_tools.gazeboUrdf.BasePlugin.
Definition at line 423 of file gazeboUrdf.py.