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-04-28 23:01:49 -07:00
2015-05-03 11:45:30 -07:00
2015-10-28 11:48:36 -07:00
2016-04-20 12:55:21 -07:00
2015-06-25 15:09:35 -07:00
2015-05-03 10:46:22 -07:00
2016-04-28 23:01:49 -07:00
2015-05-01 11:42:14 -07:00
2016-03-02 18:01:33 -08:00
2015-05-03 10:46:22 -07:00
2015-05-01 11:42:14 -07:00
2015-12-07 14:08:04 -08:00
2016-04-26 20:52:52 -07:00
2015-12-05 09:02:02 -08:00
2016-03-10 21:15:23 -08:00
2016-03-17 16:11:53 -07:00
2016-03-01 09:15:55 -08:00
2015-06-05 11:46:53 -07:00
2016-04-28 23:01:49 -07:00
2015-05-01 11:42:14 -07:00
2015-08-25 15:56:46 +02:00
2015-08-10 14:30:00 -07:00
2016-03-17 16:11:53 -07:00
2015-08-06 11:59:31 -07:00
2016-04-29 14:46:25 -07:00
2016-04-25 13:24:18 -07:00
2015-05-02 11:40:06 -07:00
2016-03-31 12:52:04 -07:00
2016-04-28 23:13:35 -07:00
2015-10-18 14:01:25 -07:00
2016-03-07 14:56:16 -08:00
2015-05-06 10:35:14 -07:00
2015-05-01 11:42:14 -07:00
2016-03-17 16:11:53 -07:00