RussTedrake / manipulation

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

Add pyvirtualdisplay as a dev dependency #301

Closed RussTedrake closed 3 months ago

RussTedrake commented 3 months ago

Using unset DISPLAY before running bazel test now makes off-screen rendering work when doing remote development (e.g. via vs code remote ssh).


This change is Reviewable