Hi everybody,
I try to execute a rosstalk.sendMessage(...) from a function.
function fExecuteRT(){
ogscrit.debug("TAKE TO XPRESSION");
rosstalk.sendMessage(ip,port, 'TAKE 1:0:0');
}
But it doesn't works.
I try to do :
function fExecuteRT(){
ogscrit.debug("TAKE TO XPRESSION");
rosstalk.sendMessage(ip,port, 'TAKE 1:0:0');
}
Doesn't works too.
Some solutions ?
Many thanks