Closed vfdev-5 closed 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
__version__
catkin_make
__version__ = 0.1.0
HTH
I see this is fixed in merge_jeff, so close the issue
merge_jeff
Thank you for raising this issue. We will fix in the master version as soon as possible
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 thatcatkin_make
fails to build the package (on ROS Kinetic). Change of__version__ = 0.1.0
fixes the problemHTH