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
Link to Webots doc, customData field can be used to implement robot/supervisor communication without receivers/emitters.
This can be useful when observation data gathered from robot are big (e.g. medium/high resolution images from camera) and should provide way better performance than packing big observation data into structs to sent via the emitter.
The text was updated successfully, but these errors were encountered:
In this custom_data_test simple demostration, it is obvious that the custom data communication is unreliable and needs further investigation. Many messages are duplicated or missed entirely. I am also removing this from the next release, as it seems not urgent right now.
Link to Webots doc, customData field can be used to implement robot/supervisor communication without receivers/emitters.
This can be useful when observation data gathered from robot are big (e.g. medium/high resolution images from camera) and should provide way better performance than packing big observation data into structs to sent via the emitter.
The text was updated successfully, but these errors were encountered: