You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a topic with type std_msgs/msg/Float32MultiArray. When the msg was received in APP, convert from cpp to java will spend 100ms. Because of array elements being convert to Float Object in java from c++ float. Why not generate Float32MultiArray with data type float[]?
The text was updated successfully, but these errors were encountered:
There is a topic with type std_msgs/msg/Float32MultiArray. When the msg was received in APP, convert from cpp to java will spend 100ms. Because of array elements being convert to Float Object in java from c++ float. Why not generate Float32MultiArray with data type float[]?
The text was updated successfully, but these errors were encountered: