I'm using
treenode kinematics = Model.find("AGVNetwork>variables/agvs/TaskExecuter1/kinematics"); addkinematic(kinematics, 1, 0, 0, 3000, 2000, 30000, 0, 0, time(),KINEMATIC_TRAVEL);
to change the speed profile of the agv. However, even if this command is executed, the agv does not change the speed profile. Moreover, if i put the "numx" = 0, the agv does not move and the model is stopped.
I'm not sure if i'm using the kinematics command correctly. Any help would be appreciated.
My aim is to change the speed profile of the agv mid motion and this should take effect right away.