Closed mehrnoosh-afshar closed 3 months ago
Please see if the changes to the rpi installation script in https://github.com/Interbotix/interbotix_ros_manipulators/pull/202/commits/de9874f95439fea0e21112a83f39101b26884466 solve this issue. Note that you should remove the ~/interbotix_ws directory first along with the original rpi4 script.
Run the commands below:
rm -rf ~/interbotix_ws
rm ~/xsarm_rpi4_install.sh
sudo apt install curl
curl 'https://raw.githubusercontent.com/Interbotix/interbotix_ros_manipulators/de9874f95439fea0e21112a83f39101b26884466/interbotix_ros_xsarms/install/rpi4/xsarm_rpi4_install.sh' > xsarm_rpi4_install.sh
chmod +x xsarm_rpi4_install.sh
./xsarm_rpi4_install.sh -d humble
Closing due to lack of activity. Feel free to reopen if necessary.
Can not debug the issue. I have python 3.10 and Ubunto 22 . No virtual enviroment is activated.