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
Guilhem Saurel
test-hpp
Commits
f81bdeb9
Commit
f81bdeb9
authored
Apr 22, 2015
by
Florent Lamiraux
Browse files
Give a name to all edges to ease debugging.
parent
28b081af
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/test_graph_two_hands.py
View file @
f81bdeb9
...
...
@@ -134,9 +134,9 @@ _["free"]="No grasp"
# _["b_l_grasp"]=""
# _["b_r_ungrasp"]=""
# _["b_l_ungrasp"]=""
_
[
"move_free"
]
=
""
_
[
"r_keep_grasp"
]
=
""
_
[
"l_keep_grasp"
]
=
""
_
[
"move_free"
]
=
"
move_free
"
_
[
"r_keep_grasp"
]
=
"
r_keep_grasp
"
_
[
"l_keep_grasp"
]
=
"
l_keep_grasp
"
# 4}}}
cg
.
setTextToTeXTranslation
(
_
)
...
...
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