clubcapra / markhor

🐐 Capra-Markhor is a ROS-based solution for managing and operating Club Capra's second rescue robot. 🐐
9 stars 1 forks source link

Fix include in E-stop node #15

Closed lvanasse closed 2 years ago

lvanasse commented 3 years ago

Presently, the E-stop node have an undesirable include. It includes the whole .c file for the control of the GPIO. But this is kind of ugly it would be good to clean this up.

I suspect that the issue was because of the CMake and how we create the lib for it.