simorxb / Real-time-PID-PythonLinks
Control of a pendulum in real-time. The script simulates a real-time test of a control algorithm, allowing the user to change online the PID gains, derivative filter time constant and setpoint.
☆13Updated 2 years ago
Alternatives and similar repositories for Real-time-PID-Python
Users that are interested in Real-time-PID-Python are comparing it to the libraries listed below
Sorting:
- Optimisation of PID parameters implemented in Python, using scipy.optimize.minimize.☆29Updated 2 years ago
- Model Predictive Control implemented in Python, using scipy.optimize.minimize, on the model of a pendulum.☆28Updated 2 years ago
- Forward kinematics, inverse kinematics, Newton-Euler algorithm and derivations☆11Updated 8 years ago
- The code shows the implementation of a PID controller in C. The PID controller includes: - Filtered derivative for the derivative term -…☆38Updated last year
- ☆29Updated last month
- Udacity Flying Car Nanodegree - Term 1 - Project 2 - 3D Motion Planning☆30Updated 7 years ago
- Underactuated double-pendulum (acrobot) on a cart to play with direct optimal control methods☆18Updated 7 years ago
- Matlab Dynamics and Control☆43Updated 3 years ago
- [This repo is deprecated, see the main PyDy repository] A collection of PyDy examples.☆19Updated 11 years ago
- Machine Learning for Engineers in Python☆82Updated 3 months ago
- Process Dynamics and Control☆138Updated last month
- Fuzzy logic control☆19Updated 11 years ago
- Data-Driven Engineering☆21Updated last year
- Control with Deep Reinforcement Learning☆15Updated 2 years ago
- Python Control System : Create control loops and let the AI set the PID parameters☆37Updated 10 months ago
- Jupyter notebooks demonstrating the process of emulating a PID controller with an LSTM, and using that for anomaly detection☆20Updated 4 years ago
- Various adaptive control implementations (university project)☆22Updated 8 years ago
- Python library used to safely control drone swarms and drone fleets with MAVLink☆24Updated 2 years ago
- FBS2e examples in Python☆33Updated last year
- Control Systems☆31Updated 2 years ago
- An analysis of different intelligent control techniques (evolutionary alg., reinf. learn., neural networks) applied to robotic manipulato …☆54Updated 8 years ago
- A program that can do Process Identification and PID Tuning by using Deep Learning designed for people studying and researching chemical …☆28Updated 6 years ago
- Udacity Flying Car Nanodegree - Term 1 - Project 3 - 3D Quadrotor Controller☆38Updated 7 years ago
- Basic robotics using pygame visualization.☆14Updated 8 years ago
- Simulator for typical process/chemical/refinery engineering applications with rigorous thermodynamics.☆15Updated 2 years ago
- Example of how to implement SMC control on a pendulum model, using the Super Twisting Algorithm. This Python code is used to plot the res…☆16Updated last year
- Projects from the Robotics specialization from Coursera offered by the University of Pennsylvania☆18Updated 2 years ago
- Slides for Control Theory, Innopolis, 2021☆25Updated 2 years ago
- The Python framework for state-space modeling and algorithm development☆58Updated 2 weeks ago
- AleksandarHaber / Linear-Quadratic-Regulator-Optimal-Control-in-Cpp-From-Scratch-by-Using-Newton-MethodWe implemented a solution of the Linear Quadratic Regulator (LQR) Optimal Control problem in C++. We use the Newton method to solve the R…☆29Updated 8 months ago