About 50 results
Open links in new tab
  1. control - What are good strategies for tuning PID loops? - Robotics ...

    Oct 26, 2012 · Tuning controller gains can be difficult, what general strategies work well to get a stable system that converges to the right solution?

  2. How to PID tune a four wheel robot? - Robotics Stack Exchange

    1 Answer I can think of three ways to control this robot: Do as you described and have one separate controller for each motor, tuned independently using a test fixture; Use a MIMO PID controller to …

  3. General approach for tuning PID - Robotics Stack Exchange

    May 1, 2020 · I have a two-wheeled robot, with each wheel hooked up to a PID controller (using the pid package) and rotary encoders providing the plants' states. I would like to tune the two controllers but …

  4. How to tune the PID parameters using Fuzzy Logic?

    I previously used the Ziegler method to tune the parameters of my PID controller to control my robot's position. I then implemented fuzzy logic for self-tuning the parameters. I have two inputs to...

  5. How do the PID parameters (Kp, Ki, and Kd) affect the heading of a ...

    Question: A PID controller has three parameters Kp, Ki and Kd which could affect the output performance. A differential driving robot is controlled by a PID controller. The heading information is s...

  6. PID output does not reach setpoint precisely enough

    The PID does not settle near the setpoint nor does it oscillate around it. It hunts randomly in a range around the setpoint which is too large for my requirements.

  7. Problem with tuning PID for motor - Robotics Stack Exchange

    2 I am trying to tune my PID to make my motor have a consistent output: input (pidOutput) => 100rpm I used the following step to tune my PID: Set all gains to zero. Increase the P gain until the response …

  8. Tuning a cascaded attitude and attitude rate PID controller

    You can operate the quadcopter with a poorly tuned attitude rate PID, log relevant quantities, build a model from the data, and finally use the model to tune the PID iteratively. Suppose that such an inner …

  9. How to control a 4 wheel mechanum wheel robot with PID?

    Feb 25, 2023 · Obviously my wheels/motors aren't identical and I can't have the same PID tuning parameters for all of them. I tried to tune all 4 controllers manually and gave up, because I wasn't …

  10. Crazyflie 2.0 Cascade PID for Position Control

    Nov 9, 2025 · Thank you for your answer! As for the tuning, for the inner/attitude loop, I can set the target roll, pitch and yaw to 0 and then tune from there. That is, I can establish a fixed reference. …