Closed v4hn closed 7 years ago
@ros-pull-request-builder retest this please
Does this PR need to be released urgently?
Personally I would like to see it synced before ROSCon in September. :) Other than that, it's not too urgent as long as it will arrive eventually.
Just curious, why is moveit kinetic-devel branch being tested on Indigo?
We aim to retain a stable ABI in indigo (for obvious reasons). So some features in kinetic will not make it back into indigo anymore. However, many robotic setups are still with indigo and we (actually "I", mostly) want to allow developers to run the kinetic branch if they know what they're doing.
This looks OK to me, passes tests, and is approved. Merging, thanks.
Ping. How about a release for this in the near future? :-) We are waiting for this patch to come upstream over at moveit.
Sure, I'll look into doing an indigo release
@v4hn FYI ros/rosdistro#15775
Wow, that was fast! thanks a lot @sloretz 🥇
In the kinetic-devel branch #153 introduced typedefs for the
Model
class of this package. Later, #206 moved these typedefs over to theurdfdom_compatibility.h
header.The main purpose of this header is to ease compatibility between indigo and kinetic+, so these typedefs should also be provided in indigo-devel.
After we merged this patch for ROS lunar in MoveIt, the missing typedefs break the build of our
kinetic-devel
on ROS indigo. I guess we are not the only affected project though.It would be great to see this merged and released in indigo soon!