Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pryre authored and vooon committed Jan 9, 2025
1 parent f023b4e commit 3eb44b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mavros_extras/src/plugins/landing_target.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ class LandingTargetPlugin : public plugin::Plugin,
break;
}
default: {
//Raise a warning if a non-zero value is provided
//XXX: This is no idea given that "0" is "MAV_FRAME::GLOBAL"
//Raise a warning if a non-zero frame value is provided
//XXX: This is no ideal given that "0" is "MAV_FRAME::GLOBAL"
// however this would be the "default value" for anyone
// using this interface without setting frame correctly
//
Expand Down

0 comments on commit 3eb44b9

Please sign in to comment.