rosidl_python icon indicating copy to clipboard operation
rosidl_python copied to clipboard

Add support for newer numpy types

Open InvincibleRMC opened this issue 2 months ago • 0 comments

Description

#35 Added support for a bunch of numpy types. Numpy now has more types like np.bool_ and np.bytes etc. we should probably support them.

Motivation

Everyone loves faster Python.

Design / Implementation Considerations

If we could all the containers to the same numpy.array might simplify logic around generation.

Additional Information

No response

InvincibleRMC avatar Oct 24 '25 02:10 InvincibleRMC