mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
vmount: remove commented out code
This commit is contained in:
@@ -99,11 +99,6 @@ void OutputBase::publish()
|
|||||||
mount_orientation.attitude_euler_angle[i] = _angle_outputs[i];
|
mount_orientation.attitude_euler_angle[i] = _angle_outputs[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
//PX4_INFO("roll: %.2f, pitch: %.2f, yaw: %.2f",
|
|
||||||
// (double)_angle_outputs[0],
|
|
||||||
// (double)_angle_outputs[1],
|
|
||||||
// (double)_angle_outputs[2]);
|
|
||||||
|
|
||||||
orb_publish_auto(ORB_ID(mount_orientation), &_mount_orientation_pub, &mount_orientation, &instance, ORB_PRIO_DEFAULT);
|
orb_publish_auto(ORB_ID(mount_orientation), &_mount_orientation_pub, &mount_orientation, &instance, ORB_PRIO_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user