Skip to content

Commit

Permalink
Update commands.go
Browse files Browse the repository at this point in the history
Autocontinue 1 --> 0
  • Loading branch information
tayyipkorkmaz authored Aug 16, 2022
1 parent 886bf70 commit e22a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (s *mastermindServiceServer) GotoWaypoint(_ context.Context, request *pb.Go
Frame: ardupilotmega.MAV_FRAME_GLOBAL_RELATIVE_ALT,
Command: ardupilotmega.MAV_CMD_NAV_WAYPOINT,
Current: 2,
Autocontinue: 1,
Autocontinue: 0,
Param1: 0,
Param2: 0,
Param3: 0,
Expand Down

0 comments on commit e22a583

Please sign in to comment.