joshnewans / diffdrive_arduino

A simple ROS Control Hardware Interface for differential drive control of robot whose motors are connected via an Arduino (or similar microcontroller).
BSD 3-Clause "New" or "Revised" License
85 stars 109 forks source link

Found Issue with Build - fatal error: hardware_interface/handle.hpp #10

Open Wattersto08 opened 3 months ago

Wattersto08 commented 3 months ago

Hey Josh,

Having an issue when building the diffdrive_arduino package (on the humble branch):

--- stderr: diffdrive_arduino In file included from /home/ralph/r7_ws/src/diffdrive_arduino/hardware/diffbot_system.cpp:15: /home/ralph/r7_ws/src/diffdrive_arduino/hardware/include/diffdrive_arduino/diffbot_system.hpp:22:10: fatal error: hardware_interface/handle.hpp: No such file or directory 22 | #include "hardware_interface/handle.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.

It seems there is a missing: filehandle.hpp

I am currently going through the configuration to establish if this is an issue with the build and will keep this thread updated as to how i get on.

Any help here would be superb, Love the series!

Wattersto08 commented 3 months ago

Further to the above,

Things to note - WS is fairly unchanged from the tutorial