Linear Movement Using Robot Movement CalBack

I don’t believe this it is possible to perform a linear move using RobotMovementCallback, rather you would have to code your own “Move Here” button that sent a MoveL() command to the secondary client, as demonstrated in this post

Hope this helps