BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.

Home Page:https://berkeleyautomation.github.io/gqcnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catkin_make,error

ericwyy opened this issue · comments

hi,when I catkin_make the catkin_workspace,I get different warnings and error as:
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_python_setup.cmake:56 (message):
catkin_python_setup() version in setup.py (1.1.1) differs from version in
package.xml (1.1.0)
Call Stack (most recent call first):
autolab_core/CMakeLists.txt:20 (catkin_python_setup)

-- Configuring incomplete, errors occurred!
See also "/home/www/catkin_workspace/build/CMakeFiles/CMakeOutput.log".
See also "/home/www/catkin_workspace/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
Thank you in advance !