API segura para laboratorio Kalman Robotics — myCobot Pro 450
Project description
kalman-robot-arm
Librería oficial de Kalman Robotics para operar el brazo robótico myCobot Pro 450 en el laboratorio remoto.
Instalación
pip install kalman-robot-arm
Para actualizar a la última versión:
pip install --upgrade kalman-robot-arm
Requisito previo
La conexión al robot debe estar activa antes de ejecutar cualquier script. El laboratorio proporciona las instrucciones específicas de conexión (tunnel SSH + socat).
Uso básico
from kalman_robot_arm import KalmanRobotArm
robot = KalmanRobotArm()
angulos = robot.get_angles()
print(angulos)
robot.send_angles([10, -10, 0, 0, 10, 0], speed=10)
robot.go_home()
Límites de seguridad
La librería incluye un guardian de seguridad integrado. Los joints tienen un límite de ±21°. Ante un comando fuera de rango, el robot regresa a home y el script se termina automáticamente. El alumno debe corregir su código y volver a ejecutar.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kalman_robot_arm-0.4.0.tar.gz.
File metadata
- Download URL: kalman_robot_arm-0.4.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
034162cb841c3e5b0e8a230804d41a501d1bd537ba31b07b3d78948567a743a2
|
|
| MD5 |
59f99bb72fbfbac8d82d329a303bbcfb
|
|
| BLAKE2b-256 |
47521c329d06acb75e731c91534ee1878d77298b3509e99d22b4e196d6ca6554
|
File details
Details for the file kalman_robot_arm-0.4.0-py3-none-any.whl.
File metadata
- Download URL: kalman_robot_arm-0.4.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fe09ad7de567f7b0183154216a03312bb488100bb7f2c09267df29841d8c6ff
|
|
| MD5 |
aba4e8a3c22f29041f38bf61f4ac21ed
|
|
| BLAKE2b-256 |
3f2adf2f49446b9d31453bdc28101f874a10101f5cccb52aaf9de85e135d8a3e
|