Table des matières

TNY-360 Documentation

IMU Errors

This section provides information about the IMU-related error codes that the TNY-360 robot may encounter during operation.


List of errors

Here's a list of all the errors related to the IMU module of the TNY-360 robot:

I2CInitFailed

0x09010101
Trace

Indicates that the I2C initialization failed during initialization.

How to fix:

Check that the I2C bus is properly configured and available for use by the IMU driver.

CreateFailed

0x09010201
Trace

Indicates that the creation of the MPU6050 handle failed during initialization.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

ResetFailed

0x09010301
Trace

Indicates that the reset operation of the MPU6050 failed during initialization.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

ConfigFailed

0x09010401
Trace

Indicates that the configuration of the MPU6050 failed during initialization.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

WakeUpFailed

0x09010501
Trace

Indicates that the wake-up operation of the MPU6050 failed during initialization.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

ReadDataFailed

0x09020101
Trace

Indicates that reading data from the MPU6050 failed during runtime.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

DeleteFailed

0x09030101
Trace

Indicates that the deletion of the MPU6050 handle failed during cleanup.

How to fix:

Check the I2C connection and ensure that the MPU6050 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.