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:
@@ -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;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário