Gazebo | Ignition | Community
Ask Your Question
0

Kinematic Property of Link

asked 2020-05-08 05:26:31 -0500

Shrutheesh R Iyer gravatar image

I am sorry if this question has been asked, but I haven't been able to find any solution. What exactly is the Kinematic property of a link. Why is it 'false' by default (i.e. unchecked in Gazebo GUI). What is the purpose of the property. Any explanation or link to an explanation would be very helpful. Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-05-08 15:11:32 -0500

A kinematic link (as opposed to a dynamic link) is not affected by external forces. It can influence other bodies in its vicinity, but it's not influenced by them. You can use the kinematic property of a link to take control of the link from the physics engine. Then you get to define by yourself how the link should move in the world (for example, to create an animation). Here is a reference to the kinematic state.

Below you can see how a box interacts with gravity and a sphere, with disabled and enabled kinematic state.

kinematic-state

edit flag offensive delete link more

Comments

Thank you for the detailed explanation!

Shrutheesh R Iyer gravatar imageShrutheesh R Iyer ( 2020-05-09 01:12:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-05-08 05:26:31 -0500

Seen: 1,396 times

Last updated: May 08 '20