-
Notifications
You must be signed in to change notification settings - Fork 281
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
recommend catkin build over catkin_make #611
Comments
+1 |
Please ensure that all current use cases are covered with the new tool before recommending its use. |
Of course, that was what I was implying with the "Once the catkin build command (...) has become stable" part. |
I was referring especially to all the special use cases which have been added in the past (jusy some recent examples):
|
I understand, and I could use help collecting all of these outstanding issues, for instance white space in folders seems to trip it up: catkin/catkin_tools#23 |
W.r.t. the underlay workspaces: catkin/catkin_tools#30 |
Any forward progress? I note several (minor) problems:
|
You might be interested in catkin/catkin_tools#135. As I stated there I haven't had time to spend finishing up the remaining outstanding issues with
According to @jbohren that was covered in catkin/catkin_tools#80: catkin/catkin_tools#11 (comment) It might be worth opening another issue on
I do not believe we would change tutorials which use
That's new to me. Since the If you think that something else is going on, then you can open an issue on |
Just a drive-by note, by no means a compilation wizard so likely something I missed... I was having issues with
Would have saved me a few hours.... Maybe just a few links showing that this tool exists. |
Do you mean the error message? It should look something like:
If not, then you just need to update to the latest version. |
It looks like the Hydro installation instructions for Trusty already recommend using |
@dirk-thomas If you want to verify that that works to build Hydro on Trusty, then feel free to change it. The tutorial that you linked to has this message at the top for a reason:
|
I noticed the message at the top of the page but I still don't think this page should recommend the use of @jbohren Since you have created the page in the first place I would ask you to update the page. I won't have the time to try a Hydro build on Trusty for this which would be necessary before changing the instructions. |
I also don't have time to do this. What I can do is delete the wiki page and make a blog post about it instead. |
@jbohren please don't do that. @dirk-thomas lets not waste everyone's time on this, the tutorial is noted to be unsupported, catkin tools is in pretty decent shape (especially for building the base workspace like this), and in the grand scheme of things we many more important things to be doing/worrying about. |
I brought it up because users are using these instructions and asking questions about it: http://answers.ros.org/question/210924/ros-hydro-build-fails-on-camera_info_manager/ If you both think that is fine to use the tool in the instructions and it does not confuse users then keep it as-is. |
I don't think the users problem in that question has anything to do with catkin tools. It seems from the question that they're talking about trying I agree with you that in our "supported" install docs we can stick to |
I will close this ticket for now since this is not a task which can be acted on in this repo. Once a different build tool is being recommended it can be followed up on and the information in this repo can be updated accordingly. |
Once the
catkin build
command (part of https://github.com/catkin/catkin_tools) has become stable, we should document the differences in workflow forcatkin_make
andcatkin build
and print a message at the end of eachcatkin_make
invocation to this effect:This will require that the referenced documentation exists: catkin/catkin_tools#22
We should target this for Indigo.
The text was updated successfully, but these errors were encountered: