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
**IMPORTANT NOTE:** Make sure that you have followed the instructions to set up the meta quest (according to [meta_quest_teleop](https://github.com/NeuracoreAI/meta_quest_teleop) README instructions) and that your equipment are functioning before starting the examples. Same applies to the piper robot!
79
+
76
80
### 1. Tune Teleoperation Parameters
77
81
78
82
**Script**: `examples/1_tune_teleop_params.py`
@@ -241,10 +245,6 @@ example_agilex/
241
245
242
246
## Troubleshooting
243
247
244
-
### Python 3.10 issues
245
-
246
-
Python 3.10 has known compatibility issues with some dependencies (e.g. certain versions of NumPy, PyTorch, or other packages). If you run into import errors, version conflicts, or odd runtime behaviour, try using Python 3.11 or 3.12 instead.
247
-
248
248
### Import Errors
249
249
250
250
- Ensure conda environment is activated: `conda activate piper-teleop`
@@ -255,20 +255,22 @@ Python 3.10 has known compatibility issues with some dependencies (e.g. certain
255
255
cd meta_quest_teleop
256
256
pip install -e .
257
257
cd ..
258
+
pip show meta_quest_teleop
258
259
```
259
260
260
261
### Robot Communication Issues
261
262
262
263
- Verify CAN interface is active: `ip link show can0`
263
264
- You can activate CAN interface with: `bash scripts/piper/can_activate.sh can0 1000000`
265
+
-**NOTE:** you'll most probably need to activate the CAN interface when you first connect your robot to your machine.
264
266
- Check robot power and CAN bus connection
265
267
- Ensure robot is in the correct mode for control
266
268
267
269
### Neuracore Connection Issues
268
270
269
271
- Verify you're logged in: `neuracore login`
270
272
- Check network connectivity to Neuracore servers
271
-
- Verify dataset/run names are correct
273
+
- Verify dataset names/run names/model paths are correct
0 commit comments