moteus-gui 0.3.76__py3-none-any.whl → 0.3.78__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- moteus_gui/tview.py +1 -2
- moteus_gui/version.py +1 -1
- {moteus_gui-0.3.76.dist-info → moteus_gui-0.3.78.dist-info}/METADATA +8 -12
- moteus_gui-0.3.78.dist-info/RECORD +9 -0
- {moteus_gui-0.3.76.dist-info → moteus_gui-0.3.78.dist-info}/WHEEL +1 -1
- {moteus_gui-0.3.76.dist-info → moteus_gui-0.3.78.dist-info}/entry_points.txt +0 -1
- moteus_gui-0.3.76.dist-info/RECORD +0 -9
- {moteus_gui-0.3.76.dist-info → moteus_gui-0.3.78.dist-info}/top_level.txt +0 -0
moteus_gui/tview.py
CHANGED
@@ -449,7 +449,6 @@ class EditDelegate(QtWidgets.QStyledItemDelegate):
|
|
449
449
|
options = list(maybe_schema.enum_class)
|
450
450
|
options_text = [repr(x) for x in options]
|
451
451
|
editor.setEditable(True)
|
452
|
-
editor.lineEdit().editingFinished.connect(self.commitAndCloseEditor)
|
453
452
|
elif isinstance(maybe_schema, reader.BooleanType):
|
454
453
|
options_text = ['False', 'True']
|
455
454
|
editor.activated.connect(self.commitAndCloseEditor)
|
@@ -1136,7 +1135,7 @@ class TviewMainWindow():
|
|
1136
1135
|
|
1137
1136
|
async def _run_user_command(self, command):
|
1138
1137
|
delay_re = re.search(r"^:(\d+)$", command)
|
1139
|
-
device_re = re.search(r"^(A|\d+)
|
1138
|
+
device_re = re.search(r"^(A|\d+)>\s*(.*)$", command)
|
1140
1139
|
traj_re = re.search(r"^(\?(\d+)?)$", command)
|
1141
1140
|
|
1142
1141
|
device_nums = [self.devices[0].number]
|
moteus_gui/version.py
CHANGED
@@ -1,26 +1,24 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: moteus-gui
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.78
|
4
4
|
Summary: moteus brushless controller graphical user interfaces
|
5
5
|
Home-page: https://github.com/mjbots/moteus
|
6
6
|
Author: mjbots Robotic Systems
|
7
7
|
Author-email: info@mjbots.com
|
8
|
-
License: UNKNOWN
|
9
8
|
Keywords: moteus
|
10
|
-
Platform: UNKNOWN
|
11
9
|
Classifier: Development Status :: 3 - Alpha
|
12
10
|
Classifier: Intended Audience :: Developers
|
13
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
14
12
|
Classifier: Programming Language :: Python :: 3
|
15
13
|
Requires-Python: >=3.7, <4
|
16
14
|
Description-Content-Type: text/markdown
|
17
|
-
Requires-Dist: PySide6
|
18
|
-
Requires-Dist: asyncqt
|
19
|
-
Requires-Dist: matplotlib
|
20
|
-
Requires-Dist: moteus
|
21
|
-
Requires-Dist: qtconsole
|
22
|
-
Requires-Dist: qtpy
|
23
|
-
Requires-Dist: scipy
|
15
|
+
Requires-Dist: PySide6 >=6.8
|
16
|
+
Requires-Dist: asyncqt >=0.8
|
17
|
+
Requires-Dist: matplotlib >=3.9
|
18
|
+
Requires-Dist: moteus >=0.3.74
|
19
|
+
Requires-Dist: qtconsole >=5.6
|
20
|
+
Requires-Dist: qtpy >=2.0.1
|
21
|
+
Requires-Dist: scipy >=1.14
|
24
22
|
Requires-Dist: msvc-runtime ; platform_system == "Windows" and python_version < "3.12"
|
25
23
|
|
26
24
|
# moteus GUI tools #
|
@@ -34,5 +32,3 @@ To install and run:
|
|
34
32
|
pip3 install moteus-gui
|
35
33
|
python3 -m moteus_gui.tview
|
36
34
|
```
|
37
|
-
|
38
|
-
|
@@ -0,0 +1,9 @@
|
|
1
|
+
moteus_gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
moteus_gui/tview.py,sha256=DANIKJVpSC893A1reUb6a144dVrjo6okaRvN-L46BEA,42012
|
3
|
+
moteus_gui/tview_main_window.ui,sha256=q_qA1sooIWzprVT8eYAe0EH9lfu7zg-QP1diETCNFh8,5556
|
4
|
+
moteus_gui/version.py,sha256=JXN2ng5QaWlVJIklxx1-9wW-AslvI84wOsdoAKsNRpI,627
|
5
|
+
moteus_gui-0.3.78.dist-info/METADATA,sha256=EVmo440S2YlyoZ-hSTP60dyKJ6nyroyhr9ODti3ruC0,996
|
6
|
+
moteus_gui-0.3.78.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
7
|
+
moteus_gui-0.3.78.dist-info/entry_points.txt,sha256=Y9PnhK_gNxr8CO7_POHieVaK1U_4fgu2EYoS6TyzSgk,48
|
8
|
+
moteus_gui-0.3.78.dist-info/top_level.txt,sha256=oPOkXR-zpPFhGiDcbnDY6scvNqQQAXWzV7oPD_GHMns,11
|
9
|
+
moteus_gui-0.3.78.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
moteus_gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
moteus_gui/tview.py,sha256=YwM78CUg9bXRqmntecZe0CdCzmDy76vQZTWqieR3gok,42094
|
3
|
-
moteus_gui/tview_main_window.ui,sha256=q_qA1sooIWzprVT8eYAe0EH9lfu7zg-QP1diETCNFh8,5556
|
4
|
-
moteus_gui/version.py,sha256=qGXXhpc_ftOiNPelVWiGTN1cTQVxx3YZ_cbX1IYyd4U,627
|
5
|
-
moteus_gui-0.3.76.dist-info/METADATA,sha256=rJOo7BFi_jWsqb5cIaeYOvPCzrtpJpaAGDDoeW8KzsQ,1047
|
6
|
-
moteus_gui-0.3.76.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
7
|
-
moteus_gui-0.3.76.dist-info/entry_points.txt,sha256=67EsNPaSGC4ni3r4yIV-qEq8VYuJaDmQWTwGtB9Dedo,49
|
8
|
-
moteus_gui-0.3.76.dist-info/top_level.txt,sha256=oPOkXR-zpPFhGiDcbnDY6scvNqQQAXWzV7oPD_GHMns,11
|
9
|
-
moteus_gui-0.3.76.dist-info/RECORD,,
|
File without changes
|