Simscape model robot direct dynamics

48 次查看(过去 30 天)
ENRICO
ENRICO 2024-8-8,15:01
评论: Yifeng Tang 2024-8-15,14:46
I'm trying to use output of an inverse dynamics model of a robot for getting actuation torques required for a given planned motion and input them onto a direct dynamics model for verifying its correctness. At present I'm not able to keep two simulations aligned for more than some second fraction with a stepsize suitable for a reasonable simulation time, and I despair getting down with stepsize would not be helpful. Is it just matter of numerical errors or am I doing something wrong? Waiting for your suggestions.
Soldà Enrico
  1 个评论
Yifeng Tang
Yifeng Tang 2024-8-15,14:46
I can see how integrating the sensed torque to get hte planned motion can be tricky. It's like integrating an acceleration to get the displacement. And all numerical integration is susceptible to "drifting". The tolerance in numerical integration can lead to larger error in the 2nd integral for sure. Also, the sensed torque itself isn't "exact" but within numerical tolerance, so that's another possible source of discrepancy.
The sensed torque you get from the planned motion exercise, I think, is a great way to find out about the required sizing of components, e.g. the ratings of a motor. Then in reality, one would control the inputs to the actuator to get to the desired position. I wonder if you can try something similar: control the torque to get to the desired position at each time interval. Then compare the torque input into the joints to the previous sensed one, as well as the motion trajectory. I would expect with a reasonable controller, the trajectory will be similar, and the force be close but not exact. I think I've seen the forces/torques tends to be more "spikey" as the controller try to follow the desired positions.

请先登录,再进行评论。

回答(1 个)

Pratyush
Pratyush 2024-8-13,9:20
Hi Enrico,
To align your inverse and direct dynamics simulations, consider the following steps:
  1. Ensure both models share the same parameters, initial conditions, and assumptions.
  2. Start with a smaller time step and gradually increase it to balance accuracy and simulation time.
  3. Use higher-order methods like ode45 or stiff solvers like ode15s for better stability.
  4. Adjust relative and absolute error tolerances in your ODE solver.
  5. Print intermediate results to identify where divergence occurs.
Hope this helps.
  1 个评论
ENRICO
ENRICO 2024-8-14,10:33
First, let me thank you for replying. I'm actually proceeding this way, but still encountering a lot of issues.
I followed your suggestions, keeping same model, for what was possble (I had of course to change input to joints), and model parameters caught from variables. There's no way to do that automatically?
One of course, and was expected, long simulation time, by far beyond my expectations anyway.
Two, I was trying with a simple static simulation, just to check all was fine. It was fine up to 15s of simulation, when suddendly it started to diverge. I'm seriously concerned about because should be a very basic case and work all simulation through.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multibody Dynamics 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by