Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheuscavini/python-gui-numericalcommand
Python GUI for sending commands to a prototype robotic leg.
https://github.com/matheuscavini/python-gui-numericalcommand
antlr4 customtkinter gcode-parser gui gui-application modbus pid-control python robotics
Last synced: about 2 months ago
JSON representation
Python GUI for sending commands to a prototype robotic leg.
- Host: GitHub
- URL: https://github.com/matheuscavini/python-gui-numericalcommand
- Owner: MatheusCavini
- Created: 2024-07-01T00:05:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T16:46:46.000Z (5 months ago)
- Last Synced: 2024-07-14T17:04:07.055Z (5 months ago)
- Topics: antlr4, customtkinter, gcode-parser, gui, gui-application, modbus, pid-control, python, robotics
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python GUI for Numerical Commands
## Introduction
This projects implements a Graphic User Interface built with Python CustomTKinter, put together with a simple G Code Parser, for sending a trajectory file and execution commands to a prototype robotic leg.It was built as part of the Integrated Project of 7th Semester (PI7) for my Mechatronics Engineering course at Escola Politécnica da Universide de São Paulo (USP).
Communication between the interface and the hardware of the leg is done by MODBUS commands via serial.
## Demonstration
![GUI](https://github.com/user-attachments/assets/072060f3-bf97-4130-ac64-882f36b97c84)
## Features
• Loading and sending a trajectory from a local G Code.
• Setting Proportional, Integrative and Derivative control constants for both hip and knee joints.
• Sending commands to control the execution of the trajectory: Go to origin, Start, Stop, Pause and Resume.
• Display in real time the line number currently executing as well as highlighting it on G Code.