This rendering computation is not differentiable wrt joint states: https://github.com/lbr-stack/roboreg/blob/b85bf77abc68f527549c5c2a454f0784c323929d/roboreg/differentiable/scene.py#L63 Adding `.clone()` removes the inplace operation. Should be fixed
This rendering computation is not differentiable wrt joint states:
roboreg/roboreg/differentiable/scene.py
Line 63 in b85bf77
Adding
.clone()removes the inplace operation. Should be fixed