Xingyu-Lin/softgym

Adding Static Objects

wilson1yan opened this issue · 2 comments

Is there a way to add static objects into the scene? i.e. immovable objects such as thin cylinders or rectangles that a rope or cloth can collide with?

Nevermind, it seems to be doable with just add_box, it seems that separate code is need to handle the collisions well.

@wilson1yan Could you please post your solution to add a box that handles collisions?