You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an annoying aspect of using ROS with curobo when using the setuptools_scm pip package to check for version information: https://github.com/NVlabs/curobo/blob/main/src/curobo/__init__.py
When building with colcon, the following print statement always appears:
--- stderr: isaac_ros_apriltag_interfaces
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
---
This error occurs because it clashes with setuptools. I'm not sure what the best solution would be. Maybe the curobo package could check for setuptools_scm and issue a warning if it can't import it?
The text was updated successfully, but these errors were encountered:
There is an annoying aspect of using ROS with curobo when using the setuptools_scm pip package to check for version information:
https://github.com/NVlabs/curobo/blob/main/src/curobo/__init__.py
When building with colcon, the following print statement always appears:
This error occurs because it clashes with
setuptools
. I'm not sure what the best solution would be. Maybe the curobo package could check forsetuptools_scm
and issue a warning if it can't import it?The text was updated successfully, but these errors were encountered: