ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Turns out that rospy_tutorials.Floats is a float32 object. In the subscriber code, ROS was downcasting the np.float64 being transmitted over ros serial to a float32 dtype. I wrote a new message file that took in Float64 and all is now history. Thanks and sorry for my trouble.