Can you send the code and video?
You have a mobile robot with differential drive shown below. The wheel diameter is given as R = 0.1m and the base as L = 0.3m.
VI
(x,y)
The movement control of the robot is via the linear velocities of the right and left wheels, vr and vl. The movement of the robot given the following time and speed values is instantaneous (with the robot and its route). Write the code to draw it using MATLAB. The drawing process should be done in a way that the direction of the robot is clear.
It will be taken as 0.1 seconds. The initial pose of the robot is [0, 0.5b/3]T.
0-10 seconds: v = 1 m/sec and v = 1 m/sec
10-15 seconds: v = 5 m/sec and v = 1 m/sec
20-25 seconds: v = 0 m/sec and v = 1 m/sec
Show the screen printout showing the robot and its route along with your code, and add the link to the simulation video to the file.