26 #ifndef TG_COMPOUND_RIGID_SENSOR_H
27 #define TG_COMPOUND_RIGID_SENSOR_H
37 #include "LinearMath/btVector3.h"
38 #include "LinearMath/btQuaternion.h"
93 btVector3 getCenterOfMass();
94 btVector3 getOrientation();
106 std::vector<tgBaseRigid*> m_rigids;
116 btQuaternion origOrientQuat;
117 btQuaternion origOrientQuatInv;
121 #endif //TG_COMPOUND_RIGID_SENSOR_H
Constains definition of abstract class tgSensor, which defines the methods that a sensor must impleme...
Create a box shape as an obstacle or add it to your tensegrity.
Contains the definition of class tgModel.
tgCompoundRigidSensor(tgModel *pModel)
virtual std::vector< std::string > getSensorData()
virtual ~tgCompoundRigidSensor()
virtual std::vector< std::string > getSensorDataHeadings()