Rosaria connection through USB adapter
Hi all,
I'm trying to define an Orocos component for controlling the movement of a Pioneer3dx.
For doing that I installed the Orocos and ROSARIA stacks.
Now the problem is that I cannot connect to my robot. It is connected to the pc through and USB adapter and the aria library looks by default for the serial port.
I tried to use these coomands:
ArSerialConnection serialCon;
serialCon.setPort("/dev/ttyUSB0");
robot.setDeviceConnection(&serialCon);
However the application still locks for the serial port and not for the usb. How can I fix it?
Thanks!!