Reading takeoff_status.msg from ROS

I’m programming a custom state machine for some flights and I need to detect when the multicopter is in air. I’ve found this takeoff_status message but it’s only a uORB topic and I’ve failed to read it from ROS. Any ideas on how to read this or another way to detect if the drone is in air?

Thank you in advance