Sends the commands in the urbi script file 'fileName' to the server e.g. sendCommandFile(aibo, 'myCommands.u');
0001 function r = urbiSendFile(con, filename) 0002 % Sends the commands in the urbi script file 'fileName' to the server 0003 % 0004 % e.g. sendCommandFile(aibo, 'myCommands.u'); 0005 0006 0007 pnet(con, 'writefromfile', filename);