Video quality problem fixed using high bitrate setting. All settings are now being read from rosparam. All old settings code removed.

Esse commit está contido em:
Mani Monajjemi
2012-07-01 17:34:55 -07:00
commit 6d1f0e1c19
4 arquivos alterados com 56 adições e 89 exclusões
@@ -332,11 +332,14 @@ int ardrone_tool_main(int argc, char **argv)
argc--; argv++;
}
// Making the driver ROS compatible
/*
if( show_usage || (argc != 0) )
{
ardrone_tool_usage( appname );
exit(-1);
}
*/
/* After a first analysis, the arguments are restored so they can be passed to the user-defined functions */
argc=argc_backup;