Speedchanged return speed in m/s or km/s?

Hi i would like to know if speedchanged actually return speed in m/s, because i suppose the values are in km/s. i get always values in 0.00x using this formula to calculate:
math.sqrt((drone_speed[‘speedX’] * drone_speed[‘speedX’]) + (drone_speed[‘speedY’] * drone_speed[‘speedY’]))
Thanks

Not sure we understand the question, but km/s is not a very common unit to use …

Hi, a type error in my function, my mistake.
Many thanks

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.