Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Refer to Logging Research for a starting point (and necessary data) courtesy of Gordan

Brainstorm

  • Information we need in every message

    • Timestamp

      • uint32 seconds + uint32 nanoseconds

        • range for seconds: 0 - infinity

        • range for nanoseconds: 0 - 10^9

    • Error codes (int32)

  • Odometry

    • speed

    • coordinates in relation to the starting point? (starting point/home is (0,0) and everything is relative)

  • Telemetry

    • sensor data (IMU, GPS, etc)

    • path manager waypoints

    • GPS coordinates

    • Target vs actual/current values of altimeter, RPM, Euler angles, etc.

  • State Report

    • PID

    • flight mode (takeoff, landing, is landed, following waypoints, etc.)

    • battery charge

  • CV info wanted

  • Electrical info wanted

  • Firmware info wanted

  • state of the telemetry, path manager waypoints, and attitude manager state

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.