NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
662 stars 86 forks source link

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

Closed tylerlum closed 1 month ago

tylerlum commented 1 month ago
balakumar-s commented 1 month 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.