[ros-users] octomap_mapping depends on motion_planning_commo…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: [ros-users] octomap_mapping depends on motion_planning_common
There seems to be a broken dependence from octomap_mapping's
octomap_server to motion_planning_common's
mapping_msgs::CollisionObject. Surprisingly, the octomap_server from
binary depends instead of arm_navigation_msgs (e.g. #include
<arm_navigation_msgs/CollisionObject.h>), whereas the octomap_server
from source depends on motion_planning_common's mapping_msgs

The problem exactly is within motion_planning_common, which is not
longer available from binary, and compiling from source fails (in my
case). The error is on the motion_planning_common stack, for instance:
.../motion_planning_common/planning_environment/include/planning_environment/util/kinematic_state_constraint_evaluator.h:73:26:
error: ‘Message’ in namespace ‘ros’ does not name a type.

I just wanted to let octomap users know.

Regards,

Carlos