RussTedrake / manipulation

Course notes for MIT manipulation class
BSD 3-Clause "New" or "Revised" License
407 stars 119 forks source link

pip install git+https://github.com/RussTedrake/manipulation.git does not install model files #230

Closed RussTedrake closed 1 year ago

RussTedrake commented 1 year ago

I've confirmed that pip install manipulation (from pypl) does contain the model files. But it seems somehow that the wheel built from the pip direct from git workflow does not.

I suspect it is not using my MANIFEST.in file. But haven't been able to root cause the difference yet.

RussTedrake commented 1 year ago

interestingly, i think it might have been working before https://github.com/RussTedrake/manipulation/commit/5c879db502fa891d2884f97517db585695d0f281 and/or the few commits immediately before it.