Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
example-robot-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
example-robot-data
Commits
98c7ea06
Commit
98c7ea06
authored
2 years ago
by
Rohan Budhiraja
Browse files
Options
Downloads
Patches
Plain Diff
format
parent
20e5bb5e
No related branches found
No related tags found
No related merge requests found
Pipeline
#17996
passed with warnings
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/example_robot_data/robots_loader.py
+1
-0
1 addition, 0 deletions
python/example_robot_data/robots_loader.py
unittest/test_load.py
+1
-1
1 addition, 1 deletion
unittest/test_load.py
with
2 additions
and
1 deletion
python/example_robot_data/robots_loader.py
+
1
−
0
View file @
98c7ea06
...
@@ -129,6 +129,7 @@ class ANYmalLoader(RobotLoader):
...
@@ -129,6 +129,7 @@ class ANYmalLoader(RobotLoader):
ref_posture
=
"
standing
"
ref_posture
=
"
standing
"
free_flyer
=
True
free_flyer
=
True
class
LaikagoLoader
(
RobotLoader
):
class
LaikagoLoader
(
RobotLoader
):
path
=
'
laikago_description
'
path
=
'
laikago_description
'
urdf_subpath
=
"
urdf
"
urdf_subpath
=
"
urdf
"
...
...
This diff is collapsed.
Click to expand it.
unittest/test_load.py
+
1
−
1
View file @
98c7ea06
...
@@ -110,7 +110,7 @@ class RobotTestCase(unittest.TestCase):
...
@@ -110,7 +110,7 @@ class RobotTestCase(unittest.TestCase):
def
test_laikago
(
self
):
def
test_laikago
(
self
):
self
.
check
(
'
laikago
'
,
19
,
18
)
self
.
check
(
'
laikago
'
,
19
,
18
)
def
test_talos_box
(
self
):
def
test_talos_box
(
self
):
self
.
check
(
'
talos_box
'
,
39
,
38
)
self
.
check
(
'
talos_box
'
,
39
,
38
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment