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
Hey, newcomer here.
I'm trying to incorporate this into a new CubeIDE project, but can't seem to understand how to do it. Specially with steps 3 and 4, I clone this repo into my project, yet, I fail at building? libmicroros. I guess this is done through docker, but then how can I find the absolute path at step 4?
I've tried to run the library_generation.sh in my local machine but fail at doing so.
I've completed the tutorial at https://micro.ros.org/docs/tutorials/core/first_application_linux/
The text was updated successfully, but these errors were encountered:
So... I had an initial error due to working on a board with two micros.
Tried again with a single one, and copypasted the paths as the instructions said.
//question: should step 3 be repeated for MCU GCC and MCU G++ compiler?
It eventually got to the build process. However, it failed. It is a missing file <uxr/client/transport.h>
Then I found a similar issue
But I got question, if I want to modify it, should I just edit the file locally on the clone of this repo? or is it dependent on the Docker image?
Hey, newcomer here.
I'm trying to incorporate this into a new CubeIDE project, but can't seem to understand how to do it. Specially with steps 3 and 4, I clone this repo into my project, yet, I fail at building? libmicroros. I guess this is done through docker, but then how can I find the absolute path at step 4?
I've tried to run the library_generation.sh in my local machine but fail at doing so.
I've completed the tutorial at https://micro.ros.org/docs/tutorials/core/first_application_linux/
The text was updated successfully, but these errors were encountered: