-
Notifications
You must be signed in to change notification settings - Fork 1
Setup Raspberrypy: ROS and OpenCV
tomasctg edited this page Jul 8, 2021
·
4 revisions
$ wget https://www.robotis.com/service/download.php?no=1738
Si no se posee cable HDMI, agregar los siguientes archivos en la carpeta /boot de la SD para habilitar ssh y conexión a red.
- Crear archivo con nombre wpa_supplicant.conf: ` ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=ES
network={ ssid="nombre-de-tu-wifi" psk="password-de-tu-wifi" key_mgmt=WPA-PSK } `