BerkeleyAutomation / autolab_core

Core utilities for Berkeley AutoLab.
https://berkeleyautomation.github.io/autolab_core
Apache License 2.0
80 stars 39 forks source link

Fixed catkin package version from 0.10 to 0.12. #23

Closed rickstaa closed 5 years ago

rickstaa commented 5 years ago

Currently the version.py is on 0.12 while the package.xml is still on 0.10. While building the package with catkin I therfore get the following error:

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_python_setup.cmake:79 (message):               
  catkin_python_setup() version in setup.py (0.0.12) differs from version in                             │
  package.xml (0.0.10)

Maybe this behavior is intended but I had to change it in order to use the package.

jeffmahler commented 5 years ago

Thanks for catching this bug