Raw File
ObservationModel.m
function [ zi ] = ObservationModel( orientation, position, fi )

zi=orientation'*(fi-position);


end

back to top