micro-ROS / micro_ros_raspberrypi_pico_sdk

Raspberry Pi Pico (RP2040) and micro-ROS integration
Apache License 2.0
179 stars 53 forks source link

pico_micro_ros_example.uf2 was not created #958

Open Russ76 opened 1 year ago

Russ76 commented 1 year ago

Issue template

Steps to reproduce the issue

micro_ros_raspberrypi_pico_sdk this folder wasn't created by install script Only one was pico-sdk in the Home folder, with 10 folders under it

Expected behavior

Could not find expected example file to upload after compiling

Actual behavior

Much compiling was done but nothing by this name was created: pico_micro_ros_example.uf2

Additional information

Which compiler folder is desired for the path statement? The program seemed to install several places. Could this be the cause of error?

pablogs9 commented 1 year ago

Could you share the build log and explain the procedure you are following?

Jannled commented 10 months ago

I might know what could have gone wrong, since I have stumbled upon the same pitfall. It is never mentioned in the getting started guide, that you actually have to clone this git repo. While this might seem obvious, people who are just following along could miss this.