Skip to content

Commit

Permalink
moved some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dimatura committed Apr 17, 2018
1 parent 03e81fb commit 2d0ffe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ find_package(catkin REQUIRED COMPONENTS
geometry_msgs
nav_msgs
pybind11_catkin
pybind11
roscpp
rospy
sensor_msgs
Expand All @@ -16,7 +17,7 @@ find_package(catkin REQUIRED COMPONENTS
)

find_package(NUMPY REQUIRED)
find_package(pybind11 REQUIRED)
#find_package(pybind11 REQUIRED)

catkin_python_setup()

Expand All @@ -42,7 +43,7 @@ include_directories(
#${PYBIND11_INCLUDE_DIRS}
)

message("pybind11_include_dir " ${PYBIND11_INCLUDE_DIRS})
#message("pybind11_include_dir " ${PYBIND11_INCLUDE_DIRS})
pybind_add_module(libpyrosmsg
src_wrap/module.cpp
)
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# fetch values from package.xml
setup_args = generate_distutils_setup(
packages=['pyrosmsg'],
package_dir={'':'python'})
package_dir={'':''})

setup(**setup_args)

0 comments on commit 2d0ffe6

Please sign in to comment.