File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,9 @@ I strongly recommend using [rshell](https://github.com/dhylands/rshell).
28
28
Now available with upip, could be installed with:
29
29
``` python
30
30
import upip
31
- import network
32
- from time import sleep
33
- wlan=network.WLAN(network.STA_IF)
34
- wlan.active(True)
35
- wlan.connect('<ssid>', '<password>')
36
- sleep(5)
37
31
upip.install(' micropython-rosserial' )
38
32
```
39
- If `micropython-rosserial ` is installed, because of requirements , `ugenpy ` and `TopicInfo ` will too.
33
+ If ` micropython-rosserial ` is installed, because of requirementes , ` ugenpy ` and ` TopicInfo ` will too.
40
34
> Note: must be connected to WiFi to use upip like this.
41
35
42
36
** Have in mind before publishing or subscribing to a topic, the message class must be generated with ` ugenpy ` **
You can’t perform that action at this time.
0 commit comments