Skip to content

Commit 17b4458

Browse files
Create README.md
1 parent 95f46d6 commit 17b4458

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Python GUI for Numerical Commands
2+
## Introduction
3+
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.
4+
5+
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).
6+
7+
Communication between the interface and the hardware of the leg is done by MODBUS commands via serial.
8+
9+
## Demonstration
10+
11+
![GUI](https://github.com/user-attachments/assets/072060f3-bf97-4130-ac64-882f36b97c84)
12+
13+
## Features
14+
• Loading and sending a trajectory from a local G Code.<br/>
15+
• Setting Proportional, Integrative and Derivative control constants for both hip and knee joints.<br/>
16+
• Sending commands to control the execution of the trajectory: Go to origin, Start, Stop, Pause and Resume.<br/>
17+
• Display in real time the line number currently executing as well as highlighting it on G Code.<br/>
18+

0 commit comments

Comments
 (0)