Skip to content

Commit

Permalink
add reset rotation when out of bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyamer committed Jan 30, 2024
1 parent 2c56bff commit fe7ac3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Types/OutOfBoundsConfigType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type OutOfBoundsConfigType = {
// -- if postitioningAfterOutOfBoundsMethod = set
backFillPosition: CartesianCoordinateSystemType
resetSpeeds: boolean
resetRotation: boolean

// what a firefly do after it gets out of bounds
postitioningMethod: OutOfBoundsPositioningMethodType
Expand Down

0 comments on commit fe7ac3e

Please sign in to comment.