So I am doing a zero order hold integration technique for discretization. From the text, there is an explicit expression describing the discrete dynamics.
How do I look at the explicit form of my linearized system from Drake? I want to know the A, B, and C matrices to use in explicitly writing out my discrete time dynamics.
Also, Is there a technique in Drake which does discretization?