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
We placed it in a folder called libraries, where all our external submodules are.
Add to Cmakelists.txt list(APPEND ZEPHYR_EXTRA_MODULES ${CMAKE_CURRENT_SOURCE_DIR}/<library path from above>/micro_ros_zephyr_module/modules/libmicroros/)
We also had the below in the project .conf
CONFIG_MICROROS=y
CONFIG_APP_LINK_WITH_MICROROS=y
Then: west build -t menuconfig, and enable libmicroros under modules and make config changes.
How should someone add this module to their existing zephyr project?
The text was updated successfully, but these errors were encountered: