ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the /mavros/local_position/local, pose, odom topics are in fact outputs of the EKF from PX4, fi they are jumpy then that would be an issue with the EKF, not with MAVROS. All MAVROS does is translate marlink messages into ROS messages, and if you look into the PX4 firmware you will see that the LOCAL_POSITION_NED mavlink message, which is what MAVROS is translating, is a direct output of the EKF urob topic.

If the problem is instead that you want a continuous stream of messages with no stutter then you can directly access the internal mavlink messages of the flight controller via a usb cord.