LingxinMeng 1 tahun lalu
induk
melakukan
6dc1bb3e84
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      aarch64/competition/main.go

+ 1 - 1
aarch64/competition/main.go

@@ -15,7 +15,7 @@ func main() {
 	})
 	rosPublisher, err := goroslib.NewPublisher(goroslib.PublisherConf{
 		Node:  RosNode,
-		Topic: "/competition",
+		Topic: "/cicv_competition",
 		Msg:   &std_msgs.String{}, // msg必须是指针
 	})
 	if err != nil {