Skip to content
Snippets Groups Projects
Commit 7390cd73 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix minor error in tools.py

parent bad139c8
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -140,8 +140,8 @@ def checkFinalConfiguration(position, finalPosition):
# Initialization #
##################
if __name__ == '__main__':
import sys
import sys
if 'argv' in sys.__dict__:
from optparse import OptionParser
from dynamic_graph.sot.dynamics.solver import Solver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment