Erwin Coumans
ab4299f517
expose the local inertial frame for each link in the shared memory API
...
struct b3LinkState
{
double m_worldPosition[3];//this is the inertial frame
double m_worldOrientation[4];
double m_localInertialPosition[3];//this is the local frame from inertial to link frame
double m_localInertialOrientation[4];
};
const btTransform link_frame_world =
inertial_frame_world * m_local_inertial_frame->inverse();
2016-04-29 14:46:25 -07:00
..
2016-03-17 14:54:46 -07:00
2016-03-10 14:36:46 -08:00
2016-03-10 14:36:46 -08:00
2016-04-08 18:17:17 -07:00
2015-11-11 12:44:26 -08:00
2015-10-13 11:32:25 -07:00
2016-04-29 14:46:25 -07:00
2016-04-23 17:29:46 -07:00
2016-01-27 13:36:33 -08:00
2015-07-14 15:30:17 -07:00
2016-03-10 14:36:46 -08:00
2016-03-10 14:36:46 -08:00
2015-11-22 20:50:32 -08:00
2015-11-22 20:50:32 -08:00
2015-11-22 20:50:32 -08:00
2015-11-22 20:50:32 -08:00
2015-11-22 20:50:32 -08:00
2015-10-26 17:56:21 -07:00
2015-11-23 08:00:42 -08:00
2015-11-23 08:00:42 -08:00
2015-11-22 20:50:32 -08:00
2015-11-22 20:50:32 -08:00
2016-04-29 14:46:25 -07:00
2016-04-13 17:21:43 -07:00
2016-03-10 14:36:46 -08:00
2015-10-30 10:30:48 -07:00
2016-04-08 18:17:17 -07:00
2016-03-10 14:36:46 -08:00
2015-09-09 12:35:26 +09:00
2015-07-14 16:23:01 -07:00
2016-03-10 14:36:46 -08:00
2015-09-16 23:09:10 -07:00
2015-08-24 15:26:29 -07:00
2015-11-22 20:50:32 -08:00
2016-04-29 14:46:25 -07:00
2015-08-07 00:13:26 -07:00
2016-04-19 08:29:20 -07:00
2016-04-14 08:51:20 -07:00
2015-07-23 11:51:25 -07:00
2016-04-29 14:46:25 -07:00
2015-07-30 23:22:44 -07:00
2015-07-14 15:30:17 -07:00