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

There is no good reason to #include the ros/ros.h header with quotes and the other(s) with <>.

Both will work.

A weak convention however is to use quotes for "local headers" and <> for headers from other libraries.

There is Without more context, there would be no good reason to #include the ros/ros.h header with quotes and the other(s) with <>.

Both will work.

A weak convention however is to use quotes for "local headers" and <> for headers from other libraries.