Public Member Functions | |
def | __init__ (self, timeline, parent, topic) |
def | message_cleared (self) |
def | message_viewed (self, bag, msg_details) |
Public Attributes | |
message_tree | |
Static Public Attributes | |
string | name = 'Raw' |
Definition at line 53 of file raw_view.py.
def rqt_bag.plugins.raw_view.RawView.__init__ | ( | self, | |
timeline, | |||
parent, | |||
topic | |||
) |
:param timeline: timeline data object, ''BagTimeline'' :param parent: widget that will be added to the ros_gui context, ''QWidget''
Reimplemented from rqt_bag.plugins.topic_message_view.TopicMessageView.
Definition at line 60 of file raw_view.py.
def rqt_bag.plugins.raw_view.RawView.message_cleared | ( | self | ) |
Clear the currently viewed message (if any).
Reimplemented from rqt_bag.plugins.message_view.MessageView.
Definition at line 79 of file raw_view.py.
def rqt_bag.plugins.raw_view.RawView.message_viewed | ( | self, | |
bag, | |||
msg_details | |||
) |
View the message. @param bag: the bag file the message is contained in @type bag: rosbag.Bag @param msg_details: the details of the message to be viewed @type msg_details: tuple (topic, msg, time) @param topic: the message topic @type topic: str @param msg: the message @param t: the message timestamp @type t: rospy.Time
Reimplemented from rqt_bag.plugins.topic_message_view.TopicMessageView.
Definition at line 71 of file raw_view.py.
rqt_bag.plugins.raw_view.RawView.message_tree |
Definition at line 66 of file raw_view.py.
|
static |
Definition at line 54 of file raw_view.py.