gtsam/matlab/create_random_landmarks.m

7 lines
155 B
Matlab
Raw Normal View History

2009-08-22 06:23:24 +08:00
% Christian Potthast
% Create a map with random landmarks
function map = create_random_landmarks(numberOfLandmarks)
map = rand(2,numberOfLandmarks)*100;