ROS - rviz
完整报错:
rviz: OgreAxisAlignedBox.h:252:void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre
::Vector3&): 假设(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”’ 失败
先看看报错的内容。
3D引擎包括Qt3D、osg、ogre,rviz的3d引擎是ogre。OgreAxisAlignedBox.h中的部分内容:
// 省略
/** Sets both minimum and maximum extents at once.
*/
inline void setExtents( const Vector3& min, const Vector3& max

本文探讨了在使用ROS-rviz时遇到的OgreAxisAlignedBox.h中的异常问题,详细分析了可能的成因,如数据访问越界、不合法数据等,并提供了排查与解决思路。
最低0.47元/天 解锁文章
1900





