I want to send a specific location to the Arduino and the MPU sensor read the actual location and the linear actuators will move till they reach the platform to the desired location
So I’m using MPU6050, 3 linear actuators and a base and moving platform (parallel mechanism)
The MPU-6050 reports acceleration and rates of rotation, not location. You will need to describe the setup in more detail to get suggestions on how to measure "location".
Sorry but digging into projects in order to find facts You should tell is not happening.
Helpers are here to provide help for Your project, not to spend time to create Your question. Most of us have plenty of personal projects we want to work with.
The very first step is to define in detail WHAT you want the platform to do. The second step is to describe in words how you want to use the actuators to accomplish the goal. And the third thing is to flow chart the LOGIC necessary to reach the goal. And finally, you can begin to write the C code for the Arduino to implement the logic.
Paul