frankaemika / franka_ros

ROS integration for Franka research robots
https://frankaemika.github.io
Apache License 2.0
339 stars 307 forks source link

fix(franka_hw): include cstdint in franka_hw/resource_helpers #381

Open henrispriet opened 3 months ago

henrispriet commented 3 months ago

franka_hw wouldn't build for me because it couldn't find type uint8_t, this fixes it.

cc: https://github.com/lopsided98/nix-ros-overlay/issues/382

lopsided98 commented 3 months ago

I think this should go in resource_helpers.h instead