LingxinMeng 1 năm trước cách đây
mục cha
commit
2cbf558c01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      amd64/dpi_boot/main.go

+ 1 - 1
amd64/dpi_boot/main.go

@@ -14,7 +14,7 @@ type HeartBeatInfo struct {
 	msg.Package `ros:"diag_msgs"`
 	ModuleName  string  `rosname:"module_name"`
 	Rate        int8    `rosname:"rate"`
-	timestamp   float64 `rosname:"timestamp"`
+	Timestamp   float64 `rosname:"timestamp"`
 }
 
 var lastTime time.Time