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 Sat Dec 17 2022 03:52:21