📄 param_sim.m
字号:
% Simulation and Virtual Reality Parameters
% Simulation Parameters
TS = 0.001; % base sample rate [sec]
PWM_BL = 99; % pwm value to detect backlash [%]
% simulation stops when TIME_STOP_SIM have passed after NXT SCARA stopped
TIME_STOP_SIM = 10 * 1e3; % simulation stop threshold [msec]
% proportional gain to calculate pen height from pwm3 value
PEN_HEIGHT_VEC = 60 / (pwm3_pen * time_pwm3 * TS);
% Virtual Reality Parameters
TS_VR = 0.5; % VRML refresh rate [sec]
ROT_AXIS_Y = [0, 1, 0]; % rotation axis along y axis
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -