Skip to content

Commit

Permalink
update mac vals
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-mishra committed Jul 21, 2023
1 parent 1b362d5 commit 9821961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ func testCartographerMap(t *testing.T, svc slam.Service, localizationMode bool)
}

func testCartographerPosition(t *testing.T, svc slam.Service, expectedComponentRef string) {
expectedPosOSX := r3.Vector{X: -4.534156132500952, Y: 9.800089705182817, Z: 0}
expectedPosOSX := r3.Vector{X: 155.7488316264227, Y: -90.25868252233964, Z: 0}
expectedPosLinux := r3.Vector{X: -3.0874594959315647, Y: 4.502970388777862, Z: 0}
tolerancePos := 0.001
expectedOri := &spatialmath.R4AA{Theta: 0.0018812019022632894, RX: 0, RY: 0, RZ: -1}
expectedOri := &spatialmath.R4AA{Theta: 1.5465081272043815, RX: 0, RY: 0, RZ: 1}
toleranceOri := 0.001

position, componentRef, err := svc.GetPosition(context.Background())
Expand Down

0 comments on commit 9821961

Please sign in to comment.