Public Member Functions | |
def | __init__ (self, timeline) |
def | create_publisher (self, topic, msg) |
def | event (self, event) |
def | is_publishing (self, topic) |
def | message_cleared (self) |
def | message_viewed (self, bag, msg_data) |
def | resume (self) |
def | start_clock_publishing (self) |
def | start_publishing (self, topic) |
def | stop (self) |
def | stop_clock_publishing (self) |
def | stop_publishing (self, topic) |
Public Attributes | |
timeline | |
Private Attributes | |
_last_clock | |
_publish_clock | |
_publishers | |
_publishing | |
_resume | |
This object handles publishing messages as the playhead passes over their position
def rqt_bag.player.Player.create_publisher | ( | self, | |
topic, | |||
msg | |||
) |
def rqt_bag.player.Player.event | ( | self, | |
event | |||
) |
def rqt_bag.player.Player.message_viewed | ( | self, | |
bag, | |||
msg_data | |||
) |