Skip to content
GitLab
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
db11e872
Commit
db11e872
authored
Aug 28, 2019
by
Guilhem Saurel
Browse files
display -> __main__
parent
51b2d581
Changes
2
Hide whitespace changes
Inline
Side-by-side
example_robot_data/CMakeLists.txt
View file @
db11e872
SET
(
${
PROJECT_NAME
}
_PYTHON_FILES
robots_loader.py
display
.py
__main__
.py
__init__.py
)
...
...
example_robot_data/
display
.py
→
example_robot_data/
__main__
.py
100755 → 100644
View file @
db11e872
#!/usr/bin/env python
import
sys
import
robots_loader
from
.
import
robots_loader
DISPLAY_HYQ
=
'hyq'
in
sys
.
argv
DISPLAY_TALOS
=
'talos'
in
sys
.
argv
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment