We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to build add two int service, but i have problem with adding extra package. I don't know how to add example_interfaces, in CMakeList.txt
example_interfaces
Compile
Don't compile
I create service client example from zephyr_apps, but using zephyr_module
The text was updated successfully, but these errors were encountered:
Add it here:
micro_ros_zephyr_module/modules/libmicroros/libmicroros.mk
Line 96 in 7c5edcd
Sorry, something went wrong.
@pablogs9 ok, thanks for fast replay. I tried, but now I have new question, how to build a custom msg or srv for zephry module. Is there any way?
#104
No branches or pull requests
How to add extra package?
Steps to reproduce the issue
I try to build add two int service, but i have problem with adding extra package. I don't know how to add
example_interfaces
, in CMakeList.txtExpected behavior
Compile
Actual behavior
Don't compile
Additional information
I create service client example from zephyr_apps, but using zephyr_module
The text was updated successfully, but these errors were encountered: