Skip to content
Snippets Groups Projects
Commit a5ea58ec authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

[script] add __init__.py in each script package

parent 707531a2
No related branches found
No related tags found
No related merge requests found
from hpp.corbaserver.rbprm.talos import Robot from hpp.corbaserver.rbprm.talos import Robot
from hpp.gepetto import Viewer from hpp.gepetto import Viewer
from display_tools import * from tools.display_tools import *
import time import time
from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper
print "Plan guide trajectory ..." print "Plan guide trajectory ..."
......
from hpp.corbaserver.rbprm.talos import Robot from hpp.corbaserver.rbprm.talos import Robot
from hpp.gepetto import Viewer from hpp.gepetto import Viewer
from display_tools import * from tools.display_tools import *
import time import time
from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper
print "Plan guide trajectory ..." print "Plan guide trajectory ..."
......
from hpp.corbaserver.rbprm.talos import Robot from hpp.corbaserver.rbprm.talos import Robot
from hpp.gepetto import Viewer from hpp.gepetto import Viewer
from display_tools import * from tools.display_tools import *
import time import time
from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper from hpp.corbaserver.rbprm.rbprmstate import State,StateHelper
print "Plan guide trajectory ..." print "Plan guide trajectory ..."
......
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