Caltech-AMBER / obelisk

A stable generic robot control interface.
https://caltech-amber.github.io/obelisk/
MIT License
5 stars 0 forks source link

Fix GL Error #69

Closed alberthli closed 1 month ago

alberthli commented 1 month ago

This PR resolves two outstanding issues at their root:

The main issue with the first problem was that we were mixing system-level compilation deps with pixi compilation deps. If we remove the system-level deps and let conda handle it, we're OK. This also means we don't need the workaround of editing the LD_LIBRARY_PATH.

For the second issue, simply adding mesalib as a dependency in pixi was enough.