ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Looks like apt installs to a weird place. I solved this by adding
include_directories(/opt/ros/humble/include)
in my make file.