-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Micro ros agent stopped at set_verbose_level #133
Comments
Please try to use this module instead of |
Firstly, I tried to build this module, as it is showed for disco_l475_iot, but i got this error. I have zephyr 3.1.0 and sdk 14.2
|
Try to use ARM GCC instead of the Zephyr version In any case, you can see a working procedure in the CI: 7456517565 Those are the steps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue template
Steps to reproduce the issue
I reproduce steps like on website https://micro.ros.org/docs/tutorials/core/first_application_rtos/zephyr/
I tried pin_pong app and int32_publisher but I used
serial
configBut to run it on my board I added my board name in CMakeList.txt and also changed in microro_tranpsort.h fd:
to
.fd=1
.I flash the board by st-link, but for connection I use UART-USB concerter
Actual behavior
Expected bahviour
I want to have a new publisher
ping
in ros2 topics, but for now i only have 2 default. This is what I expect:Additional information
Is there anything to add or what should I change?
I think the problem is in connection between board and my pc, I work on ubnutu 22.04.3, but I don't know why it's starts to running because if there wasn't connection it would show
waiting for connection
The text was updated successfully, but these errors were encountered: