-
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
app-colcon.meta vs colcon.meta #220
Comments
Both shall be used as you can see here: micro_ros_espidf_component/libmicroros.mk Line 97 in dd51082
In that sense, Make sure you clean the library completely before modifying it and changing colcon meta parameters. |
Yes, of course. My point is that there is documentation out there that specifies colcon.meta in an application, not in the library. I initially had a Yes, systematically was doing clean-microros, clean and fullclean. |
AFAIK the only documentation that this package has is its own README. Contributions are welcomed, please feel free to open a PR to include a paragraph mentioning it. |
This is not really an issue, but more to document what I found out after spending a lot of time having compilation errors.
A lot of the online documentation mentions the need for a file named
colcon.meta
, eg to use a different transport mechanism. Not much of the documentation mentions a file namedapp-colcon.meta
.Renaming my
colcon.meta
toapp-colcon.meta
solved my compilation problem relating toRMW_UXRCE_TRANSPORT_CUSTOM
not being defined.The text was updated successfully, but these errors were encountered: