ros2 / rosidl_python

rosidl support for Python
Apache License 2.0
19 stars 45 forks source link

Remove stray numpy import #185

Closed lopsided98 closed 1 year ago

lopsided98 commented 1 year ago

NumPy was being imported in the template code (not the template output) for no obvious reason. This was causing problems when cross-compiling, where NumPy may be only available for the target platform.

sloretz commented 1 year ago

CI (repos file build: --packages-above-and-dependencies rosidl_generator_py test: --packages-above rosidl_generator_py)

sloretz commented 1 year ago

Window test failures look like an infrastructure issue to me. Rerunning: Build Status