Skip to content

Commit

Permalink
Remove Falcon units
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 13, 2023
1 parent 3df75ca commit a5d78b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/shared/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export const GROUPED_UNITS: { [id: string]: { [id: string]: number } } = {
angle: {
radians: 1,
degrees: 180 / Math.PI,
rotations: 1 / (Math.PI * 2),
"Falcon counts": 2048 / (Math.PI * 2)
rotations: 1 / (Math.PI * 2)
},
velocity: {
"meters/second": 1,
Expand All @@ -25,8 +24,7 @@ export const GROUPED_UNITS: { [id: string]: { [id: string]: number } } = {
"radians/second": 1,
"degrees/second": 180 / Math.PI,
"rotations/second": 1 / (Math.PI * 2),
"rotations/minute": 60 / (Math.PI * 2),
"Falcon velocity": 2048 / (Math.PI * 2 * 10)
"rotations/minute": 60 / (Math.PI * 2)
},
acceleration: {
"meters/second^2": 1,
Expand Down

0 comments on commit a5d78b2

Please sign in to comment.