-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[unitree/cross] Fix unitree system build #1794
Conversation
…encies_source' directory between host and guest machine
… setuptools>=61.0 whcih is not available on python2
…is needed by geometric_shapes
…is updated and could not support python2.... install setuptools-scm, attr, automat, incrementa, zope before twited
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have confirmed that we can execute make system
successfully by this PR. (but i have not confirmed that source file generated by this pr really works on real robot yet.)
@tkmtnt7000 please verify whether this PR correctly works on the actual robot |
Sorry for late reply. I have confirmed that this PR's branch works successfully on a real robot (go1 pro ver) with lead_teleop as a minimum demonstration. (I think that https://github.com/iory/jsk_robot/tree/unitree-camera-walk-app, k-okada#66, and so on may be necessary to execute richer demo such as using google chat) |
pixel-ring requires spidev and spidev >=3.6 requires setuptools>=61.0, which is not support python2. same as #1794
#1793 tried to use lateset python modules, but it seems too difficult,
This PR try to work with same version of python modules that has been working before.