ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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>