How to use agv module to realize transverse deviation by agv module as pic showing?
sb. tells me to do it in the following steps:
1. Pull in an 「AGV B」with the same appearance ;
2. In OnDraw or other real-time update triggers, type the code to synchronize the position of 「AGV B」and the original AGV;
3. Hide the original actuator.
maybe code like "「AGV B」location = Vec3(x,y,z)", but I don't know how to realize it.
Can you tell me how to do it ?