Fix failure to build by using rcpputils instead of pluginlib impl#247
Fix failure to build by using rcpputils instead of pluginlib impl#247sloretz wants to merge 1 commit intofoxy-develfrom
Conversation
Fixes failure to build caused by pluginlib's implementation changing: ros/pluginlib#212 Signed-off-by: Shane Loretz <sloretz@openrobotics.org> Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
|
Hm, should this PR be necessary? That is, as far as I know I only put the change to use rcpputils on the Additionally, as far as I can tell foxy builds correctly right now. At least, I did a build this morning and it all seemed to build. @sloretz can you give a bit more information on where the need for this PR came from? |
Gah, I closed the wrong PR 🤦 ament/ament_cmake#318 (comment) |
The PR came from pulling changes to my ROS 2 workspace, but not re-importing the latest ros2.repos file. It still listed this repo's |
Fixes failure to build caused by pluginlib's implementation changing:
ros/pluginlib#212
Note for reviewer: this fix is also required to build on my machine ament/ament_cmake#318
Signed-off-by: Shane Loretz sloretz@openrobotics.org
Signed-off-by: Shane Loretz sloretz@osrfoundation.org