Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Rocket animation

Discussion in 'Animation' started by Cicciof, May 27, 2023.

  1. Cicciof

    Cicciof

    Joined:
    May 3, 2023
    Posts:
    1
    Hi im new in this world, i need help finding a solution for my problem.
    I'm collecting filight data (.txt) from a sensor called IMU inside rocket , i process those data in matlab and than i would like to create a simple animation of a rocket that follows the exact altitude and displays the velocities of the real model.
    Would be amazing if someone could help me.
    thank you.
     
  2. halley

    halley

    Joined:
    Aug 26, 2013
    Posts:
    1,802
    You're not really explaining where you're having trouble.

    * parse the data into an array
    * decide which time-indexed element in the data array you want to show at a given time in the scene
    * decide what models to use to represent the rocket and any ground landmarks
    * move the model of the rocket to the coordinates in your time-indexed data element
    * calculate the velocities involved
    * decide how to display the velocity (arrow graphic, numerical element)