Skip to content

Commit d80bc19

Browse files
committed
Rocket example now offers choice between quaternions and matrices, latter with or without Gram-Schmidt, see file common.py
1 parent 1df3ef2 commit d80bc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulations/rocket/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from SimPyLC import *
3030

3131
useQuaternions = True
32-
useGramSchmidt = True # Only matters if useQuaternions = False
32+
useGramSchmidt = True # Only matters if useQuaternions == False
3333

3434
g = 10
3535

0 commit comments

Comments
 (0)