Skip to content

Software that enables the local/remote Ops at our 'Little Factory', a place where students can learn current techs on robotics & automation @ FCFM - UChile.

Notifications You must be signed in to change notification settings

Beauchef-Proyecta/mlf

Repository files navigation

mlf - Repositorio a utilizar por curso CD2201

Cómo conectarse al robot a través de Ngrok desde tu casita

  • Entrar a ngrok https://ngrok.com/
  • Ingresar (login) credenciales de cada grupo cc2201mlf+<project group>@gmail.com ; ngrok pass
  • Ir a Endpoints->Status, donde se encontrarán las opciones de conexión (TCP para ssh, HTTP para ver stream de la cámara)
  • Si el stream está corriendo basta con entrar a la dirección HTTP para ver la imagen captada por la cámara del robot

Conexión al robot vía SSH con Ngrok

  • Si tienes Windows, instalar mobaxterm en https://mobaxterm.mobatek.net/. Te sugerimos la versión portable
  • Si tienes algún sistema basado en UNIX/BSD (linux/mac), usa tu terminal favorita.
  • Para conectarse debes tener la dirección de Ngrok tcp://<dir>:<port>

Correr ssh en terminal (mobaxterm para Windows)

ssh pi@<dir> -p <port>

Ahora tendrás una terminal dentro del robot y tendrás acceso a este repositorio

Mover el robot

  • Activar el ambiente virtual workon mlf
  • Ir al directorio del repositorio cd mlf
  • Correr algún test de cinemática de la carpeta test (python test/test_IK.py o python test/test_FK.py)
  • Ver el robot a través del stream c:

About

Software that enables the local/remote Ops at our 'Little Factory', a place where students can learn current techs on robotics & automation @ FCFM - UChile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published