Add profile markers for BenchmarkDemo raytest.

Implement pybullet enableJointForceTorqueSensor, add forcetorquesensor.py example.
This commit is contained in:
erwincoumans
2017-01-31 10:14:00 -08:00
parent 690bd4f265
commit 3a42b356e2
4 changed files with 104 additions and 7 deletions

View File

@@ -189,6 +189,11 @@ struct b3BodyInfo
};
// copied from btMultiBodyLink.h
enum SensorType {
eSensorForceTorqueType = 1,
};
struct b3JointSensorState
{