You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
src: contains all C and C++ code
Also contains C/C++ headers which are not installed
include: contains all C and C++ headers which are installed
<package name>: for all C and C++ installed headers they should be folder namespaced by the
package name
https://index.ros.org/doc/ros2/Contributing/Developer-Guide/#package-layout によると
とある。
include
ディレクトリにあるヘッダーファイルをinstallしてないものがいくつかあるので修正する。参考:https://github.com/ros2/rosbag2/blob/master/rosbag2/CMakeLists.txt
やり方:
結果(例):
$ ls ~ros2_ws/install/hoge/include/hoge
huga.hpp
The text was updated successfully, but these errors were encountered: