How to measure contact force between a surface and a point cloud?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ashwin Rao
el 13 de Mayo de 2022
Comentada: Vi-Hung
el 24 de Abr. de 2024
I'm trying to model the interaction between a tire and uneven surface.
I'm using the "Spatial Contact Force" block to model the contact. I modeled the surface with the "Grid Surface" block, and the tire uring the "Point Cloud" block. This is similar to the Mars rover model example.
This works great, but the problem is that sensing of normal force and friction force is disabled for the "Spatial Contact Force" block with this combination of contact.
How can I get the normal force and friction force at the tire-surface contact point without it?
I tried measuring forces at the hub revolute joint, but that doesn't seem to match the contact forces that I can measure when I redo the simulation with a solid tire and solid road. I cannot use the solid tire and road since, my surface has to be uneven and cannot be represented by a convex hull.
0 comentarios
Respuesta aceptada
Steve Miller
el 19 de Nov. de 2022
Through R2022b, it is not possible to enable the Normal Force or Friction Force measurements at the Spatial Contact Force block for the combination of Point Cloud and Grid Surface. Your approach at the hub seems like it should work as long as the vehicle is not rolling or pitching too much.
The other approximation you could use is to measure the x-y-z position and velocity of the wheel center, pass that to a lookup table to determine how deep (and fast) the tire is penetrating into the surface, and calculate the normal force that way. This will also be an approximation, only looking at the point directly below the wheel center.
--Steve
2 comentarios
Vi-Hung
el 24 de Abr. de 2024
Can you get the Fn force from the contact block with the newest version of matlab (2024a)?
Más respuestas (1)
Yuchen
el 2 de Sept. de 2023
I met the same problem as you. Could you please tell me in detail how you solved it? thank you
0 comentarios
Ver también
Categorías
Más información sobre Simscape Multibody en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!