simTest3.py
Go to the documentation of this file.
1 import hrpsys
2 import commands
3 
4 openhrp_dir = commands.getoutput("pkg-config --variable=prefix openhrp3.1")
5 project = "file://"+openhrp_dir+"/share/OpenHRP-3.1/sample/project/Sample.xml"
6 
7 sim = hrpsys.Simulator()
8 sim.initViewer()
9 sim.loadProject(project)
10 sim.simulate()


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51