moveit / moveit_ikfast

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
12 stars 20 forks source link

Allow hex version number of IKFast as used since 2014-10-08 #48

Closed simonschmeisser closed 9 years ago

simonschmeisser commented 9 years ago

the current git version of openRAVE uses hex version number since 2014-10-08

gavanderhoorn commented 9 years ago

Thanks for the fix. Do you have an example of such a version nr?

gavanderhoorn commented 9 years ago

Ah, found it: __version__ = '0x10000048' (from python/ikfast.py, line 186).

gavanderhoorn commented 9 years ago

Seems like a sane fix to me.

+1