forked from Archive/PX4-Autopilot
vmount: remove commented out code
This commit is contained in:
parent
3b446c0015
commit
1e3a522245
|
@ -99,11 +99,6 @@ void OutputBase::publish()
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue