why the box turn over when set velocity?
Hi friends, I am following this tutorial Model plugins.
In this tutorial, set a volocity to the box:
this->model->SetLinearVel(ignition::math::Vector3d(.3, 0, 0));
but when simulate, the box turn over, like this:
so why? is it a bug? thanks!