Public Member Functions | |
| def | __init__ |
| def | restore_settings |
| def | save_settings |
Static Public Attributes | |
| tuple | sig_sysmsg = Signal(str) |
Private Member Functions | |
| def | _sample_html_osm |
| def | _set_map_content |
Private Attributes | |
| _osm_html_file | |
| _parent | |
| _rospack | |
#TODO: comment
Definition at line 45 of file gps_widget.py.
| def rqt_gps.gps_widget.GpsWidget.__init__ | ( | self, | |
| parent | |||
| ) |
@type parent: GpsMain
Definition at line 52 of file gps_widget.py.
| def rqt_gps.gps_widget.GpsWidget._sample_html_osm | ( | self | ) | [private] |
Definition at line 86 of file gps_widget.py.
| def rqt_gps.gps_widget.GpsWidget._set_map_content | ( | self | ) | [private] |
Set html of OSM
Definition at line 68 of file gps_widget.py.
| def rqt_gps.gps_widget.GpsWidget.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 79 of file gps_widget.py.
| def rqt_gps.gps_widget.GpsWidget.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 75 of file gps_widget.py.
Definition at line 54 of file gps_widget.py.
rqt_gps::gps_widget.GpsWidget::_parent [private] |
Definition at line 54 of file gps_widget.py.
rqt_gps::gps_widget.GpsWidget::_rospack [private] |
Definition at line 54 of file gps_widget.py.
tuple rqt_gps::gps_widget.GpsWidget::sig_sysmsg = Signal(str) [static] |
Definition at line 50 of file gps_widget.py.