Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.