mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
UAVCAN better usage help
This commit is contained in:
committed by
Lorenz Meier
parent
1ac88ec034
commit
1b75da8103
@@ -1234,7 +1234,9 @@ void UavcanNode::hardpoint_controller_set(uint8_t hardpoint_id, uint16_t command
|
||||
static void print_usage()
|
||||
{
|
||||
warnx("usage: \n"
|
||||
"\tuavcan {start [fw]|status|stop [all|fw]|shrink|arm|disarm|update fw|param [set|get|list|save] nodeid [name] [value]|reset nodeid}");
|
||||
"\tuavcan {start [fw]|status|stop [all|fw]|shrink|arm|disarm|update fw|\n"
|
||||
"\t param [set|get|list|save] <node-id> <name> <value>|reset <node-id>|\n"
|
||||
"\t hardpoint set <id> <command>}");
|
||||
}
|
||||
|
||||
extern "C" __EXPORT int uavcan_main(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user