Fix failure to find effort_controllers when building mimic_joint_controller#98
Conversation
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
|
Hello,sloretz. |
That's a good point. I still don't see a path to https://build.ros.org/job/Ndev__rm_controllers__ubuntu_focal_amd64/122/console
One thing that might make a difference is if you're PC has ROS Noetic installed from debian packages. I'll leave this open for now, but feel free to close if it's no longer relevant. |
This fixes a build failure on all platforms on the ROS Noetic buildfarm: https://build.ros.org/job/Nbin_uF64__mimic_joint_controller__ubuntu_focal_amd64__binary/197/console
Likely culprit is #81 removing the dependency on
hardware_interface.mimic_joint_controllerincludes on headers fromeffort_controllersandhardware_interface, so it must have dependencies on them too.rm_controllers/mimic_joint_controller/include/mimic_joint_controller/mimic_joint_controller.h
Lines 8 to 9 in 9c8058b