FAQ
Non exhaustive list of common questions from Reachy’s users. If you don’t see yours in it, don’t hesitate to open a topic on our Forum!
> How to find the IP of my robot?
Check the Find my IP section.
> Got '_InactiveRpcError' when I try to use ReachySDK from Python SDK.
It’s very likely that you have a problem with reachy_sdk_server, the server running Reachy’s software. Check the Quick debug section.
> Reachy SDK Server is not running.
Check the Quick debug section.
> One of Reachy's motor red led is blinking
This means the motor has overheat and needs to cooldown. Turn the robot off, wait for it to cooldown and turn it on again.
> Reachy's head doesn't look straight when asked.
You need to start the robot with the head in a position close to straight when starting the robot. Indeed, Orbita’s position encoder only covers part of the whole motion range. We use this starting position to recalibrate the absolute position.
> Why can't Reachy's computer be turned on?
Check the page Reachy’s computer is not running explaining why you couldn’t have Reachy’s computer on.
> How can I view the camera feed?
If the SDK server is running, check Reachy’s cameras from the Python SDK documentation.
If not, you will need to have a computer screen plugged to Reachy using an HDMI cable. To view the left camera, in a terminal in Reachy’s computer:
python3 ~/reachy_ws/src/reachy_2023/camera_controllers/examples/view_cam.py left open_cv
> The images from the cameras are blurry.
You can use the autofocus available in reachy-sdk. For example, if you want to start the autofocus for the left camera, use:
reachy.left_camera.start_autofocus()
If the autofocus did not work, you can learn how to perform the focus manually with this page.
> I connected a computer screen to Reachy, but I can't see any image.
There might be a problem with the HDMI connection or Reachy’s computer is actually not turned on. You can check the page Reachy’s computer is not running.
> Where can I find examples on how to use the Edge TPU device?
Edge TPU Coral device uses the pycroal python library. We use this device everytime we need AI in one of our applications, for example to classify objects for TicTacToe.
> Can you explain a bit Reachy's software?
Check the Overall presentation of the Software section.
> Does Reachy Mobile come with an autonomous navigation stack?
The current release does not come with an autonomous navigation stack. However, we have an internal (experimental) version where nav2 runs. If this is of interest to you, please let us know.