diff --git a/include/hpp/fcl/collision_object.h b/include/hpp/fcl/collision_object.h
index 2c8b84b7199512659d82d14e31461e82352aeb05..31fc86d82fb3fc6b73409e413e67d1ccfe1cc15a 100644
--- a/include/hpp/fcl/collision_object.h
+++ b/include/hpp/fcl/collision_object.h
@@ -128,7 +128,7 @@ public:
   virtual Vec3f computeCOM() const { return Vec3f::Zero(); }
 
   /// @brief compute the inertia matrix, related to the origin
-  virtual Matrix3f computeMomentofInertia() const { return Matrix3f::Zero(); }
+  virtual Matrix3f computeMomentofInertia() const { return Matrix3f::Constant(NAN); }
 
   /// @brief compute the volume
   virtual FCL_REAL computeVolume() const { return 0; }