genpy
genpy copied to clipboard
Updated deprecated numpy types
Since version 1.20 numpy deprecated types like np.float32 with a warning. Since version 1.24 this creates an error which lets our ros CI fail. Pinning the numpy version only is a temporary solution. This PR solves the issue.
Used the np types in 1.24 and np types in 1.16 to get things correct.
@mabelzhang @sloretz please take a look!