Skip to content
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

fix renderlabel import #250

Closed
wants to merge 1 commit into from
Closed

fix renderlabel import #250

wants to merge 1 commit into from

Conversation

siilats
Copy link

@siilats siilats commented Sep 22, 2023

This change is Reviewable

@RussTedrake
Copy link
Owner

I think you must have an out-of-date version of Drake. This changed in the opposite direction about 5 months ago.
70c192f#diff-1dbaa0fa7b14a7d895b9b88345fd8ba47353c5af759edf4fcebd25c53d82ea2d

@siilats
Copy link
Author

siilats commented Sep 23, 2023

Hi thanks and sorry, I did "pip install drake" on mac arm m1 with python 10.

MacBook-Pro-3:manipulation keithsiilats$ pip show drake
Name: drake
Version: 1.12.0

What worked on a clean Python 11 was:

pip install     --extra-index-url https://drake-packages.csail.mit.edu/whl/nightly/     'drake==0.0.20230922'
pip install --upgrade pip
pip install scipy
pip install jupyter

Sorry for the junk pull request!

I have a Z1 robot arm from Unitree
https://github.com/unitreerobotics/z1_ros

I created a package in Peter Corkes Robotic Toolbox
petercorke/robotics-toolbox-python#342

Now trying to do the same here. It's a nice cheap and light arm that can lift 5kg. Their sample code doesn't have any compliance soft touching, but it does output Tau at 500hz so I am using drake to make it simulate a spring.

@RussTedrake
Copy link
Owner

I see. The reason is that drake shifted to supporting only python 11 on mac. We're up to drake 1.21 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants