Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
Delta Configurator
Commits
3ded53ad
Commit
3ded53ad
authored
May 08, 2021
by
ctrenkov
Browse files
prints out matrix
parent
003061d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tabs/drone_canvas.js
View file @
3ded53ad
...
...
@@ -220,7 +220,7 @@ TABS.drone_canvas.initialize = function (callback) {
}
console
.
log
(
"
MIXEr
"
);
console
.
log
(
mixer
);
console
.
log
(
math
.
round
(
math
.
multiply
(
mixer
,
math
.
transpose
([
0
,
0
,
1
,
0
,
1
,
0
])),
2
));
//
console.log(math.round(math.multiply(mixer, math.transpose([0, 0, 1, 0, 1, 0])), 2));
}
//onAttemptSolve();
document
.
getElementById
(
'
launch-solver
'
).
addEventListener
(
'
click
'
,
onAttemptSolve
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment