Skip to content
View simorxb's full-sized avatar

Block or report simorxb

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. PID-C-Struct PID-C-Struct Public

    The code shows the implementation of a PID controller in C. The PID controller includes: - Filtered derivative for the derivative term - Saturation of the command - Rate limiter of the command - An…

    C 39 8

  2. PID-tuning-opt PID-tuning-opt Public

    Optimisation of PID parameters implemented in Python, using scipy.optimize.minimize.

    Python 29 4

  3. MPC-Pendulum-Python MPC-Pendulum-Python Public

    Model Predictive Control implemented in Python, using scipy.optimize.minimize, on the model of a pendulum.

    Python 28 3

  4. SMC-Pendulum SMC-Pendulum Public

    Example of how to implement SMC control on a pendulum model, using the Super Twisting Algorithm. This Python code is used to plot the result of a model implemented using Collimator (https://collima…

    Python 16 1

  5. PID-Controller-Python PID-Controller-Python Public

    How to implement a PID Controller in Python

    Python 14 4

  6. Real-time-PID-Python Real-time-PID-Python Public

    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.

    Python 13 2