Skip to content

Commit

Permalink
Remapping diagnostics fix
Browse files Browse the repository at this point in the history
Default to diagnostics instead of /diagnostics
  • Loading branch information
ablasdel committed Oct 14, 2014
1 parent de3686b commit ab61a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, status, tree_node):


class RuntimeMonitorWidget(QWidget):
def __init__(self, topic="/diagnostics"):
def __init__(self, topic="diagnostics"):
super(RuntimeMonitorWidget, self).__init__()
rp = rospkg.RosPack()
ui_file = os.path.join(rp.get_path('rqt_runtime_monitor'), 'resource', 'runtime_monitor_widget.ui')
Expand Down

0 comments on commit ab61a50

Please sign in to comment.