-
Notifications
You must be signed in to change notification settings - Fork 62
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
custom cmake target: idf.py clean-ros #105
Conversation
Awesome, thanks a lot! |
@mergify backport main foxy |
Maybe |
🟠 Waiting for conditions to match
Hey, I reacted but my real name is @Mergifyio |
agreed 👍 |
Ok that's weird I could create this new branch, but I now when I try to push I get "permission denied". |
Try again please |
@pablogs9 still the same problem. I also don't have the option to apply the suggested changes from @Acuadros95 |
No problem |
* custom cmake target: idf.py clean-ros * Update CMakeLists.txt * Update README.md Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> (cherry picked from commit df431ce)
* custom cmake target: idf.py clean-ros * Update CMakeLists.txt * Update README.md Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> (cherry picked from commit df431ce)
✅ Backports have been created
|
* custom cmake target: idf.py clean-ros * Update CMakeLists.txt * Update README.md Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> (cherry picked from commit df431ce) Co-authored-by: donRaphaco <fixed-term.Raphael.Vogelgsang@de.bosch.com>
* custom cmake target: idf.py clean-ros * Update CMakeLists.txt * Update README.md Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> (cherry picked from commit df431ce) Co-authored-by: donRaphaco <fixed-term.Raphael.Vogelgsang@de.bosch.com>
adds the custom CMake target
clean-ros
it's just a shortcut for runningmake -f libmicroros.mk clean
.You can just run
idf.py clean-ros
in the project's main directory and don't have to change directories.