Forum >Difference between block and arrows?
HUSKYLENSGeneral

Difference between block and arrows?

userHead tanzyb4 2020-11-03 00:33:40 4456 Views1 Replies
In the sample code there are 2 lines which get the position of the object. One is using COMMAND_RETURN_BLOCK the other is using COMMAND_RETURN_ARROW. What is the difference and do I have to use both in the program?
2020-11-03 13:20:23 The COMMAND_RETURN_ARROW is for the line tracking algorithm I'm pretty sure. Whereas the COMMAND_RETURN_BLOCK is returning position data for the object tracking algorithm. So if you are running the line tracking mode you will want to use the COMMAND_RETURN_ARROW and vice versa for the block. userHeadPic nonnie1026