eric-wieser / ros_numpy

Tools for converting ROS messages to and from numpy arrays
MIT License
303 stars 158 forks source link

ros_numpy has a dependency to `python-numpy` on Noetic #26

Open galou opened 3 years ago

galou commented 3 years ago

package.xml depends on python-numpy on Noetic but should depend on python3-noetic (L.18).

It seems to have been already tested.