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
78f9515f45
thesis
/
sistema.m
4 lines
94 B
Matlab
Raw
Normal View
History
Unescape
Escape
restructure code to allow execution in parallel these commits are so messy
2024-07-24 14:57:19 +02:00
function
q
=
sistema
(
t, q, sim_data
)
q
=
unicycle
(
t
,
q
,
control_act
(
t
,
q
,
sim_data
)
)
;
initial simulations model a unicycle with exact i/o linearization. Plot the desired trajectory on each axis and the one took by the robot
2024-07-12 19:13:29 +02:00
end