You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated to follow product naming conventions and logo design guidelines.
Changes include:
- Updated logos images
- Updated product naming to eteeController and eteeDongle
- Fixed relative link
Official Python API for the eteeController devices.
16
+
Official Python API for the eteeControllers.
17
17
<br />
18
18
<ahref="https://tg0-etee-python-api.readthedocs-hosted.com/en/latest/index.html#"><strong>Explore the docs »</strong></a>
19
19
<br />
@@ -96,21 +96,21 @@ In this repository, you can access:
96
96
- etee Python API example scripts
97
97
- Setup files
98
98
99
-
With this API, you will be able to retrieve a wide range of [data from the controllers][url-documentation-data]:
99
+
With this API, you will be able to retrieve a wide range of [data from the eteeControllers][url-documentation-data]:
100
100
***Tactile data**: individual finger curling and pressure, trackpad, slider LED, tracker (connection, proximity sensor; no positional tracking) and system button.
<em>Tactile and sensing data from the controller.</em>
105
+
<em>Tactile and sensing data from the eteeController.</em>
106
106
</p>
107
107
108
108
***Gestures**: grip, pinch and point gestures.
109
109
110
110
<palign="center">
111
111
<imgwidth="700"src="./img/etee-gestures.jpg">
112
112
<br/>
113
-
<em>Main etee gestures.</em>
113
+
<em>Main eteeController gestures.</em>
114
114
</p>
115
115
116
116
***Inertial Measuring Units (IMU) and 3D rotation**: raw 9-axis IMU data (accelerometer, gyroscope, magnetometer data) and 3D rotation estimations (quaternion, euler angles).
@@ -199,8 +199,8 @@ your Python environment, by using the `setup.py` script.
199
199
200
200
### Hardware Setup
201
201
202
-
To get started, [set up the hardware][url-documentation-setup-hw]. This involves connecting the device dongle to your
203
-
PC or laptop, and turning ON the controllers. You will know they are connected if the device dongle keeps blinking in
202
+
To get started, [set up the hardware][url-documentation-setup-hw]. This involves connecting the eteeDongle to your
203
+
PC or laptop, and turning ON the eteeControllers. You will know they are connected if the eteeDongle keeps blinking in
204
204
the following pattern: pink-pink-blue.
205
205
206
206
### Example Scripts
@@ -220,7 +220,7 @@ We also have [quickstart][url-documentation-quickstart] and [more detailed devel
220
220
in our documentation page. This might help you understand the different API functionalities and how to integrate them
221
221
in your custom applications.
222
222
223
-
_To learn more about the API and the controller data, visit our [Developer Documentation Site][url-documentation]_
223
+
_To learn more about the API and the eteeController data, visit our [Developer Documentation Site][url-documentation]_
0 commit comments