BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

catkin_make,error #131

Closed ericwyy closed 2 years ago

ericwyy commented 2 years ago

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 !