LingxinMeng 6 months ago
parent
commit
54e2a98733
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/package/domain/project/project.go

+ 3 - 3
src/package/domain/project/project.go

@@ -79,7 +79,7 @@ type Sensor struct {
 	SensorR    float64 `json:"sensor_r"`    // 传感器横滚角
 }
 
-// SensorParam 从数据闭环平台接收到的参数,通用
+// 从数据闭环平台接收到的参数,通用
 type SensorParam struct {
 	Sensor
 	SensorForH       float64 `json:"sensor_fovH"`        // 水平视场角
@@ -88,7 +88,7 @@ type SensorParam struct {
 	SensorForVOffset float64 `json:"sensor_fovV_offset"` // 垂直视场角偏移量
 }
 
-// SensorCamera 摄像头
+// 摄像头
 type SensorCamera struct {
 	Sensor
 	SensorForH       float64 `json:"sensor_fovH"`       // 水平现场角
@@ -97,7 +97,7 @@ type SensorCamera struct {
 	SensorFrameRate  float64 `json:"sensor_frameRate"`  // 帧率
 }
 
-// SensorOgt 完美传感器
+// 完美传感器
 type SensorOgt struct {
 	Sensor
 	SensorFovH       float64 `json:"sensor_fovH"`