Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
Supaero 2021
Commits
592e873a
Commit
592e873a
authored
Aug 10, 2021
by
Guilhem Saurel
Browse files
ci: test tests
parent
2873c30c
Pipeline
#15597
failed with stage
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tp2/invgeom3d.py
View file @
592e873a
...
...
@@ -61,4 +61,4 @@ qopt = fmin_bfgs(cost, robot.q0, callback=callback)
class
InvGeom3DTest
(
unittest
.
TestCase
):
def
test_qopt_translation
(
self
):
self
.
assertTrue
((
np
.
abs
(
target
-
robot
.
placement
(
qopt
,
6
).
translation
)
<
1e-4
).
all
())
self
.
assertTrue
((
np
.
abs
(
target
-
robot
.
placement
(
qopt
,
6
).
translation
)
>
1e-4
).
all
())
Guilhem Saurel
@gsaurel
mentioned in commit
a0d8bda7
·
Jan 04, 2022
mentioned in commit
a0d8bda7
mentioned in commit a0d8bda70ec309cccc5606693d196e0d62507b13
Toggle commit list
Write
Preview
Supports
Markdown
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