...
Case1: ROS2 Core (Yocto Native) / Galactic
Case2: ROS2 Core (Docker container) / Humble
(Case1: ROS2 / Galactic)
The ROS2 SDK gets prepared with the BSP in yocto and contains all libraries that are available on the device.
If a library is missing in the SDK, that library needs to be added to the BSP and SDK in yocto.
...
(Case1: ROS2 / Galactic)
Simple "Hello World" publisher:
...