We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6897d7 commit 5be1ce6Copy full SHA for 5be1ce6
1 file changed
receive.go
@@ -76,8 +76,8 @@ func RunClient(chclient chan bool, MyID uint32, ip string) {
76
}
77
78
log.Printf("ID : %d", Id)
79
- log.Printf("Kickspeedx: %f", Kickspeedx)
80
- log.Printf("Kickspeedz: %f", Kickspeedz)
+ log.Printf("Kickspeedx: %f", v.GetKickspeedx())
+ log.Printf("Kickspeedz: %f", v.GetKickspeedz())
81
log.Printf("Veltangent: %f", Veltangent)
82
log.Printf("Velnormal : %f", Velnormal)
83
0 commit comments