
Public Member Functions | |
| def | __init__ (self, name=None, filename=None, topic_name=None, height=None, width=None, always_on=None, update_rate=None) |
Public Member Functions inherited from naoqi_tools.gazeboUrdf.BasePlugin | |
| def | __init__ (self, name=None, filename=None, attributes=None) |
| def | __str__ (self) |
| def | parse (cls, node, verbose=True) |
| def | to_xml (self, doc) |
Static Public Attributes | |
| list | ATTRIBUTE_NAMES |
Static Public Attributes inherited from naoqi_tools.gazeboUrdf.BasePlugin | |
| list | ATTRIBUTE_NAMES = [] |
Additional Inherited Members | |
Public Attributes inherited from naoqi_tools.gazeboUrdf.BasePlugin | |
| attributes | |
| filename | |
| name | |
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 427 of file gazeboUrdf.py.
|
static |
Definition at line 423 of file gazeboUrdf.py.