BerkeleyAutomation / gqcnn

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

Catkin make install problem on ROS Kinetic #35

Closed vfdev-5 closed 6 years ago

vfdev-5 commented 6 years ago

Hi

Just to inform that there is a small problem of versions between package.xml (0.1.0) and __version__ in the setup.py (0.0.2) such that catkin_make fails to build the package (on ROS Kinetic). Change of __version__ = 0.1.0 fixes the problem

HTH

vfdev-5 commented 6 years ago

I see this is fixed in merge_jeff, so close the issue

jeffmahler commented 6 years ago

Thank you for raising this issue. We will fix in the master version as soon as possible