eric-wieser / ros_numpy

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

Fix msgify(Pose, ...) #30

Open peci1 opened 1 year ago

peci1 commented 1 year ago

Current implementation produces invalid Pose objects. This PR fixes it.