|
SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
|
Gztopic pulisher object. More...
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def | Publish |
| Publish message. More... | |
Public Attributes | |
| TOPIC | |
| Gztopic string. | |
| MESSAGETYPE | |
| Message type string. | |
| GZCOMMUNICATOR | |
| A GzCommunicator object. | |
Gztopic pulisher object.
| def gztopic_multithreading.GzPublisher.__init__ | ( | self, | |
| topic, | |||
| messagetype, | |||
| GzCommunicator | |||
| ) |
Constructor.
| self | Object pointer |
| topic | Gztopic string |
| messagetype | Message type string, defined in protobuf |
| GzCommunicator | A GzCommunicator object |
| def gztopic_multithreading.GzPublisher.Publish | ( | self, | |
| msg | |||
| ) |
Publish message.
| self | Object pointer |
| msg | Message object |