osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
145 stars 71 forks source link

Crash on inserting the hokuyo model (OS X, Ogre 1.7.4) #38

Closed osrf-migration closed 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by p.gorczak@gmail.com (Bitbucket: p.gorczak).


The preview works fine. When clicking to place the model, Gazebo crashes with the message:

Assertion failed: ((min.x <= max.x && min.y <= max.y && min.z <= max.z) && "The minimum corner of the box must be less than or equal to maximum corner"), function setExtents, file /tmp/ogre-pptSMY/ogre_src_v1-7-4/OgreMain/include/OgreAxisAlignedBox.h, line 252.

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


This sounds like issue #1576 gazebo issue 1608, which I think has been fixed in the latest versions of gazebo6. How recently did you compile gazebo?

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


fixed link:

https://bitbucket.org/osrf/gazebo/issues/1608/laservisual-broken-on-os-x

osrf-migration commented 9 years ago

Original comment by p.gorczak@gmail.com (Bitbucket: p.gorczak).


You're right. Brew checked out 6.0.6prerelease for me which appears to be older than the fix. After an update, I'm getting 6.1.0.

osrf-migration commented 9 years ago

Original comment by p.gorczak@gmail.com (Bitbucket: p.gorczak).


Already fixed in #1608 (it seems you can't mark duplicates on closed issues?)

osrf-migration commented 9 years ago

Original comment by p.gorczak@gmail.com (Bitbucket: p.gorczak).