03-05-2018 09:38 AM
here you are
03-05-2018 09:48 AM
Just add to your MBuffer method this line
RobotC.setdestination(@.destination,true);
and to your MTrackDE this line
@.move(RobotC)
After that your model should work.
03-05-2018 10:06 AM
Thank you so much, this worked!