You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SetModel is not done we get:
Internal Program Error - assertion (this->GetParentModel() != __null) failed in void gazebo::physics::Entity::PublishPose(): /tmp/buildd/gazebo2-2.2.3/gazebo/physics/Entity.cc(225):An entity without a parent model should not happen
If SetModel is given the same model than CreateJoint given
Gazebo crashes with:
Internal Program Error - assertion (self->inertial != __null) failed in static void gazebo::physics::ODELink::MoveCallback(dBodyID): /tmp/buildd/gazebo2-2.2.3/gazebo/physics/ode/ODELink.cc(183): Inertial pointer is NULL
The text was updated successfully, but these errors were encountered:
If SetModel is not done we get:
Internal Program Error - assertion (this->GetParentModel() != __null) failed in void gazebo::physics::Entity::PublishPose(): /tmp/buildd/gazebo2-2.2.3/gazebo/physics/Entity.cc(225):An entity without a parent model should not happen
If SetModel is given the same model than CreateJoint given
Gazebo crashes with:
Internal Program Error - assertion (self->inertial != __null) failed in static void gazebo::physics::ODELink::MoveCallback(dBodyID): /tmp/buildd/gazebo2-2.2.3/gazebo/physics/ode/ODELink.cc(183): Inertial pointer is NULL
The text was updated successfully, but these errors were encountered: