How can i set Heading,pitch and roll in flight tracker

Hi Team,
please anyone can reply or suggest me How can i set Heading,pitch and roll in flight tracker

Hello @Soumyaranjan_Nayak1 I had the same problem initially but I was able to figure out how to do it, here’s my way of doing it, it is most likely not the most optimized approach but it turned out fine for me so I’m sticking with it:

Essentially I’m using Get input key at Distance Along Spine to get the “index” then multiply by the length of your pitch, heading and roll data to obtain the index of those 3 data you should grab from, then just grab the data and add to transform

Hi @Soumyaranjan_Nayak1 , You may check this sandcastle example link.

  • Regards