moveit / moveit_core

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

class fcl::CollisionObject’ has no member named collisionGeometry #240

Closed StanleyYake closed 9 years ago

StanleyYake commented 9 years ago

Hi there: Because I followed the "Ros by example volume 2" writed by R.Patrick Goebel, he suggest to build it from source.But I encountered with this after catkin_make in my catkin_ws/src directory: class fcl::CollisionObject’ has no member named ‘collisionGeometry' screenshot from 2015-05-07 17 14 31

mikeferguson commented 9 years ago

If there is going to be any chance of getting help on this, this ticket is going to need a lot more information -- what ROS distro are you using? what OS version? what branch/tag have you checked out for each repo that you are building from source? what version of FCL are you using, and is it from debians or source?

StanleyYake commented 9 years ago

Hi mikeferguson: I 'm using the ROS Hydro on Ubuntu 12.04, and used the default repo when building from source, thx for you reminds, the mistake is that the default repo is indigo, after changing to Hydro, I have build it successfully, thx again :+1: