Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Files
File List
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'joint_trajectory_action_tools'
],
6
package_dir={
''
:
'src'
},
7
requires=[
'roslib'
,
'rospy'
,
'joint_trajectory_action'
,
'trajectory_msgs'
,
'pr2_controllers_msgs'
],
8
scripts=[]
9
)
10
11
setup
(**d)
setup
joint_trajectory_action_tools
Author(s): Melonee Wise
autogenerated on Wed Aug 7 2024 02:11:50