mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
although still not implemented, IMU enum had wrong value, thanks JF
This commit is contained in:
parent
3d3830962a
commit
e5175cde9a
@ -178,7 +178,7 @@ struct SendActualStateArgs
|
||||
enum EnumSensorTypes
|
||||
{
|
||||
SENSOR_FORCE_TORQUE=1,
|
||||
SENSOR_IMU=1,
|
||||
SENSOR_IMU=2,
|
||||
};
|
||||
|
||||
struct CreateSensorArgs
|
||||
|
Loading…
Reference in New Issue
Block a user