This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
thesis
Watch
1
Star
0
Fork
You've already forked thesis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c02aa51088
thesis
/
diffdrive.m
4 lines
103 B
Matlab
Raw
Blame
History
function
dq
=
diffdrive
(
t, q, u, sim_data
)
dq
=
unicycle
(
t
,
q
,
diffdrive_to_uni
(
u
,
sim_data
)
)
;
end
Reference in New Issue
View Git Blame
Copy Permalink