Package to control CTU/CIIRC robots Mitsubishi.
Project description
Control of Mitsubishi RV6S robot at CIIRC CTU
How to start the robot
- Turn the robot power using the white switch on the front panel of the control unit.
- Make sure robot is set to Automatic mode (or Ext. Automatic mode) - modes are controlled by key switch on the front panel.
Quick example
from ctu_mitsubishi import Rv6s, Rv6sGripper
gripper = Rv6sGripper()
gripper.open()
gripper.close()
robot = Rv6s()
robot.initialize()
q = robot.get_q()
q[0] += 0.1
robot.move_to_q(q)
robot.stop_robot()
robot.close_connection()
See more examples in the examples folder.
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
ctu_mitsubishi-0.1.3.tar.gz
(6.0 kB
view details)
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 ctu_mitsubishi-0.1.3.tar.gz.
File metadata
- Download URL: ctu_mitsubishi-0.1.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4e57c9336e08aae16c0e671d1563e7c73e27ff255d2deedd5949227af52a24f
|
|
| MD5 |
d1cac401f07880963f47935e53751e05
|
|
| BLAKE2b-256 |
ef65d21cd83de5a9019b0fa5d692839d1ebb4713e2acc12cbc5c96cb557603f4
|
File details
Details for the file ctu_mitsubishi-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ctu_mitsubishi-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dce9e5c4e6465927354b3bcb3119bcd6915f9e0615c81f7262d000e1a3638f4f
|
|
| MD5 |
d4644241450f8988fb6cec175fe63929
|
|
| BLAKE2b-256 |
0997602a3e7d0e2f12c3048e1cccebecee559c787efd966d42e2f8dd60aff84c
|