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
e53ac0ec
Commit
e53ac0ec
authored
Mar 04, 2021
by
Nicolas Mansard
Committed by
Nicolas Mansard
Mar 04, 2021
Browse files
TP6: add random seed for repetability.
parent
5247163b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tp6/collision_wrapper.py
View file @
e53ac0ec
...
...
@@ -145,7 +145,8 @@ if __name__ == "__main__":
import
time
import
numpy
as
np
from
numpy
import
cos
,
sin
np
.
random
.
seed
(
3
)
robot
=
RobotHand
()
viz
=
MeshcatVisualizer
(
robot
,
url
=
'tcp://127.0.0.1:6000'
)
#classical')
...
...
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