eric-wieser/ros_numpy

ros_numpy depends on `numpy < 1.24`

Kimame04 opened this issue · 2 comments

With numpy 1.24 removing np.float alias the following occurs when running the latest numpy version with ros_numpy

AttributeError: module 'numpy' has no attribute 'float'

For the moment, I'm guessing a rollback to 1.23 is required.

Never mind, this is a duplicate question of #32