fieldalignmenttool

This commit is contained in:
2024-12-26 14:55:33 -06:00
parent 610344e706
commit f8fde1a796
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -12,8 +12,6 @@ type XYZData struct {
}
type Tracker struct {
Id uint16
Name string
Pos *XYZData
Speed *XYZData
Ori *XYZData
@@ -21,6 +19,8 @@ type Tracker struct {
Accel *XYZData
TrgtPos *XYZData
Timestamp *uint64
Name string
Id uint16
}
func (t *Tracker) SetPos(x float32, y float32, z float32) {