代码搜索:SLAM

找到约 288 项符合「SLAM」的源代码

代码结果 288
www.eeworm.com/read/197905/5090947

m slam_offline_loopy.m

% Compare Kalman smoother with loopy seed = 0; rand('state', seed); randn('state', seed); nlandmarks = 6; T = 12; [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... true_landmark_p
www.eeworm.com/read/197905/5090951

m offline_loopy_slam.m

% We navigate a robot around a square using a fixed control policy and no noise. % We assume the robot observes the relative distance to the nearest landmark. % Everything is linear-Gaussian. %%%%%%%
www.eeworm.com/read/197905/5090956

m slam_partial_kf.m

% See how well partial Kalman filter updates work seed = 0; rand('state', seed); randn('state', seed); nlandmarks = 6; T = 12; [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... tr
www.eeworm.com/read/346158/3189532

m mk_linear_slam.m

function [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... true_landmark_pos, true_robot_pos, true_data_assoc, ... obs_rel_pos, ctrl_signal] = mk_linear_slam(varargin) % We crea
www.eeworm.com/read/346158/3189533

m slam_offline_loopy.m

% Compare Kalman smoother with loopy seed = 0; rand('state', seed); randn('state', seed); nlandmarks = 6; T = 12; [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... true_landmark_p
www.eeworm.com/read/346158/3189537

m offline_loopy_slam.m

% We navigate a robot around a square using a fixed control policy and no noise. % We assume the robot observes the relative distance to the nearest landmark. % Everything is linear-Gaussian. %%%%%%%
www.eeworm.com/read/346158/3189542

m slam_partial_kf.m

% See how well partial Kalman filter updates work seed = 0; rand('state', seed); randn('state', seed); nlandmarks = 6; T = 12; [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... tr
www.eeworm.com/read/292984/3935772

m mk_linear_slam.m

function [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... true_landmark_pos, true_robot_pos, true_data_assoc, ... obs_rel_pos, ctrl_signal] = mk_linear_slam(varargin) % We crea
www.eeworm.com/read/292984/3935773

m slam_offline_loopy.m

% Compare Kalman smoother with loopy seed = 0; rand('state', seed); randn('state', seed); nlandmarks = 6; T = 12; [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,... true_landmark_p
www.eeworm.com/read/292984/3935777

m offline_loopy_slam.m

% We navigate a robot around a square using a fixed control policy and no noise. % We assume the robot observes the relative distance to the nearest landmark. % Everything is linear-Gaussian. %%%%%%%