pollen-robotics / reachy_2023

Reachy 2023 workspace
Apache License 2.0
17 stars 7 forks source link

Error compiling arm_hwi #244

Open sasilva1998 opened 5 months ago

sasilva1998 commented 5 months ago

Hi,

I downloaded and followed the instruction in the repository, but when compiling I am getting the following error:

Starting >>> arm_hwi 
--- stderr: arm_hwi
error: failed to load source for dependency `arm_hwi`

Caused by:
  Unable to update /home/sasm/ros/humble/system/install/share/arm_hwi/rust

Caused by:
  failed to read `/home/sasm/ros/humble/system/install/share/arm_hwi/rust/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
---
Failed   <<< arm_hwi [0.10s, exited with code 1]

I have also check rust and other dependencies installation.

Is there any fix to this?