Skip to content

Commit 52b4a4d

Browse files
Update commands.go
değişikler geri alındı
1 parent 7036937 commit 52b4a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (s *mastermindServiceServer) GotoWaypoint(_ context.Context, request *pb.Go
8181
X: request.Lat,
8282
Y: request.Lon,
8383
Z: request.Alt,
84-
84+
MissionType: ardupilotmega.MAV_MISSION_TYPE_MISSION,
8585
})
8686

8787
return &pb.GotoWaypointResponse{CommandSucceeded: true}, nil

0 commit comments

Comments
 (0)