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

If you really need to take that information from the navdata topic instead of the IMU you could redefine the navdata message so you can publish that information to the topic. The angular velocity is set in the same function (void ARDroneDriver::PublishNavdata(const navdata_unpacked_t &navdata_raw, const ros::Time &navdata_receive_time) as the rest of the information but then published in different topics.