although still not implemented, IMU enum had wrong value, thanks JF
This commit is contained in:
@@ -178,7 +178,7 @@ struct SendActualStateArgs
|
||||
enum EnumSensorTypes
|
||||
{
|
||||
SENSOR_FORCE_TORQUE=1,
|
||||
SENSOR_IMU=1,
|
||||
SENSOR_IMU=2,
|
||||
};
|
||||
|
||||
struct CreateSensorArgs
|
||||
|
||||
Reference in New Issue
Block a user