Main Page
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
g
m
r
s
Functions
Variables
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
try
:
3
from
setuptools
import
setup
4
except
ImportError:
5
from
distutils.core
import
setup
6
from
catkin_pkg.python_setup
import
generate_distutils_setup
7
8
d = generate_distutils_setup(
9
packages=[
'rqt_moveit'
],
10
package_dir={
''
:
'src'
}
11
)
12
13
setup
(**d)
setup
rqt_moveit
Author(s): Isaac Saito
autogenerated on Wed Mar 2 2022 00:57:59