Gazebo | Ignition | Community
Ask Your Question
0

Can you animate a joint without it having any effect in the physics world?

asked 2015-07-03 11:05:06 -0600

olivier gravatar image

I am trying to animate some parts of a drone without them having any consequence in the physics world.

For instance, let's say I'd like to animate the four propellers of my drone, I could attach an animation to the model with SetJointAnimation for each propeller to make them rotate around their axis. The problem is that when the drone is dropped from a few meters, the constantly moving propellers slow the fall of the drone down. How can I prevent that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-08-05 07:02:31 -0600

updated 2015-08-06 04:15:22 -0600

you have 2 possible solutions:

  1. You can write a system plugin for that and just update the visual using ogre directly(client side plugin).
  2. Or you use an animated ogre material on the visual which is rotating... (Ogre Rotate texture Material ref )

EDIT:

it might possible to specify no collision for the link, but I think that it still influences the sim speed(because there are still forces applied to the links...)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-07-03 11:05:06 -0600

Seen: 408 times

Last updated: Aug 06 '15