Project

General

Profile

Statistics
| Revision:

root / branches / 16299_s10 / matlab / sensorModel.m @ 1709

History | View | Annotate | Download (119 Bytes)

1
function [x, y, theta, phi, state] = sensorModel(xold,yold,thetaold,phiold,state)
2

    
3
disp "Function Unimplemented!"
4

    
5
end