Closed rhaschke closed 9 years ago
@jrgnicho, can you verify and fix this issue?
There is still an open PR that needs to be merged to fix this: ros-planning/moveit_ros#617. It was opened along with the PR #259, but it wasn't merged. @davetcoleman, can you review and merge?
Not sure if we should merge #617 or revert this - @sachinchitta wanted to review #259 for indigo
it has been merged https://github.com/ros-planning/moveit_core/pull/259
The recent merge of PR #259 performed by @davetcoleman breaks indigo build: The addition of the new KinematicsQueryOption
KinematicsQueryOptions
inkinematics_base.h
is not mirrored by a change inmoveit_ros/robot_interaction/.../kinematic_options.cpp
causing the static assert to fail. Thejade-devel
branch has the appropriate changes.