Skip to content

Commit

Permalink
Fix order of vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kkufieta committed Jan 8, 2024
1 parent dc9d8fd commit c00990a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions viam_cartographer.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,14 +466,13 @@ func terminateCartoFacade(ctx context.Context, cartoSvc *CartographerService) er
type CartographerService struct {
resource.Named
resource.AlwaysRebuild
mu sync.Mutex
SlamMode cartofacade.SlamMode
closed bool
lidar s.TimedLidar
movementSensor s.TimedMovementSensor
subAlgo SubAlgo

mu sync.Mutex
closed bool

configParams map[string]string

cartofacade cartofacade.Interface
Expand Down

0 comments on commit c00990a

Please sign in to comment.