Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.02 KB

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

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.