Skip to content
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

Allow freezing the micro-ROS package versions #46

Open
bjsowa opened this issue Aug 1, 2022 · 2 comments
Open

Allow freezing the micro-ROS package versions #46

bjsowa opened this issue Aug 1, 2022 · 2 comments

Comments

@bjsowa
Copy link
Contributor

bjsowa commented Aug 1, 2022

I got back to working on my project after a couple of months. When I tried to build it, it no longer compiled because the library builder pulled newer version of micro-ROS packages that contained API changes that were not compatible with my code.

I think this library should either be tied to specific versions of the packages and have a library auto-update workflow (similar to the on micro_ros_arduino) or allow the user to specify the versions.

@pablogs9
Copy link
Member

pablogs9 commented Aug 1, 2022

Here is a good point to specify fixed commits or tags for each micro-ROS package. Please open a PR if you have any solution.

@patrickwasp
Copy link

patrickwasp commented Feb 23, 2023

@bjsowa you can try using the version in the URL in your lib_deps

lib_deps = 
	https://github.com/micro-ROS/micro_ros_platformio#1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants