thesis/diffdrive.m

4 lines
103 B
Matlab

function dq = diffdrive(t, q, u, sim_data)
dq = unicycle(t, q, diffdrive_to_uni(u, sim_data));
end