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
After the building process the folder tree in firmware/build/include should look like:
|── rcl
.........|── allocator.h
.........|── arguments.h
.........|── client.h
.........|── context.h
.........|── domain_id.h
Actual behavior
The folder tree in firmware/build/include has the wrong structure with an additional sublevel in many subfolders, for example the rcl-path looks like:
|── rcl
|......└── rcl
|...............├── allocator.h
|...............├── arguments.h
|...............├── client.h
|...............├── context.h
|...............├── domain_id.h
The compilation process of a program which includes the generated static library fails, because a lot of files in the include path assumes the first mentioned folder structure.
Additional information
The text was updated successfully, but these errors were encountered:
Issue template
Steps to reproduce the issue
Follow the steps described in https://micro.ros.org/docs/tutorials/advanced/create_custom_static_library/
Expected behavior
After the building process the folder tree in firmware/build/include should look like:
|── rcl
.........|── allocator.h
.........|── arguments.h
.........|── client.h
.........|── context.h
.........|── domain_id.h
Actual behavior
The folder tree in firmware/build/include has the wrong structure with an additional sublevel in many subfolders, for example the rcl-path looks like:
|── rcl
|......└── rcl
|...............├── allocator.h
|...............├── arguments.h
|...............├── client.h
|...............├── context.h
|...............├── domain_id.h
The compilation process of a program which includes the generated static library fails, because a lot of files in the include path assumes the first mentioned folder structure.
Additional information
The text was updated successfully, but these errors were encountered: