pifej / RobotSoccer

Simulating Robots playing soccer using MatLab
2 stars 2 forks source link

Step to next sample time #7

Closed Marteen21 closed 8 years ago

Marteen21 commented 8 years ago

Implement a function that calculates the positon and the speed of a given object (ball, (later robot)), in the next sample time. P(t)->P(t+ΔT) v(t)->v(t+ΔT)