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
First of all nice project, things are working well so far.
I have a use case where I'd like to convert memory buffers (like [u8]) to ROS2 messages (e.g sensor_msgs/msg/Imu). What would be the most idiomatic way to do so? I can create messages manually from other structs had no luck from byte buffers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First of all nice project, things are working well so far.
I have a use case where I'd like to convert memory buffers (like [u8]) to ROS2 messages (e.g
sensor_msgs/msg/Imu
). What would be the most idiomatic way to do so? I can create messages manually from other structs had no luck from byte buffers.Beta Was this translation helpful? Give feedback.
All reactions