thesis/diffdrive.m

4 lines
103 B
Matlab
Raw Normal View History

2024-07-31 09:47:09 +02:00
function dq = diffdrive(t, q, u, sim_data)
dq = unicycle(t, q, diffdrive_to_uni(u, sim_data));
end