On your first connection to a network, the simpliest is to connect your robot with an ethernet cable.
If you cannot do so:
Use the appropriate cable and connect your computer directly to Reachy 2’s computer. The cable has to be plugged in port (b) of Reachy 2’s hardware interface.
We use tiofor the serial connection. If you haven’t installed it yet on your computer:
apt install tio
π
Make sure dialout is in your groups, otherwise add it to your groups. To check it: >>> groups If it doesn't appear in the list, add it with: >>> sudo usermod -aG dialout $USER Then reboot your computer for the new group to be effective.
Then, in a terminal on your computer, get access to the robot with:
tio/dev/ttyUSB0
Note that the connection could be on another USB port. Check all ports with ls /dev/ttyUSB*
Use the appropriate cable and connect your computer directly to Reachy 2’s computer. The cable has to be plugged in port (b) of Reachy 2’s hardware interface.
We use tiofor the serial connection. If you haven’t installed it yet on your computer:
apt install tio
π
Make sure dialout is in your groups, otherwise add it to your groups. To check it: >>> groups If it doesn't appear in the list, add it with: >>> sudo usermod -aG dialout $USER Then reboot your computer for the new group to be effective.
Once connected, open a terminal on your computer and run:
tio/dev/ttyUSB0
Note that depending on the elements you connected to the robot, the port could be something else than ttyUSB0. Check other available serial ports with ls /dev/ttyUSB*
If you want to change the volume, especially for the starting sound of your robot or the output sound when you teleoperate, you need to go on a terminal when the webRTC service is running :