📄 laserconfig.java
字号:
package Carmen;public class LaserConfig { /** what kind of laser is this */ public int laser_type; /** angle of the first beam relative to to the center of the laser **/ public double start_angle; /** field of view of the laser **/ public double fov; /** angular resolution of the laser **/ public double angular_resolution; /** the maximum valid range of a measurement **/ public double maximum_range; /** error in the range measurements**/ public double accuracy; /** if and what kind of remission values are used **/ public int remission_mode;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -