NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
796 stars 125 forks source link

Update link_poses type hint to Optional[Dict[str, Pose]] #265

Closed tylerlum closed 6 months ago

tylerlum commented 6 months ago
balakumar-s commented 6 months ago

Made it Union[None, Dict[str,Pose]] to be more clear. While Optional can also be used, I find it confusing when it's the output of a function. We will push this in the next release.