MAGIKS
1.1
Manipulator General Inverse Kinematic Solver
Main Page
Related Pages
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Pages
software
python
magiks
jointspace
magiks/jointspace/__init__.py
Go to the documentation of this file.
1
def
set_file_path
( verbose=False ):
2
'''
3
execute the set_file_path function of the super package.
4
-> an absolute path has to be set only at root level of packages.
5
'''
6
import
os
7
import
sys
8
9
file_path = os.path.abspath( os.path.dirname( __file__ ) )
10
super_path = os.path.abspath( os.path.join( file_path,
'../..'
))
11
12
if
verbose :
13
print
14
print
file_path
15
print
super_path
16
print
17
18
sys.path.append( super_path )
19
20
# super package magiks:
21
import
magiks
22
return
magiks.set_file_path
( verbose = verbose )
magiks.set_file_path
def set_file_path
Definition:
magiks/__init__.py:1
magiks.jointspace.set_file_path
def set_file_path
Definition:
magiks/jointspace/__init__.py:1
Generated on Sat Jun 4 2016 20:04:29 for MAGIKS by
1.8.8