Skip to content

Commit 3112eeb

Browse files
committed
remove old stuff from notebook
1 parent ff6fe3c commit 3112eeb

File tree

1 file changed

+3
-41
lines changed

1 file changed

+3
-41
lines changed

python_client/notebooks/poulpe_test.ipynb

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 1,
21+
"execution_count": 3,
2222
"id": "45a55cd9-9ed1-43c7-9f18-63b4499ece82",
2323
"metadata": {},
2424
"outputs": [
2525
{
2626
"name": "stdout",
2727
"output_type": "stream",
2828
"text": [
29-
"POULPE controller ready!\n",
30-
"Devices connected in the network: \n",
31-
"Slave 0: RightShoulderOrbita2d\n"
29+
"POULPE controller ready!\n"
3230
]
3331
}
3432
],
@@ -359,44 +357,8 @@
359357
],
360358
"source": [
361359
"# read the current target position\n",
362-
"client.get_target_position(slave_id)"
363-
]
364-
},
365-
{
366-
"cell_type": "code",
367-
"execution_count": null,
368-
"id": "0f6d4bc3-3e27-484a-83c1-1a05089d1530",
369-
"metadata": {},
370-
"outputs": [],
371-
"source": []
372-
},
373-
{
374-
"cell_type": "code",
375-
"execution_count": 29,
376-
"id": "98a27437-4544-4400-a5db-0abc93c0a4ed",
377-
"metadata": {},
378-
"outputs": [],
379-
"source": [
380-
"client.turn_on(slave_id)\n"
360+
"client.get_target_position(slve_id)"
381361
]
382-
},
383-
{
384-
"cell_type": "code",
385-
"execution_count": 30,
386-
"id": "054ebd80-e018-4f85-8f97-3ad0a4abd889",
387-
"metadata": {},
388-
"outputs": [],
389-
"source": [
390-
"client.turn_off(slave_id)\n"
391-
]
392-
},
393-
{
394-
"cell_type": "code",
395-
"execution_count": null,
396-
"id": "e84a806f-67d9-4adb-a791-f60d302cf022",
397-
"metadata": {},
398-
"outputs": [],
399-
"source": []
400362
}
401363
],
402364
"metadata": {

0 commit comments

Comments
 (0)