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
Gepetto
example-robot-data
Commits
07b41d15
Commit
07b41d15
authored
Nov 25, 2021
by
Wilson Jallet
🎬
Browse files
Add unit test
parent
23f1dbd3
Pipeline
#16983
passed with stage
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/test_load.py
View file @
07b41d15
...
...
@@ -53,6 +53,9 @@ class RobotTestCase(unittest.TestCase):
def
test_double_pendulum
(
self
):
self
.
check
(
'double_pendulum'
,
2
,
2
)
def
test_double_pendulum_continuous
(
self
):
self
.
check
(
'double_pendulum_continuous'
,
4
,
2
)
def
test_hector
(
self
):
self
.
check
(
'hector'
,
7
,
6
)
...
...
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