|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Pass along to a ROS topic. More...


Public Member Functions | |
| def | __del__ (self) |
| def | __init__ (self, theConfig=CfgToROSmsg()) |
| Constructor for base trigger class. More... | |
| def | send (self, theAnnouncement) |
Public Attributes | |
| config | |
| pub | |
Public Attributes inherited from Channel | |
| config | |
Pass along to a ROS topic.
Saves the reports to a ROS message compatible with the message type. This class will most likely be overloaded to permit customization of the message type and announcement contents.
| def __init__ | ( | self, | |
theConfig = CfgToROSmsg() |
|||
| ) |
Constructor for base trigger class.
Reimplemented from Channel.
| def __del__ | ( | self | ) |
| def send | ( | self, | |
| theAnnouncement | |||
| ) |
Reimplemented from Channel.
| config |
| pub |