Adding A Mass To Robotic Arm As a Disturbance Force

14 次查看(过去 30 天)
I've designed a 3-dof robotic arm as a solid model and import it matlab simulink. Then I defined each joint step input and controlled them with PID. Tuned the PID constansts and result is the arm became stable so fast. Yes, there are step inputs but there is no disturbance signal or force. So, the arm cannot move and I observe nothing. Now, how can i add disturbance signal, force, or adding mass to edge point of the arm as a disturbance? Or which is the true selection for that project? I found some links about disturbances and mass that i thought relative things but i am not sure. I added the links below. Thank you!!( Win10, r2019b)

回答(1 个)

Steve Miller
Steve Miller 2021-11-24
Here are some disturbances you can add:
  1. You can add a disturbance to the sensor signal by using a sum block and adding noise to the signal. A noise signal can come from the Noise block.
  2. You can add a disturbance force to the system using the External Force and Torque block
  3. You can add or remove mass to any frame on the robot using variable mass blocks, such as the Spherical Variable Mass block
  4. You could hit the robot with another object using the Spatial Force Contact block.
--Steve

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by