fyp21011 / PlasticineLab

Codes for HKU CS Final Year Program 21011: Applying the differentiable physics on deformable objects to enhance the performance of robot learning tasks
1 stars 0 forks source link

Render the everything in the same renderer #14

Closed EE-LiuYunhao closed 2 years ago

EE-LiuYunhao commented 2 years ago

The Current Problem

The PlasticineLab can now load the URDF described robots, do the forward kinematics, and render the animation. The visualization pipeline is based on Open3D. However, the current visualization for the articulated robots is not the best choice for MPM rendering. The original Taichi-based renderer in the PlasticineLab is too slow. Hence, a renderer that correctly supports both the articulated robots and the MPM objects may be necessary.

Possible solutions

A. Open3D (the tool we are currently using)

B. Blender

Advantages

Disadvantages

Decision

Blender might be better. It needs further discussions and surveys before conclusions can be drawn.