Skip to content

Commit

Permalink
uas_sensor_orientation: typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Jul 16, 2015
1 parent 3c3bac7 commit 90b04b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/lib/uas_sensor_orientation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Eigen::Quaterniond UAS::sensor_orientation_matching(MAV_SENSOR_ORIENTATION orien
{
size_t idx = size_t(orientation);
if (idx >= sensor_orientation.size()) {
ROS_WARN_NAMED("uas", "SENSOR: wrong orintation index: %zu", idx);
ROS_WARN_NAMED("uas", "SENSOR: wrong orientation index: %zu", idx);
return Eigen::Quaterniond(1,0,0,0);
}

Expand Down

0 comments on commit 90b04b7

Please sign in to comment.