@Eric-Katzfey Hi, thank you for the quick response.
I'm sorry if my message wasn't clear. I want to access VIO data, especially the data from the attitude and translational: quaternions (q), angular velocity (w), general position of the robot (x), and linear velocity (v). I was hoping to get these parameters through the MAVLINK ODOMETRY #331 parameter, but it's inaccessible through QGroundControl, or the mavlink/mavsdk (voxl-inspect-mavlink mavlink_onboard)
I ultimately aim to run an application inside the VOXL2 that subscribes to the topic, processes its information + some calculations, and delivers a command message through I2C for an external board that we developed for the control of our actuators.
I can view the data through the QORB topic (using the px4-listener command), and it is working just fine... I just don't get why I can't access this data through MAVLINK.. any suggestions? We've tried manually enabling the streaming like this mavlink stream -u 14550 -s ODOMETRY -r 10 with no avail.
I will send you some of the pictures of the errors we're getting / some of the outputs of commands.
Thanks again in advance!!