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
Sensor_dist is a packed float[4] array.
If you want to use arrays as signals, you need to pack them and send them as one string signal.
If you want to access the values, you need to unpack the signal value first (Vrep provides a function for packing/unpacking ints/floats)
This is the output of the signal monitor in the finkenMaster scene.
[6.30] FLT: throttle = 48.99
[6.30] FLT: pitch = 0.01
[6.30] FLT: roll = 0.02
[6.30] STR: sensor_dist = DATA STRING
The text was updated successfully, but these errors were encountered: