Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
setup.py
Go to the documentation of this file.
1
from
distutils.core
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup()
5
d[
'packages'
] = [
'moveit_ros_planning_interface'
]
6
d[
'scripts'
] = []
7
d[
'package_dir'
] = {
''
:
'python'
}
8
9
setup
(**d)
setup
planning_interface
Author(s): Ioan Sucan
autogenerated on Sun Oct 18 2020 13:18:50