We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f023b4e commit 3eb44b9Copy full SHA for 3eb44b9
mavros_extras/src/plugins/landing_target.cpp
@@ -482,8 +482,8 @@ class LandingTargetPlugin : public plugin::Plugin,
482
break;
483
}
484
default: {
485
- //Raise a warning if a non-zero value is provided
486
- //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"
487
// however this would be the "default value" for anyone
488
// using this interface without setting frame correctly
489
//
0 commit comments