File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ using std::this_thread::sleep_for;
3333
3434void usage (const std::string& bin_name)
3535{
36- std::cerr << " Usage : " << bin_name << " <connection_url>\n "
36+ std::cerr << " Usage : " << bin_name << " <connection_url> <mission_plan_file> \n "
3737 << " Connection URL format should be :\n "
3838 << " For TCP server: tcpin://<our_ip>:<port>\n "
3939 << " For TCP client: tcpout://<remote_ip>:<port>\n "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ using namespace mavsdk;
1313
1414void usage (const std::string& bin_name)
1515{
16- std::cerr << " Usage : " << bin_name << " <connection_url>\n "
16+ std::cerr << " Usage : " << bin_name << " <connection_url> <index> <value> \n "
1717 << " Connection URL format should be :\n "
1818 << " For TCP server: tcpin://<our_ip>:<port>\n "
1919 << " For TCP client: tcpout://<remote_ip>:<port>\n "
You can’t perform that action at this time.
0 commit comments