Resoluation du problème de référence
This commit is contained in:
parent
d8929a1eac
commit
3a7050eb53
20 changed files with 57683 additions and 19542 deletions
17
asift_match/setup.py
Normal file
17
asift_match/setup.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
## ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
|
||||
|
||||
from distutils.core import setup
|
||||
from catkin_pkg.python_setup import generate_distutils_setup
|
||||
|
||||
# fetch values from package.xml
|
||||
setup_args = generate_distutils_setup(
|
||||
packages=['asift_matching'],
|
||||
package_dir={'': 'src'},
|
||||
)
|
||||
|
||||
setup(**setup_args)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue