ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You have a ros package called "motor_driver" and a header file under this package call "motor_driver.h". If that is the case, you should use
#include <package_name/header_name.h>
which is
#include <motor_driver/motor_driver.h>